Changeset 59329aa for trip-planner-front/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", 3 "version": "7.15.4", 4 "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining" 2 "_args": [ 3 [ 4 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4", 10 "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4", 11 "_inBundle": false, 12 "_integrity": "sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==", 13 "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4", 19 "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", 20 "escapedName": "@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining", 21 "scope": "@babel", 22 "rawSpec": "7.15.4", 23 "saveSpec": null, 24 "fetchSpec": "7.15.4" 9 25 }, 10 "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining", 11 "license": "MIT", 12 "publishConfig": { 13 "access": "public" 26 "_requiredBy": [ 27 "/@babel/preset-env" 28 ], 29 "_resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz", 30 "_spec": "7.15.4", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "The Babel Team", 34 "url": "https://babel.dev/team" 14 35 }, 15 "main": "./lib/index.js", 16 "exports": { 17 ".": [ 18 "./lib/index.js" 19 ] 36 "bugs": { 37 "url": "https://github.com/babel/babel/issues" 20 38 }, 21 "keywords": [22 "babel-plugin",23 "bugfix"24 ],25 39 "dependencies": { 26 40 "@babel/helper-plugin-utils": "^7.14.5", … … 28 42 "@babel/plugin-proposal-optional-chaining": "^7.14.5" 29 43 }, 30 "peerDependencies": { 31 "@babel/core": "^7.13.0" 32 }, 44 "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558", 33 45 "devDependencies": { 34 46 "@babel/core": "7.15.4", … … 39 51 "node": ">=6.9.0" 40 52 }, 41 "author": "The Babel Team (https://babel.dev/team)" 53 "exports": { 54 ".": [ 55 "./lib/index.js" 56 ] 57 }, 58 "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining", 59 "keywords": [ 60 "babel-plugin", 61 "bugfix" 62 ], 63 "license": "MIT", 64 "main": "./lib/index.js", 65 "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", 66 "peerDependencies": { 67 "@babel/core": "^7.13.0" 68 }, 69 "publishConfig": { 70 "access": "public" 71 }, 72 "repository": { 73 "type": "git", 74 "url": "git+https://github.com/babel/babel.git", 75 "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining" 76 }, 77 "version": "7.15.4" 42 78 }
Note:
See TracChangeset
for help on using the changeset viewer.