UNPKG

@poppanator/http-constants

Version:

This package contains various HTTP constants: http status codes and texts, HTTP header names and HTTP methods, and a few related utility function.

77 lines (76 loc) 1.85 kB
{ "name": "@poppanator/http-constants", "version": "3.0.0", "description": "", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" }, "./functions": { "import": "./dist/functions.js", "require": "./dist/functions.cjs", "types": "./dist/functions.d.ts" }, "./codes": { "import": "./dist/codes.js", "require": "./dist/codes.cjs", "types": "./dist/codes.d.ts" }, "./methods": { "import": "./dist/methods.js", "require": "./dist/methods.cjs", "types": "./dist/methods.d.ts" }, "./texts": { "import": "./dist/texts.js", "require": "./dist/texts.cjs", "types": "./dist/texts.d.ts" }, "./tuples": { "import": "./dist/tuples.js", "require": "./dist/tuples.cjs", "types": "./dist/tuples.d.ts" }, "./headers": { "import": "./dist/headers.js", "require": "./dist/headers.cjs", "types": "./dist/headers/index.d.ts" } }, "private": false, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/poppa/http-helpers-ts.git" }, "keywords": [ "http", "constants", "http constants" ], "files": [ "dist", "src" ], "author": { "name": "Pontus Östlund", "url": "https://github.com/poppa" }, "license": "MIT", "bugs": { "url": "https://github.com/poppa/http-helpers-ts/issues" }, "homepage": "https://github.com/poppa/http-helpers-ts#readme", "scripts": { "test": "jest", "build": "vite build", "dev": "npm run build -- --watch", "clean": "rimraf dist" }, "gitHead": "8ed06c1e8c92422963f71edaa6eb3c6b24df4691" }