Changeset 59329aa for trip-planner-front/node_modules/minimalistic-assert
- 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/minimalistic-assert/package.json
rceaed42 r59329aa 1 1 { 2 "_args": [ 3 [ 4 "minimalistic-assert@1.0.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "minimalistic-assert@1.0.1", 10 "_id": "minimalistic-assert@1.0.1", 11 "_inBundle": false, 12 "_integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", 13 "_location": "/minimalistic-assert", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "minimalistic-assert@1.0.1", 19 "name": "minimalistic-assert", 20 "escapedName": "minimalistic-assert", 21 "rawSpec": "1.0.1", 22 "saveSpec": null, 23 "fetchSpec": "1.0.1" 24 }, 25 "_requiredBy": [ 26 "/wbuf" 27 ], 28 "_resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", 29 "_spec": "1.0.1", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": "", 32 "bugs": { 33 "url": "https://github.com/calvinmetcalf/minimalistic-assert/issues" 34 }, 35 "description": "minimalistic-assert ===", 36 "homepage": "https://github.com/calvinmetcalf/minimalistic-assert", 37 "license": "ISC", 38 "main": "index.js", 2 39 "name": "minimalistic-assert", 3 "version": "1.0.1", 4 "description": "minimalistic-assert ===", 5 "main": "index.js", 40 "repository": { 41 "type": "git", 42 "url": "git+https://github.com/calvinmetcalf/minimalistic-assert.git" 43 }, 6 44 "scripts": { 7 45 "test": "echo \"Error: no test specified\" && exit 1" 8 46 }, 9 "repository": { 10 "type": "git", 11 "url": "https://github.com/calvinmetcalf/minimalistic-assert.git" 12 }, 13 "author": "", 14 "license": "ISC", 15 "bugs": { 16 "url": "https://github.com/calvinmetcalf/minimalistic-assert/issues" 17 }, 18 "homepage": "https://github.com/calvinmetcalf/minimalistic-assert" 47 "version": "1.0.1" 19 48 }
Note:
See TracChangeset
for help on using the changeset viewer.