Initial commit
[yaffs-website] / node_modules / mime-db / package.json
1 {
2   "_args": [
3     [
4       "mime-db@~1.26.0",
5       "/var/www/yaffs/node_modules/mime-types"
6     ]
7   ],
8   "_from": "mime-db@>=1.26.0 <1.27.0",
9   "_id": "mime-db@1.26.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/mime-db",
13   "_nodeVersion": "4.6.1",
14   "_npmOperationalInternal": {
15     "host": "packages-12-west.internal.npmjs.com",
16     "tmp": "tmp/mime-db-1.26.0.tgz_1484453096877_0.39498970191925764"
17   },
18   "_npmUser": {
19     "email": "doug@somethingdoug.com",
20     "name": "dougwilson"
21   },
22   "_npmVersion": "2.15.9",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "mime-db",
26     "raw": "mime-db@~1.26.0",
27     "rawSpec": "~1.26.0",
28     "scope": null,
29     "spec": ">=1.26.0 <1.27.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/mime-types"
34   ],
35   "_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.26.0.tgz",
36   "_shasum": "eaffcd0e4fc6935cf8134da246e2e6c35305adff",
37   "_shrinkwrap": null,
38   "_spec": "mime-db@~1.26.0",
39   "_where": "/var/www/yaffs/node_modules/mime-types",
40   "bugs": {
41     "url": "https://github.com/jshttp/mime-db/issues"
42   },
43   "contributors": [
44     {
45       "name": "Douglas Christopher Wilson",
46       "email": "doug@somethingdoug.com"
47     },
48     {
49       "name": "Jonathan Ong",
50       "email": "me@jongleberry.com",
51       "url": "http://jongleberry.com"
52     },
53     {
54       "name": "Robert Kieffer",
55       "email": "robert@broofa.com",
56       "url": "http://github.com/broofa"
57     }
58   ],
59   "dependencies": {},
60   "description": "Media Type Database",
61   "devDependencies": {
62     "bluebird": "3.4.7",
63     "co": "4.6.0",
64     "cogent": "1.0.1",
65     "csv-parse": "1.1.9",
66     "eslint": "3.13.1",
67     "eslint-config-standard": "6.2.1",
68     "eslint-plugin-promise": "3.3.0",
69     "eslint-plugin-standard": "2.0.1",
70     "gnode": "0.1.2",
71     "istanbul": "0.4.5",
72     "mocha": "1.21.5",
73     "raw-body": "2.2.0",
74     "stream-to-array": "2.3.0"
75   },
76   "directories": {},
77   "dist": {
78     "shasum": "eaffcd0e4fc6935cf8134da246e2e6c35305adff",
79     "tarball": "https://registry.npmjs.org/mime-db/-/mime-db-1.26.0.tgz"
80   },
81   "engines": {
82     "node": ">= 0.6"
83   },
84   "files": [
85     "HISTORY.md",
86     "LICENSE",
87     "README.md",
88     "db.json",
89     "index.js"
90   ],
91   "gitHead": "1d9ff30e45b07a506a20f25df3a3c7106d219e24",
92   "homepage": "https://github.com/jshttp/mime-db#readme",
93   "keywords": [
94     "charset",
95     "charsets",
96     "database",
97     "db",
98     "mime",
99     "type",
100     "types"
101   ],
102   "license": "MIT",
103   "maintainers": [
104     {
105       "name": "dougwilson",
106       "email": "doug@somethingdoug.com"
107     },
108     {
109       "name": "jongleberry",
110       "email": "jonathanrichardong@gmail.com"
111     }
112   ],
113   "name": "mime-db",
114   "optionalDependencies": {},
115   "readme": "ERROR: No README data found!",
116   "repository": {
117     "type": "git",
118     "url": "git+https://github.com/jshttp/mime-db.git"
119   },
120   "scripts": {
121     "build": "node scripts/build",
122     "fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
123     "lint": "eslint .",
124     "test": "mocha --reporter spec --bail --check-leaks test/",
125     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
126     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
127     "update": "npm run fetch && npm run build"
128   },
129   "version": "1.26.0"
130 }