Changeset 59329aa for trip-planner-front/node_modules/etag
- 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/etag/package.json
rceaed42 r59329aa 1 1 { 2 "name": "etag", 2 "_args": [ 3 [ 4 "etag@1.8.1", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "etag@1.8.1", 10 "_id": "etag@1.8.1", 11 "_inBundle": false, 12 "_integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=", 13 "_location": "/etag", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "etag@1.8.1", 19 "name": "etag", 20 "escapedName": "etag", 21 "rawSpec": "1.8.1", 22 "saveSpec": null, 23 "fetchSpec": "1.8.1" 24 }, 25 "_requiredBy": [ 26 "/express", 27 "/send" 28 ], 29 "_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", 30 "_spec": "1.8.1", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "bugs": { 33 "url": "https://github.com/jshttp/etag/issues" 34 }, 35 "contributors": [ 36 { 37 "name": "Douglas Christopher Wilson", 38 "email": "doug@somethingdoug.com" 39 }, 40 { 41 "name": "David Björklund", 42 "email": "david.bjorklund@gmail.com" 43 } 44 ], 3 45 "description": "Create simple HTTP ETags", 4 "version": "1.8.1",5 "contributors": [6 "Douglas Christopher Wilson <doug@somethingdoug.com>",7 "David Björklund <david.bjorklund@gmail.com>"8 ],9 "license": "MIT",10 "keywords": [11 "etag",12 "http",13 "res"14 ],15 "repository": "jshttp/etag",16 46 "devDependencies": { 17 47 "beautify-benchmark": "0.2.4", … … 29 59 "seedrandom": "2.4.3" 30 60 }, 61 "engines": { 62 "node": ">= 0.6" 63 }, 31 64 "files": [ 32 65 "LICENSE", … … 35 68 "index.js" 36 69 ], 37 "engines": { 38 "node": ">= 0.6" 70 "homepage": "https://github.com/jshttp/etag#readme", 71 "keywords": [ 72 "etag", 73 "http", 74 "res" 75 ], 76 "license": "MIT", 77 "name": "etag", 78 "repository": { 79 "type": "git", 80 "url": "git+https://github.com/jshttp/etag.git" 39 81 }, 40 82 "scripts": { … … 44 86 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 45 87 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" 46 } 88 }, 89 "version": "1.8.1" 47 90 }
Note:
See TracChangeset
for help on using the changeset viewer.