Files
automatic-dispose/node_modules/@babel/plugin-transform-block-scoping/package.json
2018-11-24 14:43:59 +01:00

55 lines
1.7 KiB
JSON

{
"_from": "@babel/plugin-transform-block-scoping@^7.1.5",
"_id": "@babel/plugin-transform-block-scoping@7.1.5",
"_inBundle": false,
"_integrity": "sha512-jlYcDrz+5ayWC7mxgpn1Wj8zj0mmjCT2w0mPIMSwO926eXBRxpEgoN/uQVRBfjtr8ayjcmS+xk2G1jaP8JjMJQ==",
"_location": "/@babel/plugin-transform-block-scoping",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-block-scoping@^7.1.5",
"name": "@babel/plugin-transform-block-scoping",
"escapedName": "@babel%2fplugin-transform-block-scoping",
"scope": "@babel",
"rawSpec": "^7.1.5",
"saveSpec": null,
"fetchSpec": "^7.1.5"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.1.5.tgz",
"_shasum": "3e8e0bc9a5104519923302a24f748f72f2f61f37",
"_spec": "@babel/plugin-transform-block-scoping@^7.1.5",
"_where": "/var/www/html/autocompletion/node_modules/@babel/preset-env",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.0.0",
"lodash": "^4.17.10"
},
"deprecated": false,
"description": "Compile ES2015 block scoping (const and let) to ES5",
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/helper-plugin-test-runner": "^7.0.0"
},
"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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping"
},
"version": "7.1.5"
}