TransFlow/node_modules/@babel/plugin-transform-block-scoping/package.json

64 lines
2.0 KiB
JSON

{
"_args": [
[
"@babel/plugin-transform-block-scoping@7.11.1",
"D:\\Hjm项目\\TransFlow"
]
],
"_development": true,
"_from": "@babel/plugin-transform-block-scoping@7.11.1",
"_id": "@babel/plugin-transform-block-scoping@7.11.1",
"_inBundle": false,
"_integrity": "sha1-W37+mIUr741lLAsoFEzZOp5LUhU=",
"_location": "/@babel/plugin-transform-block-scoping",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/plugin-transform-block-scoping@7.11.1",
"name": "@babel/plugin-transform-block-scoping",
"escapedName": "@babel%2fplugin-transform-block-scoping",
"scope": "@babel",
"rawSpec": "7.11.1",
"saveSpec": null,
"fetchSpec": "7.11.1"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npm.taobao.org/@babel/plugin-transform-block-scoping/download/@babel/plugin-transform-block-scoping-7.11.1.tgz?cache=0&sync_timestamp=1596578814152&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fplugin-transform-block-scoping%2Fdownload%2F%40babel%2Fplugin-transform-block-scoping-7.11.1.tgz",
"_spec": "7.11.1",
"_where": "D:\\Hjm项目\\TransFlow",
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.10.4"
},
"description": "Compile ES2015 block scoping (const and let) to ES5",
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/helper-plugin-test-runner": "^7.10.4"
},
"gitHead": "953ae82159b67b4487f837a17a1b8d5e305a8e5c",
"homepage": "https://github.com/babel/babel#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/plugin-transform-block-scoping",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-block-scoping"
},
"version": "7.11.1"
}