You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.4 KiB
58 lines
1.4 KiB
7 years ago
|
{
|
||
|
"name": "mime-db",
|
||
|
"description": "Media Type Database",
|
||
|
"version": "1.30.0",
|
||
|
"contributors": [
|
||
|
"Douglas Christopher Wilson <doug@somethingdoug.com>",
|
||
|
"Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
|
||
|
"Robert Kieffer <robert@broofa.com> (http://github.com/broofa)"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"keywords": [
|
||
|
"mime",
|
||
|
"db",
|
||
|
"type",
|
||
|
"types",
|
||
|
"database",
|
||
|
"charset",
|
||
|
"charsets"
|
||
|
],
|
||
|
"repository": "jshttp/mime-db",
|
||
|
"devDependencies": {
|
||
|
"bluebird": "3.5.0",
|
||
|
"co": "4.6.0",
|
||
|
"cogent": "1.0.1",
|
||
|
"csv-parse": "1.2.1",
|
||
|
"eslint": "3.19.0",
|
||
|
"eslint-config-standard": "10.2.1",
|
||
|
"eslint-plugin-import": "2.7.0",
|
||
|
"eslint-plugin-node": "5.1.1",
|
||
|
"eslint-plugin-promise": "3.5.0",
|
||
|
"eslint-plugin-standard": "3.0.1",
|
||
|
"gnode": "0.1.2",
|
||
|
"mocha": "1.21.5",
|
||
|
"nyc": "11.1.0",
|
||
|
"raw-body": "2.3.0",
|
||
|
"stream-to-array": "2.3.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"HISTORY.md",
|
||
|
"LICENSE",
|
||
|
"README.md",
|
||
|
"db.json",
|
||
|
"index.js"
|
||
|
],
|
||
|
"engines": {
|
||
|
"node": ">= 0.6"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "node scripts/build",
|
||
|
"fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
|
||
|
"lint": "eslint .",
|
||
|
"test": "mocha --reporter spec --bail --check-leaks test/",
|
||
|
"test-cov": "nyc --reporter=html --reporter=text npm test",
|
||
|
"test-travis": "nyc --reporter=text npm test",
|
||
|
"update": "npm run fetch && npm run build"
|
||
|
}
|
||
|
}
|