Urara-Blog/node_modules/.pnpm-store/v3/files/a8/21918d320a0dcf3cfe8d10a8750f46cdd64974649bb86f860142e831b2bc81b4c92ea806ea978331c91c44252cccda7e74f3699e9e1b510431df21998b5748
2022-08-14 01:14:53 +08:00

34 lines
No EOL
889 B
Text

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