motion
Version:
motion - moving development forward
107 lines (106 loc) • 2.63 kB
JSON
{
"_args": [
[
"type-is@~1.6.1",
"/Users/nw/motion/packages/motion/node_modules/express"
]
],
"_from": "type-is@>=1.6.1 <1.7.0",
"_id": "type-is@1.6.11",
"_inCache": true,
"_installable": true,
"_location": "/type-is",
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "type-is",
"raw": "type-is@~1.6.1",
"rawSpec": "~1.6.1",
"scope": null,
"spec": ">=1.6.1 <1.7.0",
"type": "range"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.11.tgz",
"_shasum": "42ecde7970f2363738b986c0351efba5aa531648",
"_shrinkwrap": null,
"_spec": "type-is@~1.6.1",
"_where": "/Users/nw/motion/packages/motion/node_modules/express",
"bugs": {
"url": "https://github.com/jshttp/type-is/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"media-typer": "0.3.0",
"mime-types": "~2.1.9"
},
"description": "Infer the content-type of a request.",
"devDependencies": {
"istanbul": "0.4.2",
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"shasum": "42ecde7970f2363738b986c0351efba5aa531648",
"tarball": "http://registry.npmjs.org/type-is/-/type-is-1.6.11.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"HISTORY.md",
"LICENSE",
"index.js"
],
"gitHead": "8e60e3e78aef84928e0e6c09da950f6950adcdd2",
"homepage": "https://github.com/jshttp/type-is",
"keywords": [
"checking",
"content",
"type"
],
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "ritch",
"email": "skawful@gmail.com"
}
],
"name": "type-is",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/type-is.git"
},
"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/"
},
"version": "1.6.11"
}