Urara-Blog/node_modules/.pnpm-store/v3/files/65/281b336a09408b6613d0e49abef7290938fe43df01d11faf82ea5e82b397c73809b512eceb65b409b7091bed191cdd53e9263cfce083e4cf1d97b5aa3a3a7b
2022-08-14 01:14:53 +08:00

35 lines
No EOL
915 B
Text

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