Urara-Blog/node_modules/.pnpm-store/v3/files/7e/6d3b32fac65140bf33bc7125d0289fec579d4d1116b22c6e77b44446289a01168291b8dce936166bd63c363245581d92f4643aa44d2455d914ffbdca40a6dc
2022-08-14 01:14:53 +08:00

34 lines
No EOL
872 B
Text

{
"name": "@babel/plugin-transform-reserved-words",
"version": "7.18.6",
"description": "Ensure that no reserved words are used.",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-reserved-words"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-reserved-words",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "./lib/index.js",
"keywords": [
"babel-plugin"
],
"dependencies": {
"@babel/helper-plugin-utils": "^7.18.6"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/helper-plugin-test-runner": "^7.18.6"
},
"engines": {
"node": ">=6.9.0"
},
"author": "The Babel Team (https://babel.dev/team)",
"type": "commonjs"
}