1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/@babel/plugin-transform-block-scoping/package.json

68 lines
2.1 KiB
JSON

{
"_from": "@babel/plugin-transform-block-scoping@^7.3.4",
"_id": "@babel/plugin-transform-block-scoping@7.23.4",
"_inBundle": false,
"_integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==",
"_location": "/@babel/plugin-transform-block-scoping",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-block-scoping@^7.3.4",
"name": "@babel/plugin-transform-block-scoping",
"escapedName": "@babel%2fplugin-transform-block-scoping",
"scope": "@babel",
"rawSpec": "^7.3.4",
"saveSpec": null,
"fetchSpec": "^7.3.4"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz",
"_shasum": "b2d38589531c6c80fbe25e6b58e763622d2d3cf5",
"_spec": "@babel/plugin-transform-block-scoping@^7.3.4",
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\@babel\\preset-env",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
},
"deprecated": false,
"description": "Compile ES2015 block scoping (const and let) to ES5",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/traverse": "^7.23.4"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-block-scoping",
"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"
},
"type": "commonjs",
"version": "7.23.4"
}