comercioeletronico-cotacao-api/node_modules/type-is/package.json

120 lines
3.1 KiB
JSON

{
"_args": [
[
{
"raw": "type-is@~1.6.14",
"scope": null,
"escapedName": "type-is",
"name": "type-is",
"rawSpec": "~1.6.14",
"spec": ">=1.6.14 <1.7.0",
"type": "range"
},
"C:\\Users\\Yago\\Documents\\GitHub\\pedidos.webapi\\node_modules\\body-parser"
]
],
"_from": "type-is@>=1.6.14 <1.7.0",
"_id": "type-is@1.6.14",
"_inCache": true,
"_location": "/type-is",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/type-is-1.6.14.tgz_1479517858770_0.4908413903322071"
},
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"raw": "type-is@~1.6.14",
"scope": null,
"escapedName": "type-is",
"name": "type-is",
"rawSpec": "~1.6.14",
"spec": ">=1.6.14 <1.7.0",
"type": "range"
},
"_requiredBy": [
"/body-parser"
],
"_resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz",
"_shasum": "e219639c17ded1ca0789092dd54a03826b817cb2",
"_shrinkwrap": null,
"_spec": "type-is@~1.6.14",
"_where": "C:\\Users\\Yago\\Documents\\GitHub\\pedidos.webapi\\node_modules\\body-parser",
"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.13"
},
"description": "Infer the content-type of a request.",
"devDependencies": {
"eslint": "2.10.2",
"eslint-config-standard": "5.3.1",
"eslint-plugin-promise": "1.1.0",
"eslint-plugin-standard": "1.3.2",
"istanbul": "0.4.5",
"mocha": "1.21.5"
},
"directories": {},
"dist": {
"shasum": "e219639c17ded1ca0789092dd54a03826b817cb2",
"tarball": "https://registry.npmjs.org/type-is/-/type-is-1.6.14.tgz"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"index.js"
],
"gitHead": "f88151e69d91c5ed42e29dea78f5566403a5a7ad",
"homepage": "https://github.com/jshttp/type-is",
"keywords": [
"content",
"type",
"checking"
],
"license": "MIT",
"maintainers": [
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@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": {
"lint": "eslint .",
"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.14"
}