1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5",
- "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.14.5",
- "_inBundle": false,
- "_integrity": "sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==",
- "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5",
- "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
- "escapedName": "@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining",
- "scope": "@babel",
- "rawSpec": "^7.14.5",
- "saveSpec": null,
- "fetchSpec": "^7.14.5"
- },
- "_requiredBy": [
- "/@babel/preset-env"
- ],
- "_resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz",
- "_shasum": "4b467302e1548ed3b1be43beae2cc9cf45e0bb7e",
- "_spec": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5",
- "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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.14.5",
- "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5",
- "@babel/plugin-proposal-optional-chaining": "^7.14.5"
- },
- "deprecated": false,
- "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
- "devDependencies": {
- "@babel/core": "7.14.5",
- "@babel/helper-plugin-test-runner": "7.14.5",
- "@babel/traverse": "7.14.5"
- },
- "engines": {
- "node": ">=6.9.0"
- },
- "exports": {
- ".": [
- "./lib/index.js"
- ]
- },
- "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
- "keywords": [
- "babel-plugin",
- "bugfix"
- ],
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
- "peerDependencies": {
- "@babel/core": "^7.13.0"
- },
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/babel/babel.git",
- "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
- },
- "version": "7.14.5"
- }
|