Changeset 59329aa for trip-planner-front/node_modules/on-headers
- 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-headers/package.json
rceaed42 r59329aa 1 1 { 2 "name": "on-headers", 2 "_args": [ 3 [ 4 "on-headers@1.0.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "on-headers@1.0.2", 10 "_id": "on-headers@1.0.2", 11 "_inBundle": false, 12 "_integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", 13 "_location": "/on-headers", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "on-headers@1.0.2", 19 "name": "on-headers", 20 "escapedName": "on-headers", 21 "rawSpec": "1.0.2", 22 "saveSpec": null, 23 "fetchSpec": "1.0.2" 24 }, 25 "_requiredBy": [ 26 "/compression" 27 ], 28 "_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", 29 "_spec": "1.0.2", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Douglas Christopher Wilson", 33 "email": "doug@somethingdoug.com" 34 }, 35 "bugs": { 36 "url": "https://github.com/jshttp/on-headers/issues" 37 }, 3 38 "description": "Execute a listener when a response is about to write headers", 4 "version": "1.0.2",5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",6 "license": "MIT",7 "keywords": [8 "event",9 "headers",10 "http",11 "onheaders"12 ],13 "repository": "jshttp/on-headers",14 39 "devDependencies": { 15 40 "eslint": "5.14.1", … … 24 49 "supertest": "3.4.2" 25 50 }, 51 "engines": { 52 "node": ">= 0.8" 53 }, 26 54 "files": [ 27 55 "LICENSE", … … 30 58 "index.js" 31 59 ], 32 "engines": { 33 "node": ">= 0.8" 60 "homepage": "https://github.com/jshttp/on-headers#readme", 61 "keywords": [ 62 "event", 63 "headers", 64 "http", 65 "onheaders" 66 ], 67 "license": "MIT", 68 "name": "on-headers", 69 "repository": { 70 "type": "git", 71 "url": "git+https://github.com/jshttp/on-headers.git" 34 72 }, 35 73 "scripts": { … … 39 77 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", 40 78 "version": "node scripts/version-history.js && git add HISTORY.md" 41 } 79 }, 80 "version": "1.0.2" 42 81 }
Note:
See TracChangeset
for help on using the changeset viewer.