5 "/opt/source/offload.js"
8 "_from": "negotiator@0.6.2",
9 "_id": "negotiator@0.6.2",
11 "_integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
12 "_location": "/negotiator",
13 "_phantomChildren": {},
17 "raw": "negotiator@0.6.2",
19 "escapedName": "negotiator",
27 "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
29 "_where": "/opt/source/offload.js",
31 "url": "https://github.com/jshttp/negotiator/issues"
35 "name": "Douglas Christopher Wilson",
36 "email": "doug@somethingdoug.com"
39 "name": "Federico Romero",
40 "email": "federico.romero@outboxlabs.com"
43 "name": "Isaac Z. Schlueter",
45 "url": "http://blog.izs.me/"
48 "description": "HTTP content negotiation",
51 "eslint-plugin-markdown": "1.0.0",
65 "homepage": "https://github.com/jshttp/negotiator#readme",
68 "content negotiation",
78 "url": "git+https://github.com/jshttp/negotiator.git"
81 "lint": "eslint --plugin markdown --ext js,md .",
82 "test": "mocha --reporter spec --check-leaks --bail test/",
83 "test-cov": "nyc --reporter=html --reporter=text npm test",
84 "test-travis": "nyc --reporter=text npm test"