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.

107 lines
2.6 KiB
JSON

{
"_args": [
[
"type-is@~1.6.6",
"/Users/alfiepates/src/invoicer/node_modules/express"
]
],
"_from": "type-is@>=1.6.6 <1.7.0",
"_id": "type-is@1.6.12",
"_inCache": true,
"_installable": true,
"_location": "/type-is",
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/type-is-1.6.12.tgz_1456726142464_0.8247741810046136"
},
"_npmUser": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "type-is",
"raw": "type-is@~1.6.6",
"rawSpec": "~1.6.6",
"scope": null,
"spec": ">=1.6.6 <1.7.0",
"type": "range"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.12.tgz",
"_shasum": "0352a9dfbfff040fe668cc153cc95829c354173e",
"_shrinkwrap": null,
"_spec": "type-is@~1.6.6",
"_where": "/Users/alfiepates/src/invoicer/node_modules/express",
"bugs": {
"url": "https://github.com/jshttp/type-is/issues"
},
"contributors": [
{
"email": "doug@somethingdoug.com",
"name": "Douglas Christopher Wilson"
},
{
"email": "me@jongleberry.com",
"name": "Jonathan Ong",
"url": "http://jongleberry.com"
}
],
"dependencies": {
"media-typer": "0.3.0",
"mime-types": "~2.1.10"
},
"description": "Infer the content-type of a request.",
"devDependencies": {
"istanbul": "0.4.2",
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"shasum": "0352a9dfbfff040fe668cc153cc95829c354173e",
"tarball": "http://localhost:4873/type-is/-/type-is-1.6.12.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"gitHead": "7ba49c0ccc8e34f4321768c0b13c2ebcccaae28c",
"homepage": "https://github.com/jshttp/type-is",
"keywords": [
"content",
"type",
"checking"
],
"license": "MIT",
"maintainers": [
{
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
{
"email": "jonathanrichardong@gmail.com",
"name": "jongleberry"
}
],
"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.12"
}