Changeset e29cc2e for trip-planner-front/node_modules/@babel/plugin-transform-exponentiation-operator/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-exponentiation-operator/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/plugin-transform-exponentiation-operator@7.14.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-transform-exponentiation-operator@7.14.5", 10 "_id": "@babel/plugin-transform-exponentiation-operator@7.14.5", 2 "_from": "@babel/plugin-transform-exponentiation-operator@^7.14.5", 3 "_id": "@babel/plugin-transform-exponentiation-operator@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==",5 "_integrity": "sha512-OwYEvzFI38hXklsrbNivzpO3fh87skzx8Pnqi4LoSYeav0xHlueSoCJrSgTPfnbyzopo5b3YVAJkFIcUpK2wsw==", 13 6 "_location": "/@babel/plugin-transform-exponentiation-operator", 14 7 "_phantomChildren": {}, 15 8 "_requested": { 16 "type": " version",9 "type": "range", 17 10 "registry": true, 18 "raw": "@babel/plugin-transform-exponentiation-operator@ 7.14.5",11 "raw": "@babel/plugin-transform-exponentiation-operator@^7.14.5", 19 12 "name": "@babel/plugin-transform-exponentiation-operator", 20 13 "escapedName": "@babel%2fplugin-transform-exponentiation-operator", 21 14 "scope": "@babel", 22 "rawSpec": " 7.14.5",15 "rawSpec": "^7.14.5", 23 16 "saveSpec": null, 24 "fetchSpec": " 7.14.5"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-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.14.5.tgz", 30 "_spec": "7.14.5", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 22 "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.16.0.tgz", 23 "_shasum": "a180cd2881e3533cef9d3901e48dad0fbeff4be4", 24 "_spec": "@babel/plugin-transform-exponentiation-operator@^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 "@babel/helper-builder-binary-assignment-operator-visitor": "^7.1 4.5",35 "@babel/helper-builder-binary-assignment-operator-visitor": "^7.16.0", 41 36 "@babel/helper-plugin-utils": "^7.14.5" 42 37 }, 38 "deprecated": false, 43 39 "description": "Compile exponentiation operator to ES5", 44 40 "devDependencies": { 45 "@babel/core": " 7.14.5",46 "@babel/helper-plugin-test-runner": " 7.14.5"41 "@babel/core": "^7.16.0", 42 "@babel/helper-plugin-test-runner": "^7.16.0" 47 43 }, 48 44 "engines": { … … 67 63 "directory": "packages/babel-plugin-transform-exponentiation-operator" 68 64 }, 69 "version": "7.1 4.5"65 "version": "7.16.0" 70 66 }
Note:
See TracChangeset
for help on using the changeset viewer.