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