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/type-is/package.json

94 lines
2.2 KiB
JSON

{
"name": "type-is",
"description": "Infer the content-type of a request.",
"version": "1.5.1",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jshttp/type-is"
},
"dependencies": {
"media-typer": "0.3.0",
"mime-types": "~2.0.1"
},
"devDependencies": {
"istanbul": "~0.3.0",
"mocha": "1"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"scripts": {
"test": "mocha --reporter spec --check-leaks --bail 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/"
},
"keywords": [
"content",
"type",
"checking"
],
"gitHead": "74d33287453bf7c166f6410fc608c1c7588070ae",
"bugs": {
"url": "https://github.com/jshttp/type-is/issues"
},
"homepage": "https://github.com/jshttp/type-is",
"_id": "type-is@1.5.1",
"_shasum": "5c1e62d874f79199fb16b34d16972dba376ccbed",
"_from": "type-is@>=1.5.1 <1.6.0",
"_npmVersion": "1.4.21",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"maintainers": [
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "shtylman",
"email": "shtylman@gmail.com"
},
{
"name": "mscdex",
"email": "mscdex@mscdex.net"
},
{
"name": "fishrock123",
"email": "fishrock123@rocketmail.com"
}
],
"dist": {
"shasum": "5c1e62d874f79199fb16b34d16972dba376ccbed",
"tarball": "http://registry.npmjs.org/type-is/-/type-is-1.5.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.5.1.tgz",
"readme": "ERROR: No README data found!"
}