8b73084b7b74802d895c0a5547000c961e565d92
[aai/esr-gui.git] /
1 {
2   "name": "negotiator",
3   "description": "HTTP content negotiation",
4   "version": "0.6.1",
5   "contributors": [
6     {
7       "name": "Douglas Christopher Wilson",
8       "email": "doug@somethingdoug.com"
9     },
10     {
11       "name": "Federico Romero",
12       "email": "federico.romero@outboxlabs.com"
13     },
14     {
15       "name": "Isaac Z. Schlueter",
16       "email": "i@izs.me",
17       "url": "http://blog.izs.me/"
18     }
19   ],
20   "license": "MIT",
21   "keywords": [
22     "http",
23     "content negotiation",
24     "accept",
25     "accept-language",
26     "accept-encoding",
27     "accept-charset"
28   ],
29   "repository": {
30     "type": "git",
31     "url": "git+https://github.com/jshttp/negotiator.git"
32   },
33   "devDependencies": {
34     "istanbul": "0.4.3",
35     "mocha": "~1.21.5"
36   },
37   "files": [
38     "lib/",
39     "HISTORY.md",
40     "LICENSE",
41     "index.js",
42     "README.md"
43   ],
44   "engines": {
45     "node": ">= 0.6"
46   },
47   "scripts": {
48     "test": "mocha --reporter spec --check-leaks --bail test/",
49     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
50     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
51   },
52   "gitHead": "751c381c32707f238143cd65d78520e16f4ef9e5",
53   "bugs": {
54     "url": "https://github.com/jshttp/negotiator/issues"
55   },
56   "homepage": "https://github.com/jshttp/negotiator#readme",
57   "_id": "negotiator@0.6.1",
58   "_shasum": "2b327184e8992101177b28563fb5e7102acd0ca9",
59   "_from": "negotiator@0.6.1",
60   "_npmVersion": "2.15.1",
61   "_nodeVersion": "4.4.3",
62   "_npmUser": {
63     "name": "dougwilson",
64     "email": "doug@somethingdoug.com"
65   },
66   "dist": {
67     "shasum": "2b327184e8992101177b28563fb5e7102acd0ca9",
68     "tarball": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz"
69   },
70   "maintainers": [
71     {
72       "name": "dougwilson",
73       "email": "doug@somethingdoug.com"
74     },
75     {
76       "name": "federomero",
77       "email": "federomero@gmail.com"
78     },
79     {
80       "name": "jongleberry",
81       "email": "jonathanrichardong@gmail.com"
82     }
83   ],
84   "_npmOperationalInternal": {
85     "host": "packages-16-east.internal.npmjs.com",
86     "tmp": "tmp/negotiator-0.6.1.tgz_1462250848695_0.027451182017102838"
87   },
88   "directories": {},
89   "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.1.tgz"
90 }