quitando basura del index
[VSoRC/.git] / node_modules / negotiator / package.json
1 {
2   "_args": [
3     [
4       "negotiator@0.6.2",
5       "/home/josuer08/Documents/web"
6     ]
7   ],
8   "_from": "negotiator@0.6.2",
9   "_id": "negotiator@0.6.2",
10   "_inBundle": false,
11   "_integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
12   "_location": "/negotiator",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "negotiator@0.6.2",
18     "name": "negotiator",
19     "escapedName": "negotiator",
20     "rawSpec": "0.6.2",
21     "saveSpec": null,
22     "fetchSpec": "0.6.2"
23   },
24   "_requiredBy": [
25     "/accepts"
26   ],
27   "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
28   "_spec": "0.6.2",
29   "_where": "/home/josuer08/Documents/web",
30   "bugs": {
31     "url": "https://github.com/jshttp/negotiator/issues"
32   },
33   "contributors": [
34     {
35       "name": "Douglas Christopher Wilson",
36       "email": "doug@somethingdoug.com"
37     },
38     {
39       "name": "Federico Romero",
40       "email": "federico.romero@outboxlabs.com"
41     },
42     {
43       "name": "Isaac Z. Schlueter",
44       "email": "i@izs.me",
45       "url": "http://blog.izs.me/"
46     }
47   ],
48   "description": "HTTP content negotiation",
49   "devDependencies": {
50     "eslint": "5.16.0",
51     "eslint-plugin-markdown": "1.0.0",
52     "mocha": "6.1.4",
53     "nyc": "14.0.0"
54   },
55   "engines": {
56     "node": ">= 0.6"
57   },
58   "files": [
59     "lib/",
60     "HISTORY.md",
61     "LICENSE",
62     "index.js",
63     "README.md"
64   ],
65   "homepage": "https://github.com/jshttp/negotiator#readme",
66   "keywords": [
67     "http",
68     "content negotiation",
69     "accept",
70     "accept-language",
71     "accept-encoding",
72     "accept-charset"
73   ],
74   "license": "MIT",
75   "name": "negotiator",
76   "repository": {
77     "type": "git",
78     "url": "git+https://github.com/jshttp/negotiator.git"
79   },
80   "scripts": {
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"
85   },
86   "version": "0.6.2"
87 }