lightfold
Version:
lightweight scaffolding and archiving utility CLI.
59 lines (58 loc) • 2.07 kB
JSON
{
"_from": "@babel/plugin-proposal-optional-chaining@^7.9.0",
"_id": "@babel/plugin-proposal-optional-chaining@7.9.0",
"_inBundle": false,
"_integrity": "sha512-NDn5tu3tcv4W30jNhmc2hyD5c56G6cXx4TesJubhxrJeCvuuMpttxr0OnNCqbZGhFjLrg+NIhxxC+BK5F6yS3w==",
"_location": "/@babel/plugin-proposal-optional-chaining",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-proposal-optional-chaining@^7.9.0",
"name": "@babel/plugin-proposal-optional-chaining",
"escapedName": "@babel%2fplugin-proposal-optional-chaining",
"scope": "@babel",
"rawSpec": "^7.9.0",
"saveSpec": null,
"fetchSpec": "^7.9.0"
},
"_requiredBy": [
"/@babel/preset-env",
"/babel-preset-react-app",
"/babel-preset-react-app/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.9.0.tgz",
"_shasum": "31db16b154c39d6b8a645292472b98394c292a58",
"_spec": "@babel/plugin-proposal-optional-chaining@^7.9.0",
"_where": "/Users/andrewxia/Documents/work/codefold/example/node_modules/@babel/preset-env",
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.8.3",
"@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.9.0",
"@babel/helper-plugin-test-runner": "^7.8.3",
"@babel/plugin-transform-block-scoping": "^7.8.3"
},
"gitHead": "8d5e422be27251cfaadf8dd2536b31b4a5024b02",
"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": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-optional-chaining"
},
"version": "7.9.0"
}