Changeset 59329aa for trip-planner-front/node_modules/accepts
- 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/accepts/package.json
rceaed42 r59329aa 1 1 { 2 "name": "accepts", 3 "description": "Higher-level content negotiation", 4 "version": "1.3.7", 2 "_args": [ 3 [ 4 "accepts@1.3.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "accepts@1.3.7", 10 "_id": "accepts@1.3.7", 11 "_inBundle": false, 12 "_integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", 13 "_location": "/accepts", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "accepts@1.3.7", 19 "name": "accepts", 20 "escapedName": "accepts", 21 "rawSpec": "1.3.7", 22 "saveSpec": null, 23 "fetchSpec": "1.3.7" 24 }, 25 "_requiredBy": [ 26 "/compression", 27 "/engine.io", 28 "/express", 29 "/serve-index", 30 "/socket.io" 31 ], 32 "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", 33 "_spec": "1.3.7", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "bugs": { 36 "url": "https://github.com/jshttp/accepts/issues" 37 }, 5 38 "contributors": [ 6 "Douglas Christopher Wilson <doug@somethingdoug.com>", 7 "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" 39 { 40 "name": "Douglas Christopher Wilson", 41 "email": "doug@somethingdoug.com" 42 }, 43 { 44 "name": "Jonathan Ong", 45 "email": "me@jongleberry.com", 46 "url": "http://jongleberry.com" 47 } 8 48 ], 9 "license": "MIT",10 "repository": "jshttp/accepts",11 49 "dependencies": { 12 50 "mime-types": "~2.1.24", 13 51 "negotiator": "0.6.2" 14 52 }, 53 "description": "Higher-level content negotiation", 15 54 "devDependencies": { 16 55 "deep-equal": "1.0.1", … … 25 64 "nyc": "14.0.0" 26 65 }, 66 "engines": { 67 "node": ">= 0.6" 68 }, 27 69 "files": [ 28 70 "LICENSE", … … 30 72 "index.js" 31 73 ], 32 "engines": { 33 "node": ">= 0.6" 74 "homepage": "https://github.com/jshttp/accepts#readme", 75 "keywords": [ 76 "content", 77 "negotiation", 78 "accept", 79 "accepts" 80 ], 81 "license": "MIT", 82 "name": "accepts", 83 "repository": { 84 "type": "git", 85 "url": "git+https://github.com/jshttp/accepts.git" 34 86 }, 35 87 "scripts": { … … 39 91 "test-travis": "nyc --reporter=text npm test" 40 92 }, 41 "keywords": [ 42 "content", 43 "negotiation", 44 "accept", 45 "accepts" 46 ] 93 "version": "1.3.7" 47 94 }
Note:
See TracChangeset
for help on using the changeset viewer.