2 "_from": "negotiator@0.6.2",
3 "_id": "negotiator@0.6.2",
5 "_integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
6 "_location": "/negotiator",
7 "_phantomChildren": {},
11 "raw": "negotiator@0.6.2",
13 "escapedName": "negotiator",
21 "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
22 "_shasum": "feacf7ccf525a77ae9634436a64883ffeca346fb",
23 "_spec": "negotiator@0.6.2",
24 "_where": "/home/josuer08/Documents/web/node_modules/accepts",
26 "url": "https://github.com/jshttp/negotiator/issues"
28 "bundleDependencies": false,
31 "name": "Douglas Christopher Wilson",
32 "email": "doug@somethingdoug.com"
35 "name": "Federico Romero",
36 "email": "federico.romero@outboxlabs.com"
39 "name": "Isaac Z. Schlueter",
41 "url": "http://blog.izs.me/"
45 "description": "HTTP content negotiation",
48 "eslint-plugin-markdown": "1.0.0",
62 "homepage": "https://github.com/jshttp/negotiator#readme",
65 "content negotiation",
75 "url": "git+https://github.com/jshttp/negotiator.git"
78 "lint": "eslint --plugin markdown --ext js,md .",
79 "test": "mocha --reporter spec --check-leaks --bail test/",
80 "test-cov": "nyc --reporter=html --reporter=text npm test",
81 "test-travis": "nyc --reporter=text npm test"