Changeset 59329aa for trip-planner-front/node_modules/verror/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/verror/package.json
rceaed42 r59329aa 1 1 { 2 "name": "verror", 3 "version": "1.10.0", 4 "description": "richer JavaScript errors", 5 "main": "./lib/verror.js", 6 "repository": { 7 "type": "git", 8 "url": "git://github.com/davepacheco/node-verror.git" 9 }, 10 "dependencies": { 11 "assert-plus": "^1.0.0", 12 "core-util-is": "1.0.2", 13 "extsprintf": "^1.2.0" 14 }, 15 "engines": [ 16 "node >=0.6.0" 17 ], 18 "scripts": { 19 "test": "make test" 20 }, 21 "license": "MIT" 2 "_args": [ 3 [ 4 "verror@1.10.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "verror@1.10.0", 10 "_id": "verror@1.10.0", 11 "_inBundle": false, 12 "_integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", 13 "_location": "/verror", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "verror@1.10.0", 19 "name": "verror", 20 "escapedName": "verror", 21 "rawSpec": "1.10.0", 22 "saveSpec": null, 23 "fetchSpec": "1.10.0" 24 }, 25 "_requiredBy": [ 26 "/jsprim" 27 ], 28 "_resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", 29 "_spec": "1.10.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "bugs": { 32 "url": "https://github.com/davepacheco/node-verror/issues" 33 }, 34 "dependencies": { 35 "assert-plus": "^1.0.0", 36 "core-util-is": "1.0.2", 37 "extsprintf": "^1.2.0" 38 }, 39 "description": "richer JavaScript errors", 40 "engines": [ 41 "node >=0.6.0" 42 ], 43 "homepage": "https://github.com/davepacheco/node-verror#readme", 44 "license": "MIT", 45 "main": "./lib/verror.js", 46 "name": "verror", 47 "repository": { 48 "type": "git", 49 "url": "git://github.com/davepacheco/node-verror.git" 50 }, 51 "scripts": { 52 "test": "make test" 53 }, 54 "version": "1.10.0" 22 55 }
Note:
See TracChangeset
for help on using the changeset viewer.