![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/builtin-status-codes/ |
{ "name": "builtin-status-codes", "main": "index.js", "browser": "browser.js", "version": "3.0.0", "description": "The map of HTTP status codes from the builtin http module", "license": "MIT", "repository": "bendrucker/builtin-status-codes", "author": { "name": "Ben Drucker", "email": "[email protected]", "url": "bendrucker.me" }, "scripts": { "test": "standard && tape test.js", "build": "node build.js" }, "keywords": [ "http", "status", "codes", "builtin", "map" ], "devDependencies": { "tape": "^4.0.0", "standard": "^4.0.0" }, "files": [ "index.js", "browser.js", "build.js" ], "standard": { "ignore": [ "browser.js" ] } }