Changeset 59329aa for trip-planner-front/node_modules/negotiator
- 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/negotiator/package.json
rceaed42 r59329aa 1 1 { 2 "name": "negotiator", 2 "_args": [ 3 [ 4 "negotiator@0.6.2", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "negotiator@0.6.2", 10 "_id": "negotiator@0.6.2", 11 "_inBundle": false, 12 "_integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==", 13 "_location": "/negotiator", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "negotiator@0.6.2", 19 "name": "negotiator", 20 "escapedName": "negotiator", 21 "rawSpec": "0.6.2", 22 "saveSpec": null, 23 "fetchSpec": "0.6.2" 24 }, 25 "_requiredBy": [ 26 "/accepts", 27 "/make-fetch-happen" 28 ], 29 "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", 30 "_spec": "0.6.2", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "bugs": { 33 "url": "https://github.com/jshttp/negotiator/issues" 34 }, 35 "contributors": [ 36 { 37 "name": "Douglas Christopher Wilson", 38 "email": "doug@somethingdoug.com" 39 }, 40 { 41 "name": "Federico Romero", 42 "email": "federico.romero@outboxlabs.com" 43 }, 44 { 45 "name": "Isaac Z. Schlueter", 46 "email": "i@izs.me", 47 "url": "http://blog.izs.me/" 48 } 49 ], 3 50 "description": "HTTP content negotiation", 4 "version": "0.6.2", 5 "contributors": [ 6 "Douglas Christopher Wilson <doug@somethingdoug.com>", 7 "Federico Romero <federico.romero@outboxlabs.com>", 8 "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)" 51 "devDependencies": { 52 "eslint": "5.16.0", 53 "eslint-plugin-markdown": "1.0.0", 54 "mocha": "6.1.4", 55 "nyc": "14.0.0" 56 }, 57 "engines": { 58 "node": ">= 0.6" 59 }, 60 "files": [ 61 "lib/", 62 "HISTORY.md", 63 "LICENSE", 64 "index.js", 65 "README.md" 9 66 ], 10 " license": "MIT",67 "homepage": "https://github.com/jshttp/negotiator#readme", 11 68 "keywords": [ 12 69 "http", … … 17 74 "accept-charset" 18 75 ], 19 "repository": "jshttp/negotiator", 20 "devDependencies": { 21 "eslint": "5.16.0", 22 "eslint-plugin-markdown": "1.0.0", 23 "mocha": "6.1.4", 24 "nyc": "14.0.0" 25 }, 26 "files": [ 27 "lib/", 28 "HISTORY.md", 29 "LICENSE", 30 "index.js", 31 "README.md" 32 ], 33 "engines": { 34 "node": ">= 0.6" 76 "license": "MIT", 77 "name": "negotiator", 78 "repository": { 79 "type": "git", 80 "url": "git+https://github.com/jshttp/negotiator.git" 35 81 }, 36 82 "scripts": { … … 39 85 "test-cov": "nyc --reporter=html --reporter=text npm test", 40 86 "test-travis": "nyc --reporter=text npm test" 41 } 87 }, 88 "version": "0.6.2" 42 89 }
Note:
See TracChangeset
for help on using the changeset viewer.