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