Changeset e29cc2e for trip-planner-front/node_modules/@babel/helper-builder-binary-assignment-operator-visitor
- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- Location:
- trip-planner-front/node_modules/@babel/helper-builder-binary-assignment-operator-visitor
- Files:
-
- 99 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json
r59329aa re29cc2e 1 1 { 2 "_args": [ 3 [ 4 "@babel/helper-builder-binary-assignment-operator-visitor@7.15.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/helper-builder-binary-assignment-operator-visitor@7.15.4", 10 "_id": "@babel/helper-builder-binary-assignment-operator-visitor@7.15.4", 2 "_from": "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.0", 3 "_id": "@babel/helper-builder-binary-assignment-operator-visitor@7.16.0", 11 4 "_inBundle": false, 12 "_integrity": "sha512- P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==",5 "_integrity": "sha512-9KuleLT0e77wFUku6TUkqZzCEymBdtuQQ27MhEKzf9UOOJu3cYj98kyaDAzxpC7lV6DGiZFuC8XqDsq8/Kl6aQ==", 13 6 "_location": "/@babel/helper-builder-binary-assignment-operator-visitor", 14 "_phantomChildren": {}, 7 "_phantomChildren": { 8 "@babel/helper-validator-identifier": "7.15.7", 9 "to-fast-properties": "2.0.0" 10 }, 15 11 "_requested": { 16 "type": " version",12 "type": "range", 17 13 "registry": true, 18 "raw": "@babel/helper-builder-binary-assignment-operator-visitor@ 7.15.4",14 "raw": "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.0", 19 15 "name": "@babel/helper-builder-binary-assignment-operator-visitor", 20 16 "escapedName": "@babel%2fhelper-builder-binary-assignment-operator-visitor", 21 17 "scope": "@babel", 22 "rawSpec": " 7.15.4",18 "rawSpec": "^7.16.0", 23 19 "saveSpec": null, 24 "fetchSpec": " 7.15.4"20 "fetchSpec": "^7.16.0" 25 21 }, 26 22 "_requiredBy": [ 27 23 "/@babel/plugin-transform-exponentiation-operator" 28 24 ], 29 "_resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.15.4.tgz", 30 "_spec": "7.15.4", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 25 "_resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.16.0.tgz", 26 "_shasum": "f1a686b92da794020c26582eb852e9accd0d7882", 27 "_spec": "@babel/helper-builder-binary-assignment-operator-visitor@^7.16.0", 28 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front\\node_modules\\@babel\\plugin-transform-exponentiation-operator", 32 29 "author": { 33 30 "name": "The Babel Team", … … 37 34 "url": "https://github.com/babel/babel/issues" 38 35 }, 36 "bundleDependencies": false, 39 37 "dependencies": { 40 "@babel/helper-explode-assignable-expression": "^7.1 5.4",41 "@babel/types": "^7.1 5.4"38 "@babel/helper-explode-assignable-expression": "^7.16.0", 39 "@babel/types": "^7.16.0" 42 40 }, 41 "deprecated": false, 43 42 "description": "Helper function to build binary assignment operator visitors", 44 43 "engines": { … … 57 56 "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor" 58 57 }, 59 "version": "7.1 5.4"58 "version": "7.16.0" 60 59 }
Note:
See TracChangeset
for help on using the changeset viewer.