Changeset 59329aa for trip-planner-front/node_modules/vary
- 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/vary/package.json
rceaed42 r59329aa 1 1 { 2 "name": "vary", 2 "_args": [ 3 [ 4 "vary@1.1.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "vary@1.1.2", 10 "_id": "vary@1.1.2", 11 "_inBundle": false, 12 "_integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", 13 "_location": "/vary", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "vary@1.1.2", 19 "name": "vary", 20 "escapedName": "vary", 21 "rawSpec": "1.1.2", 22 "saveSpec": null, 23 "fetchSpec": "1.1.2" 24 }, 25 "_requiredBy": [ 26 "/compression", 27 "/cors", 28 "/express" 29 ], 30 "_resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", 31 "_spec": "1.1.2", 32 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 33 "author": { 34 "name": "Douglas Christopher Wilson", 35 "email": "doug@somethingdoug.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/jshttp/vary/issues" 39 }, 3 40 "description": "Manipulate the HTTP Vary header", 4 "version": "1.1.2",5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",6 "license": "MIT",7 "keywords": [8 "http",9 "res",10 "vary"11 ],12 "repository": "jshttp/vary",13 41 "devDependencies": { 14 42 "beautify-benchmark": "0.2.4", … … 25 53 "supertest": "1.1.0" 26 54 }, 55 "engines": { 56 "node": ">= 0.8" 57 }, 27 58 "files": [ 28 59 "HISTORY.md", … … 31 62 "index.js" 32 63 ], 33 "engines": { 34 "node": ">= 0.8" 64 "homepage": "https://github.com/jshttp/vary#readme", 65 "keywords": [ 66 "http", 67 "res", 68 "vary" 69 ], 70 "license": "MIT", 71 "name": "vary", 72 "repository": { 73 "type": "git", 74 "url": "git+https://github.com/jshttp/vary.git" 35 75 }, 36 76 "scripts": { … … 40 80 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 41 81 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" 42 } 82 }, 83 "version": "1.1.2" 43 84 }
Note:
See TracChangeset
for help on using the changeset viewer.