Changeset e29cc2e for trip-planner-front/node_modules/@babel/plugin-transform-destructuring/package.json
- 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-transform-destructuring/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/plugin-transform-destructuring@7.14.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-transform-destructuring@7.14.7", 10 "_id": "@babel/plugin-transform-destructuring@7.14.7", 2 "_from": "@babel/plugin-transform-destructuring@^7.14.7", 3 "_id": "@babel/plugin-transform-destructuring@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- 0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==",5 "_integrity": "sha512-Q7tBUwjxLTsHEoqktemHBMtb3NYwyJPTJdM+wDwb0g8PZ3kQUIzNvwD5lPaqW/p54TXBc/MXZu9Jr7tbUEUM8Q==", 13 6 "_location": "/@babel/plugin-transform-destructuring", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "@babel/plugin-transform-destructuring@ 7.14.7",11 "raw": "@babel/plugin-transform-destructuring@^7.14.7", 19 12 "name": "@babel/plugin-transform-destructuring", 20 13 "escapedName": "@babel%2fplugin-transform-destructuring", 21 14 "scope": "@babel", 22 "rawSpec": " 7.14.7",15 "rawSpec": "^7.14.7", 23 16 "saveSpec": null, 24 "fetchSpec": " 7.14.7"17 "fetchSpec": "^7.14.7" 25 18 }, 26 19 "_requiredBy": [ 27 20 "/@babel/preset-env" 28 21 ], 29 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.14.7.tgz", 30 "_spec": "7.14.7", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 22 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.16.0.tgz", 23 "_shasum": "ad3d7e74584ad5ea4eadb1e6642146c590dee33c", 24 "_spec": "@babel/plugin-transform-destructuring@^7.14.7", 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 36 }, 37 "deprecated": false, 42 38 "description": "Compile ES2015 destructuring to ES5", 43 39 "devDependencies": { 44 "@babel/core": " 7.14.6",45 "@babel/helper-plugin-test-runner": " 7.14.5"40 "@babel/core": "^7.16.0", 41 "@babel/helper-plugin-test-runner": "^7.16.0" 46 42 }, 47 43 "engines": { … … 66 62 "directory": "packages/babel-plugin-transform-destructuring" 67 63 }, 68 "version": "7.1 4.7"64 "version": "7.16.0" 69 65 }
Note:
See TracChangeset
for help on using the changeset viewer.