Changeset e29cc2e for trip-planner-front/node_modules/@babel/plugin-transform-function-name/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-function-name/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/plugin-transform-function-name@7.14.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-transform-function-name@7.14.5", 10 "_id": "@babel/plugin-transform-function-name@7.14.5", 2 "_from": "@babel/plugin-transform-function-name@^7.14.5", 3 "_id": "@babel/plugin-transform-function-name@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==",5 "_integrity": "sha512-lBzMle9jcOXtSOXUpc7tvvTpENu/NuekNJVova5lCCWCV9/U1ho2HH2y0p6mBg8fPm/syEAbfaaemYGOHCY3mg==", 13 6 "_location": "/@babel/plugin-transform-function-name", 14 "_phantomChildren": {}, 7 "_phantomChildren": { 8 "@babel/helper-validator-identifier": "7.15.7", 9 "chalk": "2.4.2", 10 "js-tokens": "4.0.0", 11 "to-fast-properties": "2.0.0" 12 }, 15 13 "_requested": { 16 "type": " version",14 "type": "range", 17 15 "registry": true, 18 "raw": "@babel/plugin-transform-function-name@ 7.14.5",16 "raw": "@babel/plugin-transform-function-name@^7.14.5", 19 17 "name": "@babel/plugin-transform-function-name", 20 18 "escapedName": "@babel%2fplugin-transform-function-name", 21 19 "scope": "@babel", 22 "rawSpec": " 7.14.5",20 "rawSpec": "^7.14.5", 23 21 "saveSpec": null, 24 "fetchSpec": " 7.14.5"22 "fetchSpec": "^7.14.5" 25 23 }, 26 24 "_requiredBy": [ 27 25 "/@babel/preset-env" 28 26 ], 29 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.14.5.tgz", 30 "_spec": "7.14.5", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 27 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.16.0.tgz", 28 "_shasum": "02e3699c284c6262236599f751065c5d5f1f400e", 29 "_spec": "@babel/plugin-transform-function-name@^7.14.5", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\preset-env", 32 31 "author": { 33 32 "name": "The Babel Team", … … 37 36 "url": "https://github.com/babel/babel/issues" 38 37 }, 38 "bundleDependencies": false, 39 39 "dependencies": { 40 "@babel/helper-function-name": "^7.1 4.5",40 "@babel/helper-function-name": "^7.16.0", 41 41 "@babel/helper-plugin-utils": "^7.14.5" 42 42 }, 43 "deprecated": false, 43 44 "description": "Apply ES2015 function.name semantics to all functions", 44 45 "devDependencies": { 45 "@babel/core": " 7.14.5",46 "@babel/helper-plugin-test-runner": " 7.14.5"46 "@babel/core": "^7.16.0", 47 "@babel/helper-plugin-test-runner": "^7.16.0" 47 48 }, 48 49 "engines": { … … 67 68 "directory": "packages/babel-plugin-transform-function-name" 68 69 }, 69 "version": "7.1 4.5"70 "version": "7.16.0" 70 71 }
Note:
See TracChangeset
for help on using the changeset viewer.