Initial commit
[yaffs-website] / node_modules / content-type / package.json
1 {
2   "_args": [
3     [
4       "content-type@~1.0.1",
5       "/var/www/yaffs/node_modules/body-parser"
6     ]
7   ],
8   "_from": "content-type@>=1.0.1 <1.1.0",
9   "_id": "content-type@1.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/content-type",
13   "_nodeVersion": "4.4.3",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/content-type-1.0.2.tgz_1462852785748_0.5491233412176371"
17   },
18   "_npmUser": {
19     "email": "doug@somethingdoug.com",
20     "name": "dougwilson"
21   },
22   "_npmVersion": "2.15.1",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "content-type",
26     "raw": "content-type@~1.0.1",
27     "rawSpec": "~1.0.1",
28     "scope": null,
29     "spec": ">=1.0.1 <1.1.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/body-parser"
34   ],
35   "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz",
36   "_shasum": "b7d113aee7a8dd27bd21133c4dc2529df1721eed",
37   "_shrinkwrap": null,
38   "_spec": "content-type@~1.0.1",
39   "_where": "/var/www/yaffs/node_modules/body-parser",
40   "author": {
41     "email": "doug@somethingdoug.com",
42     "name": "Douglas Christopher Wilson"
43   },
44   "bugs": {
45     "url": "https://github.com/jshttp/content-type/issues"
46   },
47   "dependencies": {},
48   "description": "Create and parse HTTP Content-Type header",
49   "devDependencies": {
50     "istanbul": "0.4.3",
51     "mocha": "~1.21.5"
52   },
53   "directories": {},
54   "dist": {
55     "shasum": "b7d113aee7a8dd27bd21133c4dc2529df1721eed",
56     "tarball": "https://registry.npmjs.org/content-type/-/content-type-1.0.2.tgz"
57   },
58   "engines": {
59     "node": ">= 0.6"
60   },
61   "files": [
62     "HISTORY.md",
63     "LICENSE",
64     "README.md",
65     "index.js"
66   ],
67   "gitHead": "8118763adfbbac80cf1254191889330aec8b8be7",
68   "homepage": "https://github.com/jshttp/content-type#readme",
69   "keywords": [
70     "content-type",
71     "http",
72     "req",
73     "res",
74     "rfc7231"
75   ],
76   "license": "MIT",
77   "maintainers": [
78     {
79       "name": "dougwilson",
80       "email": "doug@somethingdoug.com"
81     }
82   ],
83   "name": "content-type",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/jshttp/content-type.git"
89   },
90   "scripts": {
91     "test": "mocha --reporter spec --check-leaks --bail test/",
92     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
93     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
94   },
95   "version": "1.0.2"
96 }