You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

126 lines
3.0 KiB

{
"_args": [
[
{
"raw": "type-is@~1.5.3",
"scope": null,
"escapedName": "type-is",
"name": "type-is",
"rawSpec": "~1.5.3",
"spec": ">=1.5.3 <1.6.0",
"type": "range"
},
"/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express"
]
],
"_from": "type-is@>=1.5.3 <1.6.0",
"_id": "type-is@1.5.7",
"_inCache": true,
"_location": "/type-is",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"raw": "type-is@~1.5.3",
"scope": null,
"escapedName": "type-is",
"name": "type-is",
"rawSpec": "~1.5.3",
"spec": ">=1.5.3 <1.6.0",
"type": "range"
},
"_requiredBy": [
"/express"
],
"_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz",
"_shasum": "b9368a593cc6ef7d0645e78b2f4c64cbecd05e90",
"_shrinkwrap": null,
"_spec": "type-is@~1.5.3",
"_where": "/home/nau/MEGA/CODI/githubRepos/colspace/node_modules/express",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com"
},
"bugs": {
"url": "https://github.com/jshttp/type-is/issues"
},
"contributors": [
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
}
],
"dependencies": {
"media-typer": "0.3.0",
"mime-types": "~2.0.9"
},
"description": "Infer the content-type of a request.",
"devDependencies": {
"istanbul": "0.3.5",
"mocha": "~1.21.5"
},
"directories": {},
"dist": {
"shasum": "b9368a593cc6ef7d0645e78b2f4c64cbecd05e90",
"tarball": "https://registry.npmjs.org/type-is/-/type-is-1.5.7.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"gitHead": "f4335cc563a98ee80366f04f67c50cef089ae803",
"homepage": "https://github.com/jshttp/type-is",
"keywords": [
"content",
"type",
"checking"
],
"license": "MIT",
"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"
}
],
"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.5.7"
}