Website/node_modules/mime-types/package.json

111 lines
2.7 KiB
JSON

{
"_args": [
[
"mime-types@~2.1.7",
"/Users/okennedy/Documents/Website/node_modules/request"
]
],
"_from": "mime-types@>=2.1.7 <2.2.0",
"_id": "mime-types@2.1.8",
"_inCache": true,
"_installable": true,
"_location": "/mime-types",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "mime-types",
"raw": "mime-types@~2.1.7",
"rawSpec": "~2.1.7",
"scope": null,
"spec": ">=2.1.7 <2.2.0",
"type": "range"
},
"_requiredBy": [
"/form-data",
"/request"
],
"_resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz",
"_shasum": "faf57823de04bc7cbff4ee82c6b63946e812ae72",
"_shrinkwrap": null,
"_spec": "mime-types@~2.1.7",
"_where": "/Users/okennedy/Documents/Website/node_modules/request",
"bugs": {
"url": "https://github.com/jshttp/mime-types/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jeremiah Senkpiel",
"email": "fishrock123@rocketmail.com",
"url": "https://searchbeam.jit.su"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"mime-db": "~1.20.0"
},
"description": "The ultimate javascript content-type utility.",
"devDependencies": {
"istanbul": "0.4.1",
"mocha": "~1.21.5"
},
"directories": {},
"dist": {
"shasum": "faf57823de04bc7cbff4ee82c6b63946e812ae72",
"tarball": "http://registry.npmjs.org/mime-types/-/mime-types-2.1.8.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "100876a23fab896d8cf0d904fc9778dbdfc1695b",
"homepage": "https://github.com/jshttp/mime-types",
"keywords": [
"mime",
"types"
],
"license": "MIT",
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"name": "mime-types",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/mime-types.git"
},
"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"
},
"version": "2.1.8"
}