Changeset 59329aa for trip-planner-front/node_modules/fresh/package.json
- 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/fresh/package.json
rceaed42 r59329aa 1 1 { 2 "name": "fresh", 2 "_args": [ 3 [ 4 "fresh@0.5.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "fresh@0.5.2", 10 "_id": "fresh@0.5.2", 11 "_inBundle": false, 12 "_integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=", 13 "_location": "/fresh", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "fresh@0.5.2", 19 "name": "fresh", 20 "escapedName": "fresh", 21 "rawSpec": "0.5.2", 22 "saveSpec": null, 23 "fetchSpec": "0.5.2" 24 }, 25 "_requiredBy": [ 26 "/express", 27 "/send" 28 ], 29 "_resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", 30 "_spec": "0.5.2", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "TJ Holowaychuk", 34 "email": "tj@vision-media.ca", 35 "url": "http://tjholowaychuk.com" 36 }, 37 "bugs": { 38 "url": "https://github.com/jshttp/fresh/issues" 39 }, 40 "contributors": [ 41 { 42 "name": "Douglas Christopher Wilson", 43 "email": "doug@somethingdoug.com" 44 }, 45 { 46 "name": "Jonathan Ong", 47 "email": "me@jongleberry.com", 48 "url": "http://jongleberry.com" 49 } 50 ], 3 51 "description": "HTTP response freshness testing", 4 "version": "0.5.2",5 "author": "TJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)",6 "contributors": [7 "Douglas Christopher Wilson <doug@somethingdoug.com>",8 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)"9 ],10 "license": "MIT",11 "keywords": [12 "fresh",13 "http",14 "conditional",15 "cache"16 ],17 "repository": "jshttp/fresh",18 52 "devDependencies": { 19 53 "beautify-benchmark": "0.2.4", … … 29 63 "mocha": "1.21.5" 30 64 }, 65 "engines": { 66 "node": ">= 0.6" 67 }, 31 68 "files": [ 32 69 "HISTORY.md", … … 34 71 "index.js" 35 72 ], 36 "engines": { 37 "node": ">= 0.6" 73 "homepage": "https://github.com/jshttp/fresh#readme", 74 "keywords": [ 75 "fresh", 76 "http", 77 "conditional", 78 "cache" 79 ], 80 "license": "MIT", 81 "name": "fresh", 82 "repository": { 83 "type": "git", 84 "url": "git+https://github.com/jshttp/fresh.git" 38 85 }, 39 86 "scripts": { … … 43 90 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", 44 91 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" 45 } 92 }, 93 "version": "0.5.2" 46 94 }
Note:
See TracChangeset
for help on using the changeset viewer.