| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "_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"
- ],
- "_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": "G:\\micro\\react\\cld2\\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"
- }
|