- 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/helper-wrap-function/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/helper-wrap-function@7.15.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/helper-wrap-function@7.15.4", 10 "_id": "@babel/helper-wrap-function@7.15.4", 2 "_from": "@babel/helper-wrap-function@^7.16.0", 3 "_id": "@babel/helper-wrap-function@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- Y2o+H/hRV5W8QhIfTpRIBwl57y8PrZt6JM3V8FOo5qarjshHItyH5lXlpMfBfmBefOqSCpKZs/6Dxqp0E/U+uw==",5 "_integrity": "sha512-VVMGzYY3vkWgCJML+qVLvGIam902mJW0FvT7Avj1zEe0Gn7D93aWdLblYARTxEw+6DhZmtzhBM2zv0ekE5zg1g==", 13 6 "_location": "/@babel/helper-wrap-function", 14 7 "_phantomChildren": { 15 "@babel/code-frame": "7.15.8", 16 "@babel/parser": "7.15.8", 17 "@babel/types": "7.15.6" 8 "@babel/helper-validator-identifier": "7.15.7", 9 "chalk": "2.4.2", 10 "debug": "4.3.2", 11 "globals": "11.12.0", 12 "js-tokens": "4.0.0", 13 "jsesc": "2.5.2", 14 "to-fast-properties": "2.0.0" 18 15 }, 19 16 "_requested": { 20 "type": " version",17 "type": "range", 21 18 "registry": true, 22 "raw": "@babel/helper-wrap-function@ 7.15.4",19 "raw": "@babel/helper-wrap-function@^7.16.0", 23 20 "name": "@babel/helper-wrap-function", 24 21 "escapedName": "@babel%2fhelper-wrap-function", 25 22 "scope": "@babel", 26 "rawSpec": " 7.15.4",23 "rawSpec": "^7.16.0", 27 24 "saveSpec": null, 28 "fetchSpec": " 7.15.4"25 "fetchSpec": "^7.16.0" 29 26 }, 30 27 "_requiredBy": [ 31 28 "/@babel/helper-remap-async-to-generator" 32 29 ], 33 "_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz", 34 "_spec": "7.15.4", 35 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 30 "_resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.16.0.tgz", 31 "_shasum": "b3cf318afce774dfe75b86767cd6d68f3482e57c", 32 "_spec": "@babel/helper-wrap-function@^7.16.0", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\helper-remap-async-to-generator", 36 34 "author": { 37 35 "name": "The Babel Team", … … 41 39 "url": "https://github.com/babel/babel/issues" 42 40 }, 41 "bundleDependencies": false, 43 42 "dependencies": { 44 "@babel/helper-function-name": "^7.1 5.4",45 "@babel/template": "^7.1 5.4",46 "@babel/traverse": "^7.1 5.4",47 "@babel/types": "^7.1 5.4"43 "@babel/helper-function-name": "^7.16.0", 44 "@babel/template": "^7.16.0", 45 "@babel/traverse": "^7.16.0", 46 "@babel/types": "^7.16.0" 48 47 }, 48 "deprecated": false, 49 49 "description": "Helper to wrap functions inside a function call.", 50 50 "engines": { … … 63 63 "directory": "packages/babel-helper-wrap-function" 64 64 }, 65 "version": "7.1 5.4"65 "version": "7.16.0" 66 66 }
Note:
See TracChangeset
for help on using the changeset viewer.