UNPKG

@http-util/status-i18n

Version:

Make HTTP status message support i18n

53 lines 1.19 kB
{ "author": "Kimi Gao", "bugs": { "url": "https://github.com/http-util/status-i18n/issues" }, "description": "Make HTTP status message support i18n", "devDependencies": { "ava": "6.1.3", "c8": "10.1.2", "eslint": "8.41.0", "eslint-config-standard": "17.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-n": "17.9.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "6.6.0" }, "engines": { "node": ">=12" }, "files": [ "src", "index.js", "index.d.ts", "LICENSE", "README.md" ], "funding": { "url": "https://github.com/sponsors/dargmuesli" }, "homepage": "https://github.com/http-util/status-i18n", "keywords": [ "http", "status", "error", "i18n", "translation" ], "license": "MIT", "main": "index.js", "name": "@http-util/status-i18n", "packageManager": "pnpm@8.5.1", "repository": { "type": "git", "url": "git+https://github.com/http-util/status-i18n.git" }, "type": "module", "version": "0.9.0", "scripts": { "lint": "eslint --ext .js --ignore-path .gitignore .", "test": "ava", "test:coverage": "c8 --reporter=lcov ava" } }