Changeset 59329aa for trip-planner-front/node_modules/@babel/helper-builder-binary-assignment-operator-visitor
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@babel/helper-builder-binary-assignment-operator-visitor/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@babel/helper-builder-binary-assignment-operator-visitor", 3 "version": "7.15.4", 4 "description": "Helper function to build binary assignment operator visitors", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor" 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", 11 "_inBundle": false, 12 "_integrity": "sha512-P8o7JP2Mzi0SdC6eWr1zF+AEYvrsZa7GSY1lTayjF5XJhVH0kjLYUZPvTMflP7tBgZoe9gIhTa60QwFpqh/E0Q==", 13 "_location": "/@babel/helper-builder-binary-assignment-operator-visitor", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/helper-builder-binary-assignment-operator-visitor@7.15.4", 19 "name": "@babel/helper-builder-binary-assignment-operator-visitor", 20 "escapedName": "@babel%2fhelper-builder-binary-assignment-operator-visitor", 21 "scope": "@babel", 22 "rawSpec": "7.15.4", 23 "saveSpec": null, 24 "fetchSpec": "7.15.4" 9 25 }, 10 "homepage": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor", 11 "license": "MIT", 12 "publishConfig": { 13 "access": "public" 26 "_requiredBy": [ 27 "/@babel/plugin-transform-exponentiation-operator" 28 ], 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", 32 "author": { 33 "name": "The Babel Team", 34 "url": "https://babel.dev/team" 14 35 }, 15 "main": "./lib/index.js", 36 "bugs": { 37 "url": "https://github.com/babel/babel/issues" 38 }, 16 39 "dependencies": { 17 40 "@babel/helper-explode-assignable-expression": "^7.15.4", 18 41 "@babel/types": "^7.15.4" 19 42 }, 43 "description": "Helper function to build binary assignment operator visitors", 20 44 "engines": { 21 45 "node": ">=6.9.0" 22 46 }, 23 "author": "The Babel Team (https://babel.dev/team)" 47 "homepage": "https://babel.dev/docs/en/next/babel-helper-builder-binary-assignment-operator-visitor", 48 "license": "MIT", 49 "main": "./lib/index.js", 50 "name": "@babel/helper-builder-binary-assignment-operator-visitor", 51 "publishConfig": { 52 "access": "public" 53 }, 54 "repository": { 55 "type": "git", 56 "url": "git+https://github.com/babel/babel.git", 57 "directory": "packages/babel-helper-builder-binary-assignment-operator-visitor" 58 }, 59 "version": "7.15.4" 24 60 }
Note:
See TracChangeset
for help on using the changeset viewer.