quitando basura del index
[VSoRC/.git] / node_modules / type-is / package.json
1 {
2   "_args": [
3     [
4       "type-is@1.6.18",
5       "/home/josuer08/Documents/web"
6     ]
7   ],
8   "_from": "type-is@1.6.18",
9   "_id": "type-is@1.6.18",
10   "_inBundle": false,
11   "_integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==",
12   "_location": "/type-is",
13   "_phantomChildren": {},
14   "_requested": {
15     "type": "version",
16     "registry": true,
17     "raw": "type-is@1.6.18",
18     "name": "type-is",
19     "escapedName": "type-is",
20     "rawSpec": "1.6.18",
21     "saveSpec": null,
22     "fetchSpec": "1.6.18"
23   },
24   "_requiredBy": [
25     "/body-parser",
26     "/express"
27   ],
28   "_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz",
29   "_spec": "1.6.18",
30   "_where": "/home/josuer08/Documents/web",
31   "bugs": {
32     "url": "https://github.com/jshttp/type-is/issues"
33   },
34   "contributors": [
35     {
36       "name": "Douglas Christopher Wilson",
37       "email": "doug@somethingdoug.com"
38     },
39     {
40       "name": "Jonathan Ong",
41       "email": "me@jongleberry.com",
42       "url": "http://jongleberry.com"
43     }
44   ],
45   "dependencies": {
46     "media-typer": "0.3.0",
47     "mime-types": "~2.1.24"
48   },
49   "description": "Infer the content-type of a request.",
50   "devDependencies": {
51     "eslint": "5.16.0",
52     "eslint-config-standard": "12.0.0",
53     "eslint-plugin-import": "2.17.2",
54     "eslint-plugin-markdown": "1.0.0",
55     "eslint-plugin-node": "8.0.1",
56     "eslint-plugin-promise": "4.1.1",
57     "eslint-plugin-standard": "4.0.0",
58     "mocha": "6.1.4",
59     "nyc": "14.0.0"
60   },
61   "engines": {
62     "node": ">= 0.6"
63   },
64   "files": [
65     "LICENSE",
66     "HISTORY.md",
67     "index.js"
68   ],
69   "homepage": "https://github.com/jshttp/type-is#readme",
70   "keywords": [
71     "content",
72     "type",
73     "checking"
74   ],
75   "license": "MIT",
76   "name": "type-is",
77   "repository": {
78     "type": "git",
79     "url": "git+https://github.com/jshttp/type-is.git"
80   },
81   "scripts": {
82     "lint": "eslint --plugin markdown --ext js,md .",
83     "test": "mocha --reporter spec --check-leaks --bail test/",
84     "test-cov": "nyc --reporter=html --reporter=text npm test",
85     "test-travis": "nyc --reporter=text npm test"
86   },
87   "version": "1.6.18"
88 }