Urara-Blog/node_modules/.pnpm-store/v3/files/45/e2c48cd9a2ea7985f0b54b1cb1c7df1e1236e1b7360f58149d3881e9c3eee774674bf80df9cc90c4fc6e9954b55ebba8bb5ffba794e85470b1aabf28908e33
2022-08-14 01:14:53 +08:00

27 lines
No EOL
731 B
Text

{
"name": "@babel/helper-simple-access",
"version": "7.18.6",
"description": "Babel helper for ensuring that access to a given value is performed through simple accesses",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-helper-simple-access",
"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.18.6"
},
"devDependencies": {
"@babel/traverse": "^7.18.6"
},
"engines": {
"node": ">=6.9.0"
},
"type": "commonjs"
}