- 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/on-finished/package.json
rceaed42 r59329aa 1 1 { 2 "name": "on-finished", 3 "description": "Execute a callback when a request closes, finishes, or errors", 4 "version": "2.3.0", 2 "_args": [ 3 [ 4 "on-finished@2.3.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "on-finished@2.3.0", 10 "_id": "on-finished@2.3.0", 11 "_inBundle": false, 12 "_integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", 13 "_location": "/on-finished", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "on-finished@2.3.0", 19 "name": "on-finished", 20 "escapedName": "on-finished", 21 "rawSpec": "2.3.0", 22 "saveSpec": null, 23 "fetchSpec": "2.3.0" 24 }, 25 "_requiredBy": [ 26 "/body-parser", 27 "/express", 28 "/finalhandler", 29 "/send" 30 ], 31 "_resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", 32 "_spec": "2.3.0", 33 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 34 "bugs": { 35 "url": "https://github.com/jshttp/on-finished/issues" 36 }, 5 37 "contributors": [ 6 "Douglas Christopher Wilson <doug@somethingdoug.com>", 7 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" 38 { 39 "name": "Douglas Christopher Wilson", 40 "email": "doug@somethingdoug.com" 41 }, 42 { 43 "name": "Jonathan Ong", 44 "email": "me@jongleberry.com", 45 "url": "http://jongleberry.com" 46 } 8 47 ], 9 "license": "MIT",10 "repository": "jshttp/on-finished",11 48 "dependencies": { 12 49 "ee-first": "1.1.1" 13 50 }, 51 "description": "Execute a callback when a request closes, finishes, or errors", 14 52 "devDependencies": { 15 53 "istanbul": "0.3.9", … … 24 62 "index.js" 25 63 ], 64 "homepage": "https://github.com/jshttp/on-finished#readme", 65 "license": "MIT", 66 "name": "on-finished", 67 "repository": { 68 "type": "git", 69 "url": "git+https://github.com/jshttp/on-finished.git" 70 }, 26 71 "scripts": { 27 72 "test": "mocha --reporter spec --bail --check-leaks test/", 28 73 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 29 74 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" 30 } 75 }, 76 "version": "2.3.0" 31 77 }
Note:
See TracChangeset
for help on using the changeset viewer.