Changeset 59329aa for trip-planner-front/node_modules/@babel/plugin-syntax-numeric-separator/package.json
- 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/plugin-syntax-numeric-separator/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "@babel/plugin-syntax-numeric-separator@7.10.4", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-syntax-numeric-separator@7.10.4", 10 "_id": "@babel/plugin-syntax-numeric-separator@7.10.4", 11 "_inBundle": false, 12 "_integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", 13 "_location": "/@babel/plugin-syntax-numeric-separator", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/plugin-syntax-numeric-separator@7.10.4", 19 "name": "@babel/plugin-syntax-numeric-separator", 20 "escapedName": "@babel%2fplugin-syntax-numeric-separator", 21 "scope": "@babel", 22 "rawSpec": "7.10.4", 23 "saveSpec": null, 24 "fetchSpec": "7.10.4" 25 }, 26 "_requiredBy": [ 27 "/@babel/plugin-proposal-numeric-separator", 28 "/@babel/preset-env" 29 ], 30 "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", 31 "_spec": "7.10.4", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "bugs": { 34 "url": "https://github.com/babel/babel/issues" 35 }, 36 "dependencies": { 37 "@babel/helper-plugin-utils": "^7.10.4" 38 }, 39 "description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator", 40 "devDependencies": { 41 "@babel/core": "^7.10.4" 42 }, 43 "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df", 44 "homepage": "https://github.com/babel/babel#readme", 45 "keywords": [ 46 "babel-plugin" 47 ], 48 "license": "MIT", 49 "main": "lib/index.js", 2 50 "name": "@babel/plugin-syntax-numeric-separator", 3 "version": "7.10.4", 4 "description": "Allow parsing of Decimal, Binary, Hex and Octal literals that contain a Numeric Literal Separator", 5 "repository": { 6 "type": "git", 7 "url": "https://github.com/babel/babel.git", 8 "directory": "packages/babel-plugin-syntax-numeric-separator" 51 "peerDependencies": { 52 "@babel/core": "^7.0.0-0" 9 53 }, 10 "license": "MIT",11 54 "publishConfig": { 12 55 "access": "public" 13 56 }, 14 "main": "lib/index.js", 15 "keywords": [ 16 "babel-plugin" 17 ], 18 "dependencies": { 19 "@babel/helper-plugin-utils": "^7.10.4" 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/babel/babel.git", 60 "directory": "packages/babel-plugin-syntax-numeric-separator" 20 61 }, 21 "peerDependencies": { 22 "@babel/core": "^7.0.0-0" 23 }, 24 "devDependencies": { 25 "@babel/core": "^7.10.4" 26 }, 27 "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df" 62 "version": "7.10.4" 28 63 }
Note:
See TracChangeset
for help on using the changeset viewer.