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