quitando basura del index
[VSoRC/.git] / node_modules / accepts / package.json
1 {
2   "_args": [
3     [
4       "accepts@1.3.7",
5       "/home/josuer08/Documents/web"
6     ]
7   ],
8   "_from": "accepts@1.3.7",
9   "_id": "accepts@1.3.7",
10   "_inBundle": false,
11   "_integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==",
12   "_location": "/accepts",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "accepts@1.3.7",
18     "name": "accepts",
19     "escapedName": "accepts",
20     "rawSpec": "1.3.7",
21     "saveSpec": null,
22     "fetchSpec": "1.3.7"
23   },
24   "_requiredBy": [
25     "/express"
26   ],
27   "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz",
28   "_spec": "1.3.7",
29   "_where": "/home/josuer08/Documents/web",
30   "bugs": {
31     "url": "https://github.com/jshttp/accepts/issues"
32   },
33   "contributors": [
34     {
35       "name": "Douglas Christopher Wilson",
36       "email": "doug@somethingdoug.com"
37     },
38     {
39       "name": "Jonathan Ong",
40       "email": "me@jongleberry.com",
41       "url": "http://jongleberry.com"
42     }
43   ],
44   "dependencies": {
45     "mime-types": "~2.1.24",
46     "negotiator": "0.6.2"
47   },
48   "description": "Higher-level content negotiation",
49   "devDependencies": {
50     "deep-equal": "1.0.1",
51     "eslint": "5.16.0",
52     "eslint-config-standard": "12.0.0",
53     "eslint-plugin-import": "2.17.2",
54     "eslint-plugin-markdown": "1.0.0",
55     "eslint-plugin-node": "8.0.1",
56     "eslint-plugin-promise": "4.1.1",
57     "eslint-plugin-standard": "4.0.0",
58     "mocha": "6.1.4",
59     "nyc": "14.0.0"
60   },
61   "engines": {
62     "node": ">= 0.6"
63   },
64   "files": [
65     "LICENSE",
66     "HISTORY.md",
67     "index.js"
68   ],
69   "homepage": "https://github.com/jshttp/accepts#readme",
70   "keywords": [
71     "content",
72     "negotiation",
73     "accept",
74     "accepts"
75   ],
76   "license": "MIT",
77   "name": "accepts",
78   "repository": {
79     "type": "git",
80     "url": "git+https://github.com/jshttp/accepts.git"
81   },
82   "scripts": {
83     "lint": "eslint --plugin markdown --ext js,md .",
84     "test": "mocha --reporter spec --check-leaks --bail test/",
85     "test-cov": "nyc --reporter=html --reporter=text npm test",
86     "test-travis": "nyc --reporter=text npm test"
87   },
88   "version": "1.3.7"
89 }