| 1234567891011121314151617181920212223 |
- {
- "name": "@babel/helper-simple-access",
- "version": "7.12.1",
- "description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
- "author": "Logan Smyth <loganfsmyth@gmail.com>",
- "homepage": "https://babeljs.io/",
- "license": "MIT",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/babel/babel.git",
- "directory": "packages/babel-helper-simple-access"
- },
- "main": "lib/index.js",
- "dependencies": {
- "@babel/types": "^7.12.1"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:33 GMT+0800 (CST)",
- "_from": "@babel/helper-simple-access@7.12.1",
- "_resolved": "https://registry.npm.taobao.org/@babel/helper-simple-access/download/@babel/helper-simple-access-7.12.1.tgz?cache=0&sync_timestamp=1602800304003&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-simple-access%2Fdownload%2F%40babel%2Fhelper-simple-access-7.12.1.tgz"
- }
|