62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
{
|
|
"_from": "@babel/plugin-proposal-optional-chaining@^7.12.13",
|
|
"_id": "@babel/plugin-proposal-optional-chaining@7.12.13",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-Y6fYBbyM5ibzI07lQhoqf7I/Ztk=",
|
|
"_location": "/@babel/plugin-proposal-optional-chaining",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/plugin-proposal-optional-chaining@^7.12.13",
|
|
"name": "@babel/plugin-proposal-optional-chaining",
|
|
"escapedName": "@babel%2fplugin-proposal-optional-chaining",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.12.13",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.12.13"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/preset-env"
|
|
],
|
|
"_resolved": "https://registry.npm.taobao.org/@babel/plugin-proposal-optional-chaining/download/@babel/plugin-proposal-optional-chaining-7.12.13.tgz",
|
|
"_shasum": "63a7d805bc8ce626f3234ee5421a2a7fb23f66d9",
|
|
"_spec": "@babel/plugin-proposal-optional-chaining@^7.12.13",
|
|
"_where": "E:\\GreateCommunity\\node_modules\\@babel\\preset-env",
|
|
"bugs": {
|
|
"url": "https://github.com/babel/babel/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/helper-plugin-utils": "^7.12.13",
|
|
"@babel/helper-skip-transparent-expression-wrappers": "^7.12.1",
|
|
"@babel/plugin-syntax-optional-chaining": "^7.8.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Transform optional chaining operators into a series of nil checks",
|
|
"devDependencies": {
|
|
"@babel/core": "7.12.13",
|
|
"@babel/helper-plugin-test-runner": "7.12.13",
|
|
"@babel/plugin-transform-block-scoping": "7.12.13"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@babel/plugin-proposal-optional-chaining",
|
|
"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-proposal-optional-chaining"
|
|
},
|
|
"version": "7.12.13"
|
|
}
|