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