status-is-ok
Version:
Check if the url is 200-A-Ok 🎈 [](https://www.npmjs.com/package/status-is-ok) [](https://www.npmjs.com
34 lines (33 loc) • 701 B
JSON
{
"name": "status-is-ok",
"version": "1.2.4",
"main": "index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/theatlasroom/status-is-ok.git"
},
"bugs": {
"url": "https://github.com/theatlasroom/status-is-ok/issues"
},
"homepage": "https://github.com/theatlasroom/status-is-ok#readme",
"devDependencies": {
"standard": "^13.0.2",
"tap-dot": "^2.0.0",
"tape": "^4.11.0"
},
"dependencies": {
"axios": "^0.21.2"
},
"scripts": {
"test": "tape test.js | tap-dot ",
"lint": "standard *.js --fix"
},
"author": "Ezekiel <@theatlasroom>",
"keywords": [
"200",
"http",
"status",
"OK"
]
}