allowed-methods
Version:
Allow a set of HTTP methods
56 lines (55 loc) • 1.09 kB
JSON
{
"name": "allowed-methods",
"version": "1.0.0",
"description": "Allow a set of HTTP methods",
"main": "index.js",
"homepage": "https://github.com/acestojanoski/allowed-methods#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/acestojanoski/allowed-methods.git"
},
"bugs": {
"url": "https://github.com/acestojanoski/allowed-methods/issues"
},
"author": {
"name": "Aleksandar Stojanoski",
"email": "aleksandar-stojanoski@hotmail.com",
"url": "https://aleksandarstojanoski.vercel.app"
},
"scripts": {
"test": "xo && ava"
},
"license": "MIT",
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"http",
"methods",
"allow",
"allowed-methods",
"405",
"Method Not Allowed"
],
"devDependencies": {
"ava": "^3.15.0",
"got": "^11.8.2",
"test-listen": "^1.1.0",
"xo": "^0.44.0"
},
"xo": {
"prettier": true,
"ignores": [
"examples"
],
"rules": {
"unicorn/prefer-module": "off",
"unicorn/prevent-abbreviations": "off",
"unicorn/prefer-node-protocol": "off"
}
}
}