{ "_from": "@babel/plugin-proposal-optional-chaining@^7.21.0", "_id": "@babel/plugin-proposal-optional-chaining@7.21.0", "_inBundle": false, "_integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", "_location": "/@babel/plugin-proposal-optional-chaining", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@babel/plugin-proposal-optional-chaining@^7.21.0", "name": "@babel/plugin-proposal-optional-chaining", "escapedName": "@babel%2fplugin-proposal-optional-chaining", "scope": "@babel", "rawSpec": "^7.21.0", "saveSpec": null, "fetchSpec": "^7.21.0" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", "_shasum": "886f5c8978deb7d30f678b2e24346b287234d3ea", "_spec": "@babel/plugin-proposal-optional-chaining@^7.21.0", "_where": "D:\\jenkins\\workspace\\dataShare-fvue", "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.20.2", "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", "@babel/plugin-syntax-optional-chaining": "^7.8.3" }, "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.", "description": "Transform optional chaining operators into a series of nil checks", "devDependencies": { "@babel/core": "^7.21.0", "@babel/helper-plugin-test-runner": "^7.18.6", "@babel/plugin-transform-block-scoping": "^7.21.0", "@babel/traverse": "^7.21.0" }, "engines": { "node": ">=6.9.0" }, "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" }, "type": "commonjs", "version": "7.21.0" }