{"id":13671804,"url":"https://github.com/jshttp/methods","last_synced_at":"2025-05-15T12:04:55.577Z","repository":{"id":7006648,"uuid":"8274071","full_name":"jshttp/methods","owner":"jshttp","description":"HTTP verbs that node supports","archived":false,"fork":false,"pushed_at":"2024-05-14T16:52:09.000Z","size":51,"stargazers_count":179,"open_issues_count":3,"forks_count":32,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-04-10T13:53:53.425Z","etag":null,"topics":["http","javascript","methods","nodejs"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jshttp.png","metadata":{"files":{"readme":"README.md","changelog":"HISTORY.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-02-18T18:06:19.000Z","updated_at":"2024-12-22T00:25:39.000Z","dependencies_parsed_at":"2024-06-18T12:23:04.206Z","dependency_job_id":"3ab0d63c-6153-4ab0-8650-ccdaa1de2439","html_url":"https://github.com/jshttp/methods","commit_stats":{"total_commits":100,"total_committers":10,"mean_commits":10.0,"dds":"0.16000000000000003","last_synced_commit":"90dd6f9a046fffaf158287cb19eee686d17e7cde"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshttp%2Fmethods","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshttp%2Fmethods/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshttp%2Fmethods/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jshttp%2Fmethods/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jshttp","download_url":"https://codeload.github.com/jshttp/methods/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248361448,"owners_count":21090900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["http","javascript","methods","nodejs"],"created_at":"2024-08-02T09:01:19.210Z","updated_at":"2025-04-14T20:49:08.706Z","avatar_url":"https://github.com/jshttp.png","language":"JavaScript","readme":"# Methods\n\n[![NPM Version][npm-version-image]][npm-url]\n[![NPM Downloads][npm-downloads-image]][npm-url]\n[![Node.js Version][node-image]][node-url]\n[![Build Status][ci-image]][ci-url]\n[![Coverage Status][coveralls-image]][coveralls-url]\n\nHTTP verbs that Node.js core's HTTP parser supports.\n\nThis module provides an export that is just like `http.METHODS` from Node.js core,\nwith the following differences:\n\n  * All method names are lower-cased.\n  * Contains a fallback list of methods for Node.js versions that do not have a\n    `http.METHODS` export (0.10 and lower).\n  * Provides the fallback list when using tools like `browserify` without pulling\n    in the `http` shim module.\n\n## Install\n\nThis is a [Node.js](https://nodejs.org/en/) module available through the\n[npm registry](https://www.npmjs.com/). Installation is done using the\n[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally):\n\n```sh\n$ npm install methods\n```\n\n## API\n\n```js\nvar methods = require('methods')\n```\n\n### methods\n\nThis is an array of lower-cased method names that Node.js supports. If Node.js\nprovides the `http.METHODS` export, then this is the same array lower-cased,\notherwise it is a snapshot of the verbs from Node.js 0.10.\n\n## License\n\n[MIT](LICENSE)\n\n[ci-image]: https://badgen.net/github/checks/jshttp/methods/master?label=ci\n[ci-url]: https://github.com/jshttp/methods/actions/workflows/ci.yml\n[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/methods/master\n[coveralls-url]: https://coveralls.io/r/jshttp/methods?branch=master\n[node-image]: https://badgen.net/npm/node/methods\n[node-url]: https://nodejs.org/en/download\n[npm-downloads-image]: https://badgen.net/npm/dm/methods\n[npm-url]: https://npmjs.org/package/methods\n[npm-version-image]: https://badgen.net/npm/v/methods\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjshttp%2Fmethods","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjshttp%2Fmethods","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjshttp%2Fmethods/lists"}