This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/express/node_modules/accepts/node_modules/mime-types/package.json

81 lines
2.0 KiB
JSON

{
"name": "mime-types",
"description": "The ultimate javascript content-type utility.",
"version": "2.0.1",
"contributors": [
{
"name": "Jeremiah Senkpiel",
"email": "fishrock123@rocketmail.com",
"url": "https://searchbeam.jit.su"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"license": "MIT",
"keywords": [
"mime",
"types"
],
"repository": {
"type": "git",
"url": "https://github.com/jshttp/mime-types"
},
"dependencies": {
"mime-db": "~1.0.1"
},
"devDependencies": {
"istanbul": "0",
"mocha": "1"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"engines": {
"node": ">= 0.6"
},
"scripts": {
"test": "mocha --reporter spec test/test.js",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/test.js",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot test/test.js"
},
"gitHead": "c6e40fb033331aa87d9d4a5f1e5c0245e9edb2f6",
"bugs": {
"url": "https://github.com/jshttp/mime-types/issues"
},
"homepage": "https://github.com/jshttp/mime-types",
"_id": "mime-types@2.0.1",
"_shasum": "7f5b4712592e7dd46ca733fd1c5f5d71356de615",
"_from": "mime-types@>=2.0.1 <2.1.0",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"dist": {
"shasum": "7f5b4712592e7dd46ca733fd1c5f5d71356de615",
"tarball": "http://registry.npmjs.org/mime-types/-/mime-types-2.0.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.0.1.tgz",
"readme": "ERROR: No README data found!"
}