229f6bc4a4a121204bee00d96dd1e178a90d7ab5
[VSoRC/.git] / node_modules / content-type / package.json
1 {
2   "_from": "content-type@~1.0.4",
3   "_id": "content-type@1.0.4",
4   "_inBundle": false,
5   "_integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==",
6   "_location": "/content-type",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "content-type@~1.0.4",
12     "name": "content-type",
13     "escapedName": "content-type",
14     "rawSpec": "~1.0.4",
15     "saveSpec": null,
16     "fetchSpec": "~1.0.4"
17   },
18   "_requiredBy": [
19     "/body-parser",
20     "/express"
21   ],
22   "_resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz",
23   "_shasum": "e138cc75e040c727b1966fe5e5f8c9aee256fe3b",
24   "_spec": "content-type@~1.0.4",
25   "_where": "/home/josuer08/Documents/web/node_modules/express",
26   "author": {
27     "name": "Douglas Christopher Wilson",
28     "email": "doug@somethingdoug.com"
29   },
30   "bugs": {
31     "url": "https://github.com/jshttp/content-type/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Create and parse HTTP Content-Type header",
36   "devDependencies": {
37     "eslint": "3.19.0",
38     "eslint-config-standard": "10.2.1",
39     "eslint-plugin-import": "2.7.0",
40     "eslint-plugin-node": "5.1.1",
41     "eslint-plugin-promise": "3.5.0",
42     "eslint-plugin-standard": "3.0.1",
43     "istanbul": "0.4.5",
44     "mocha": "~1.21.5"
45   },
46   "engines": {
47     "node": ">= 0.6"
48   },
49   "files": [
50     "LICENSE",
51     "HISTORY.md",
52     "README.md",
53     "index.js"
54   ],
55   "homepage": "https://github.com/jshttp/content-type#readme",
56   "keywords": [
57     "content-type",
58     "http",
59     "req",
60     "res",
61     "rfc7231"
62   ],
63   "license": "MIT",
64   "name": "content-type",
65   "repository": {
66     "type": "git",
67     "url": "git+https://github.com/jshttp/content-type.git"
68   },
69   "scripts": {
70     "lint": "eslint .",
71     "test": "mocha --reporter spec --check-leaks --bail test/",
72     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
73     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
74   },
75   "version": "1.0.4"
76 }