Changeset e29cc2e for trip-planner-front/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json
r59329aa re29cc2e 1 1 { 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", 2 "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5", 3 "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==",5 "_integrity": "sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==", 13 6 "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@ 7.15.4",11 "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5", 19 12 "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", 20 13 "escapedName": "@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining", 21 14 "scope": "@babel", 22 "rawSpec": " 7.15.4",15 "rawSpec": "^7.14.5", 23 16 "saveSpec": null, 24 "fetchSpec": " 7.15.4"17 "fetchSpec": "^7.14.5" 25 18 }, 26 19 "_requiredBy": [ 27 20 "/@babel/preset-env" 28 21 ], 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", 22 "_resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.16.0.tgz", 23 "_shasum": "358972eaab006f5eb0826183b0c93cbcaf13e1e2", 24 "_spec": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5", 25 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env", 32 26 "author": { 33 27 "name": "The Babel Team", … … 37 31 "url": "https://github.com/babel/babel/issues" 38 32 }, 33 "bundleDependencies": false, 39 34 "dependencies": { 40 35 "@babel/helper-plugin-utils": "^7.14.5", 41 "@babel/helper-skip-transparent-expression-wrappers": "^7.1 5.4",42 "@babel/plugin-proposal-optional-chaining": "^7.1 4.5"36 "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0", 37 "@babel/plugin-proposal-optional-chaining": "^7.16.0" 43 38 }, 39 "deprecated": false, 44 40 "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558", 45 41 "devDependencies": { 46 "@babel/core": " 7.15.4",47 "@babel/helper-plugin-test-runner": " 7.14.5",48 "@babel/traverse": " 7.15.4"42 "@babel/core": "^7.16.0", 43 "@babel/helper-plugin-test-runner": "^7.16.0", 44 "@babel/traverse": "^7.16.0" 49 45 }, 50 46 "engines": { … … 75 71 "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining" 76 72 }, 77 "version": "7.1 5.4"73 "version": "7.16.0" 78 74 }
Note:
See TracChangeset
for help on using the changeset viewer.