You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

126 lines
3.2 KiB
JSON

{
"_args": [
[
"mime-db@~1.22.0",
"/Users/alfiepates/src/invoicer/node_modules/mime-types"
]
],
"_from": "mime-db@>=1.22.0 <1.23.0",
"_id": "mime-db@1.22.0",
"_inCache": true,
"_installable": true,
"_location": "/mime-db",
"_nodeVersion": "4.2.3",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/mime-db-1.22.0.tgz_1455558813990_0.7830642955377698"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "2.14.7",
"_phantomChildren": {},
"_requested": {
"name": "mime-db",
"raw": "mime-db@~1.22.0",
"rawSpec": "~1.22.0",
"scope": null,
"spec": ">=1.22.0 <1.23.0",
"type": "range"
},
"_requiredBy": [
"/mime-types"
],
"_resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.22.0.tgz",
"_shasum": "ab23a6372dc9d86d3dc9121bd0ebd38105a1904a",
"_shrinkwrap": null,
"_spec": "mime-db@~1.22.0",
"_where": "/Users/alfiepates/src/invoicer/node_modules/mime-types",
"bugs": {
"url": "https://github.com/jshttp/mime-db/issues"
},
"contributors": [
{
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
{
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"url": "http://jongleberry.com"
},
{
"email": "robert@broofa.com",
"name": "Robert Kieffer",
"url": "http://github.com/broofa"
}
],
"dependencies": {},
"description": "Media Type Database",
"devDependencies": {
"bluebird": "3.3.1",
"co": "4.6.0",
"cogent": "1.0.1",
"csv-parse": "1.0.1",
"gnode": "0.1.2",
"istanbul": "0.4.2",
"mocha": "1.21.5",
"raw-body": "2.1.5",
"stream-to-array": "2.2.1"
},
"directories": {},
"dist": {
"shasum": "ab23a6372dc9d86d3dc9121bd0ebd38105a1904a",
"tarball": "http://localhost:4873/mime-db/-/mime-db-1.22.0.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"db.json",
"index.js"
],
"gitHead": "ed88d32405582a5aaff6225d1210005d6be2623e",
"homepage": "https://github.com/jshttp/mime-db#readme",
"keywords": [
"mime",
"db",
"type",
"types",
"database",
"charset",
"charsets"
],
"license": "MIT",
"maintainers": [
{
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
{
"email": "jonathanrichardong@gmail.com",
"name": "jongleberry"
}
],
"name": "mime-db",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/mime-db.git"
},
"scripts": {
"build": "node scripts/build",
"fetch": "gnode scripts/fetch-apache && gnode scripts/fetch-iana && gnode scripts/fetch-nginx",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
"update": "npm run fetch && npm run build"
},
"version": "1.22.0"
}