{"_id":"@36node/http-status","_rev":"6-b84a2bbfc466b3cbc06c714e537ca55d","name":"@36node/http-status","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@36node/http-status","version":"0.0.1","description":"Provides useful http status.","repository":{"url":"https://github.com/36node/http-status.git","type":"git"},"license":"MIT","publishConfig":{"access":"public"},"files":["bin","dist"],"main":"dist/index.js","scripts":{"build":"rm -rf dist && babel ./src -d ./dist --ignore test.js","format":"prettier --trailing-comma es5 --write","lint":"eslint src","prepublishOnly":"npm run build","release":"standard-version && git push --follow-tags origin master","test:cov":"jest --coverage && npm run lint","test":"npm run lint && jest --silent"},"commitlint":{"extends":["@commitlint/config-conventional"]},"husky":{"hooks":{"commit-msg":"commitlint -e $GIT_PARAMS","pre-commit":"lint-staged","pre-push":"npm test"}},"jest":{"testEnvironment":"node"},"lint-staged":{"*.js":["npm run format","git add"]},"devDependencies":{"@36node/babel":"*","@36node/eslint-config":"0.1.0","@commitlint/cli":"6.1.0","@commitlint/config-conventional":"6.1.0","husky":"1.0.0-rc.13","jest":"23.4.2","lint-staged":"7.2.0","prettier":"1.13.7","standard-version":"4.4.0"},"_id":"@36node/http-status@0.0.1","dist":{"shasum":"3738e5fa3d22e1d459dffff70e71f88588b61fce","tarball":"https://registry.npmjs.org/@36node/http-status/-/http-status-0.0.1.tgz","integrity":"sha512-T/GFkhQaHNGKWrIbSJq+vn6IAf1fQcelxJi59m8ynwkdCS9rqZfWN1nXEcwtLrlGp9ovYlx/b9Ujy2GbLIgyzA==","fileCount":15,"unpackedSize":10250,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJbdXQzCRA9TVsSAnZWagAAKY8P/37XmDRr0KH3t8Rayhej\nP8GBOojxioDSpRdPGoFsBl3tmDTfWTCn71tGTPez+sIurNEq9gKOKefSBf3h\nObR+BYCIX5QbEfKVs6JSTy2eyegYM5zHcoz+Ui1/S4q9WrMv8fzSwNiEIdSO\n7lbjameIYsw2HYm22TJUKSSIsSKmVFoKH00dHRJJT3hB1dJV89eHdN8S0aS+\nU2yCGx7ZokH8vy+NAnLvmC1DW8ni135uPbHJqBJX4FDod4KOiGyO6e1YABes\nPY5H7nOo/xj7M7cqelSoc7qfkT05rL3Ouc4mI08IBwwI7WBWR1fiw9vdTiHS\nYhf01JO1GRRmW0fYymm7YiupcB+zfu5rLlBT+K73p+0ppB7bDMODZ4fNLxdq\nLLtqOd83zRDm3kyHzbWMMgQrH24N7eU2Cz9wpQZ9YdMfew9ymMKB7vyCLbgZ\nKBZir0DDWWfMqGZhGQ8kvLFQlHPlSZluI3z7CcoGqcbn8wSu/9aZY4uXgiis\nF6dKMlwCJM3AbFVBBw7azkmCatOK378ITIhnVahpwcs59qaE5daYK8IJpSmw\nnWadePUQMqsNZWCik3ZfDgdifdUKK09x14jqlM3UGraDUadaolqUftlBvoDT\n5UQ6EM51ofQ5UDzbyAswin6t18One8W0xnQD4BNIuSU/NaOya5PDoBHkjjB1\nZIxN\r\n=7GdC\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIAhXVK3IbSiORd+KL/2bMhBLT4v/DUNCMH3460Q0USpAAiAp+V4wQ/x2ARErdZIBZkPfPqEkikSrjyFoebNgBeQ1LQ=="}]},"maintainers":[{"name":"frendkao","email":"frendkao@gmail.com"},{"name":"hauy","email":"hauy@163.com"},{"name":"tohsakarin","email":"1023770070@qq.com"},{"name":"zzswang","email":"zzswang@gmail.com"}],"_npmUser":{"name":"zzswang","email":"zzswang@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/http-status_0.0.1_1534424114517_0.16452149752754397"},"_hasShrinkwrap":false}},"time":{"created":"2018-08-16T12:55:14.446Z","0.0.1":"2018-08-16T12:55:14.616Z","modified":"2023-11-24T02:06:20.178Z"},"maintainers":[{"email":"xuna08@gmail.com","name":"xuna08"},{"email":"zzswang@gmail.com","name":"zzswang"},{"email":"hauy@163.com","name":"hauy"},{"email":"walle@36node.com","name":"36node-robot"}],"description":"Provides useful http status.","repository":{"url":"https://github.com/36node/http-status.git","type":"git"},"license":"MIT","readme":"# http-status\n\nProvides most useful http status.\n\n```sh\n  ExtendableError,\n  Forbindden,\n  Gone,\n  InternalError,\n  InvalidRequest,\n  NotAcceptable,\n  NotFound,\n  Unauthorized,\n  UnprocessableEntity,\n```\n\n## Install\n\n```bash\nyarn add http-status\n```\n\n## Usage\n\n```js\nimport { Forbindden } from \"@36node/http-status\";\n\nthrow new Forbidden();\n```\n\n## Contributing\n\n1.  Fork it!\n2.  Create your feature branch: `git checkout -b my-new-feature`\n3.  Commit your changes: `git commit -am 'Add some feature'`\n4.  Push to the branch: `git push origin my-new-feature`\n5.  Submit a pull request :D\n\n## Author\n\n**http-status** © [36node](https://github.com/36node), Released under the [MIT](./LICENSE) License.\n\nAuthored and maintained by 36node with help from contributors ([list](https://github.com/36node/http-status/contributors)).\n\n> [github.com/zzswang](https://github.com/zzswang) · GitHub [@36node](https://github.com/36node)\n","readmeFilename":"README.md"}