{
|
|
"name": "method-override",
|
|
"description": "Override HTTP verbs",
|
|
"version": "2.3.6",
|
|
"contributors": [
|
|
{
|
|
"name": "Douglas Christopher Wilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Ong",
|
|
"email": "me@jongleberry.com",
|
|
"url": "http://jongleberry.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/expressjs/method-override.git"
|
|
},
|
|
"dependencies": {
|
|
"debug": "~2.2.0",
|
|
"methods": "~1.1.2",
|
|
"parseurl": "~1.3.1",
|
|
"vary": "~1.1.0"
|
|
},
|
|
"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.3",
|
|
"mocha": "2.4.5",
|
|
"supertest": "1.1.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"HISTORY.md",
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint **/*.js",
|
|
"test": "mocha --check-leaks --reporter spec --bail test/",
|
|
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
|
|
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
|
|
},
|
|
"gitHead": "9bd45a87a14727f6986fa3f50a7d18f32812c4d7",
|
|
"bugs": {
|
|
"url": "https://github.com/expressjs/method-override/issues"
|
|
},
|
|
"homepage": "https://github.com/expressjs/method-override",
|
|
"_id": "method-override@2.3.6",
|
|
"_shasum": "209261cc588d45d9d5a022ff20d7d5eb8e92179e",
|
|
"_from": "method-override@>=2.1.2 <3.0.0",
|
|
"_npmVersion": "1.4.28",
|
|
"_npmUser": {
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "defunctzombie",
|
|
"email": "shtylman@gmail.com"
|
|
},
|
|
{
|
|
"name": "dougwilson",
|
|
"email": "doug@somethingdoug.com"
|
|
},
|
|
{
|
|
"name": "fishrock123",
|
|
"email": "fishrock123@rocketmail.com"
|
|
},
|
|
{
|
|
"name": "jongleberry",
|
|
"email": "jonathanrichardong@gmail.com"
|
|
},
|
|
{
|
|
"name": "mscdex",
|
|
"email": "mscdex@mscdex.net"
|
|
},
|
|
{
|
|
"name": "tjholowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "209261cc588d45d9d5a022ff20d7d5eb8e92179e",
|
|
"tarball": "https://registry.npmjs.org/method-override/-/method-override-2.3.6.tgz"
|
|
},
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/method-override-2.3.6.tgz_1463797613529_0.37302224803715944"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/method-override/-/method-override-2.3.6.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|