second
[josuexyz/.git] / node_modules / content-type / package.json
1 {
2   "_args": [
3     [
4       "content-type@~1.0.4",
5       "/home/josuer08/josuexyz/node_modules/express"
6     ]
7   ],
8   "_from": "content-type@>=1.0.4 <1.1.0",
9   "_id": "content-type@1.0.4",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/content-type",
13   "_nodeVersion": "6.11.3",
14   "_npmOperationalInternal": {
15     "host": "s3://npm-registry-packages",
16     "tmp": "tmp/content-type-1.0.4.tgz_1505166155546_0.06956395204178989"
17   },
18   "_npmUser": {
19     "email": "doug@somethingdoug.com",
20     "name": "dougwilson"
21   },
22   "_npmVersion": "5.3.0",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "content-type",
26     "raw": "content-type@~1.0.4",
27     "rawSpec": "~1.0.4",
28     "scope": null,
29     "spec": ">=1.0.4 <1.1.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/body-parser",
34     "/express"
35   ],
36   "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
37   "_shasum": "e138cc75e040c727b1966fe5e5f8c9aee256fe3b",
38   "_shrinkwrap": null,
39   "_spec": "content-type@~1.0.4",
40   "_where": "/home/josuer08/josuexyz/node_modules/express",
41   "author": {
42     "email": "doug@somethingdoug.com",
43     "name": "Douglas Christopher Wilson"
44   },
45   "bugs": {
46     "url": "https://github.com/jshttp/content-type/issues"
47   },
48   "dependencies": {},
49   "description": "Create and parse HTTP Content-Type header",
50   "devDependencies": {
51     "eslint": "3.19.0",
52     "eslint-config-standard": "10.2.1",
53     "eslint-plugin-import": "2.7.0",
54     "eslint-plugin-node": "5.1.1",
55     "eslint-plugin-promise": "3.5.0",
56     "eslint-plugin-standard": "3.0.1",
57     "istanbul": "0.4.5",
58     "mocha": "~1.21.5"
59   },
60   "directories": {},
61   "dist": {
62     "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
63     "shasum": "e138cc75e040c727b1966fe5e5f8c9aee256fe3b",
64     "tarball": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz"
65   },
66   "engines": {
67     "node": ">= 0.6"
68   },
69   "files": [
70     "HISTORY.md",
71     "LICENSE",
72     "README.md",
73     "index.js"
74   ],
75   "gitHead": "d22f8ac6c407789c906bd6fed137efde8f772b09",
76   "homepage": "https://github.com/jshttp/content-type#readme",
77   "keywords": [
78     "content-type",
79     "http",
80     "req",
81     "res",
82     "rfc7231"
83   ],
84   "license": "MIT",
85   "maintainers": [
86     {
87       "name": "dougwilson",
88       "email": "doug@somethingdoug.com"
89     }
90   ],
91   "name": "content-type",
92   "optionalDependencies": {},
93   "readme": "ERROR: No README data found!",
94   "repository": {
95     "type": "git",
96     "url": "git+https://github.com/jshttp/content-type.git"
97   },
98   "scripts": {
99     "lint": "eslint .",
100     "test": "mocha --reporter spec --check-leaks --bail test/",
101     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
102     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
103   },
104   "version": "1.0.4"
105 }