Initial commit
[yaffs-website] / node_modules / mime-types / package.json
1 {
2   "_args": [
3     [
4       "mime-types@~2.1.7",
5       "/var/www/yaffs/node_modules/request"
6     ]
7   ],
8   "_from": "mime-types@>=2.1.7 <2.2.0",
9   "_id": "mime-types@2.1.14",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/mime-types",
13   "_nodeVersion": "4.6.1",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/mime-types-2.1.14.tgz_1484458141358_0.7563668976072222"
17   },
18   "_npmUser": {
19     "email": "doug@somethingdoug.com",
20     "name": "dougwilson"
21   },
22   "_npmVersion": "2.15.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "mime-types",
26     "raw": "mime-types@~2.1.7",
27     "rawSpec": "~2.1.7",
28     "scope": null,
29     "spec": ">=2.1.7 <2.2.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/form-data",
34     "/request"
35   ],
36   "_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.14.tgz",
37   "_shasum": "f7ef7d97583fcaf3b7d282b6f8b5679dab1e94ee",
38   "_shrinkwrap": null,
39   "_spec": "mime-types@~2.1.7",
40   "_where": "/var/www/yaffs/node_modules/request",
41   "bugs": {
42     "url": "https://github.com/jshttp/mime-types/issues"
43   },
44   "contributors": [
45     {
46       "name": "Douglas Christopher Wilson",
47       "email": "doug@somethingdoug.com"
48     },
49     {
50       "name": "Jeremiah Senkpiel",
51       "email": "fishrock123@rocketmail.com",
52       "url": "https://searchbeam.jit.su"
53     },
54     {
55       "name": "Jonathan Ong",
56       "email": "me@jongleberry.com",
57       "url": "http://jongleberry.com"
58     }
59   ],
60   "dependencies": {
61     "mime-db": "~1.26.0"
62   },
63   "description": "The ultimate javascript content-type utility.",
64   "devDependencies": {
65     "eslint": "3.13.1",
66     "eslint-config-standard": "6.2.1",
67     "eslint-plugin-promise": "3.4.0",
68     "eslint-plugin-standard": "2.0.1",
69     "istanbul": "0.4.5",
70     "mocha": "1.21.5"
71   },
72   "directories": {},
73   "dist": {
74     "shasum": "f7ef7d97583fcaf3b7d282b6f8b5679dab1e94ee",
75     "tarball": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.14.tgz"
76   },
77   "engines": {
78     "node": ">= 0.6"
79   },
80   "files": [
81     "HISTORY.md",
82     "LICENSE",
83     "index.js"
84   ],
85   "gitHead": "d7d15e50fe6b3a2da79d855015d25efa50e9f157",
86   "homepage": "https://github.com/jshttp/mime-types#readme",
87   "keywords": [
88     "mime",
89     "types"
90   ],
91   "license": "MIT",
92   "maintainers": [
93     {
94       "name": "dougwilson",
95       "email": "doug@somethingdoug.com"
96     },
97     {
98       "name": "fishrock123",
99       "email": "fishrock123@rocketmail.com"
100     },
101     {
102       "name": "jongleberry",
103       "email": "jonathanrichardong@gmail.com"
104     }
105   ],
106   "name": "mime-types",
107   "optionalDependencies": {},
108   "readme": "ERROR: No README data found!",
109   "repository": {
110     "type": "git",
111     "url": "git+https://github.com/jshttp/mime-types.git"
112   },
113   "scripts": {
114     "lint": "eslint .",
115     "test": "mocha --reporter spec test/test.js",
116     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
117     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
118   },
119   "version": "2.1.14"
120 }