Changeset 59329aa for trip-planner-front/node_modules/@babel/plugin-syntax-nullish-coalescing-operator/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-nullish-coalescing-operator/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3", 10 "_id": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3", 11 "_inBundle": false, 12 "_integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", 13 "_location": "/@babel/plugin-syntax-nullish-coalescing-operator", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "@babel/plugin-syntax-nullish-coalescing-operator@7.8.3", 19 "name": "@babel/plugin-syntax-nullish-coalescing-operator", 20 "escapedName": "@babel%2fplugin-syntax-nullish-coalescing-operator", 21 "scope": "@babel", 22 "rawSpec": "7.8.3", 23 "saveSpec": null, 24 "fetchSpec": "7.8.3" 25 }, 26 "_requiredBy": [ 27 "/@babel/plugin-proposal-nullish-coalescing-operator", 28 "/@babel/preset-env" 29 ], 30 "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", 31 "_spec": "7.8.3", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "dependencies": { 34 "@babel/helper-plugin-utils": "^7.8.0" 35 }, 36 "description": "Allow parsing of the nullish-coalescing operator", 37 "devDependencies": { 38 "@babel/core": "^7.8.0" 39 }, 40 "keywords": [ 41 "babel-plugin" 42 ], 43 "license": "MIT", 44 "main": "lib/index.js", 2 45 "name": "@babel/plugin-syntax-nullish-coalescing-operator", 3 "version": "7.8.3", 4 "description": "Allow parsing of the nullish-coalescing operator", 5 "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator", 6 "license": "MIT", 46 "peerDependencies": { 47 "@babel/core": "^7.0.0-0" 48 }, 7 49 "publishConfig": { 8 50 "access": "public" 9 51 }, 10 "main": "lib/index.js", 11 "keywords": [ 12 "babel-plugin" 13 ], 14 "dependencies": { 15 "@babel/helper-plugin-utils": "^7.8.0" 52 "repository": { 53 "type": "git", 54 "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-nullish-coalescing-operator" 16 55 }, 17 "peerDependencies": { 18 "@babel/core": "^7.0.0-0" 19 }, 20 "devDependencies": { 21 "@babel/core": "^7.8.0" 22 } 56 "version": "7.8.3" 23 57 }
Note:
See TracChangeset
for help on using the changeset viewer.