summaryrefslogtreecommitdiffstats
path: root/node_modules/negotiator/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/negotiator/package.json')
-rw-r--r--node_modules/negotiator/package.json84
1 files changed, 84 insertions, 0 deletions
diff --git a/node_modules/negotiator/package.json b/node_modules/negotiator/package.json
new file mode 100644
index 0000000..2aa9134
--- /dev/null
+++ b/node_modules/negotiator/package.json
@@ -0,0 +1,84 @@
+{
+ "_from": "negotiator@0.6.2",
+ "_id": "negotiator@0.6.2",
+ "_inBundle": false,
+ "_integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
+ "_location": "/negotiator",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "negotiator@0.6.2",
+ "name": "negotiator",
+ "escapedName": "negotiator",
+ "rawSpec": "0.6.2",
+ "saveSpec": null,
+ "fetchSpec": "0.6.2"
+ },
+ "_requiredBy": [
+ "/accepts"
+ ],
+ "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
+ "_shasum": "feacf7ccf525a77ae9634436a64883ffeca346fb",
+ "_spec": "negotiator@0.6.2",
+ "_where": "/home/pruss/Dev/3-minute-website/node_modules/accepts",
+ "bugs": {
+ "url": "https://github.com/jshttp/negotiator/issues"
+ },
+ "bundleDependencies": false,
+ "contributors": [
+ {
+ "name": "Douglas Christopher Wilson",
+ "email": "doug@somethingdoug.com"
+ },
+ {
+ "name": "Federico Romero",
+ "email": "federico.romero@outboxlabs.com"
+ },
+ {
+ "name": "Isaac Z. Schlueter",
+ "email": "i@izs.me",
+ "url": "http://blog.izs.me/"
+ }
+ ],
+ "deprecated": false,
+ "description": "HTTP content negotiation",
+ "devDependencies": {
+ "eslint": "5.16.0",
+ "eslint-plugin-markdown": "1.0.0",
+ "mocha": "6.1.4",
+ "nyc": "14.0.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ },
+ "files": [
+ "lib/",
+ "HISTORY.md",
+ "LICENSE",
+ "index.js",
+ "README.md"
+ ],
+ "homepage": "https://github.com/jshttp/negotiator#readme",
+ "keywords": [
+ "http",
+ "content negotiation",
+ "accept",
+ "accept-language",
+ "accept-encoding",
+ "accept-charset"
+ ],
+ "license": "MIT",
+ "name": "negotiator",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/jshttp/negotiator.git"
+ },
+ "scripts": {
+ "lint": "eslint --plugin markdown --ext js,md .",
+ "test": "mocha --reporter spec --check-leaks --bail test/",
+ "test-cov": "nyc --reporter=html --reporter=text npm test",
+ "test-travis": "nyc --reporter=text npm test"
+ },
+ "version": "0.6.2"
+}