Changeset 59329aa for trip-planner-front/node_modules/statuses
- 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/statuses/package.json
rceaed42 r59329aa 1 1 { 2 "name": "statuses", 2 "_args": [ 3 [ 4 "statuses@1.5.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "statuses@1.5.0", 10 "_id": "statuses@1.5.0", 11 "_inBundle": false, 12 "_integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=", 13 "_location": "/statuses", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "statuses@1.5.0", 19 "name": "statuses", 20 "escapedName": "statuses", 21 "rawSpec": "1.5.0", 22 "saveSpec": null, 23 "fetchSpec": "1.5.0" 24 }, 25 "_requiredBy": [ 26 "/express", 27 "/finalhandler", 28 "/http-errors", 29 "/send", 30 "/serve-index/http-errors" 31 ], 32 "_resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", 33 "_spec": "1.5.0", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "bugs": { 36 "url": "https://github.com/jshttp/statuses/issues" 37 }, 38 "contributors": [ 39 { 40 "name": "Douglas Christopher Wilson", 41 "email": "doug@somethingdoug.com" 42 }, 43 { 44 "name": "Jonathan Ong", 45 "email": "me@jongleberry.com", 46 "url": "http://jongleberry.com" 47 } 48 ], 3 49 "description": "HTTP status utility", 4 "version": "1.5.0",5 "contributors": [6 "Douglas Christopher Wilson <doug@somethingdoug.com>",7 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"8 ],9 "repository": "jshttp/statuses",10 "license": "MIT",11 "keywords": [12 "http",13 "status",14 "code"15 ],16 "files": [17 "HISTORY.md",18 "index.js",19 "codes.json",20 "LICENSE"21 ],22 50 "devDependencies": { 23 51 "csv-parse": "1.2.4", … … 37 65 "node": ">= 0.6" 38 66 }, 67 "files": [ 68 "HISTORY.md", 69 "index.js", 70 "codes.json", 71 "LICENSE" 72 ], 73 "homepage": "https://github.com/jshttp/statuses#readme", 74 "keywords": [ 75 "http", 76 "status", 77 "code" 78 ], 79 "license": "MIT", 80 "name": "statuses", 81 "repository": { 82 "type": "git", 83 "url": "git+https://github.com/jshttp/statuses.git" 84 }, 39 85 "scripts": { 40 86 "build": "node scripts/build.js", … … 45 91 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 46 92 "update": "npm run fetch && npm run build" 47 } 93 }, 94 "version": "1.5.0" 48 95 }
Note:
See TracChangeset
for help on using the changeset viewer.