UNPKG

fetch-http-message

Version:

Generate an http message string using the fetch API

81 lines (80 loc) 1.89 kB
{ "name": "fetch-http-message", "version": "1.0.11", "description": "Generate an http message string using the fetch API", "keywords": [ "apis", "batch", "cross-fetch", "fetch", "form", "gapi", "google", "http", "https", "isomorphic-fetch", "message", "multipart", "node-fetch", "parser", "parser-multipart", "parts", "typescript" ], "homepage": "https://github.com/kmalakoff/fetch-http-message#README.md", "bugs": { "url": "https://github.com/kmalakoff/fetch-http-message/issues" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/kmalakoff/fetch-http-message.git" }, "license": "MIT", "author": { "name": "Kevin Malakoff", "email": "kmalakoff@gmail.com", "url": "https://github.com/kmalakoff" }, "type": "module", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js" }, "./package.json": "./package.json", "./umd": "./dist/umd/fetch-http-message.cjs" }, "main": "dist/cjs/index.js", "source": "src/index.ts", "types": "dist/cjs/index.d.ts", "files": [ "dist" ], "scripts": { "build": "tsds build", "docs": "tsds docs", "format": "tsds format", "prepublishOnly": "tsds validate", "test": "tsds test:browser --config wtr.config.mjs && tsds test:node --no-timeouts", "test:engines": "tsds test:browser --config wtr.config.mjs && nvu engines tsds test:node --no-timeouts", "version": "tsds version" }, "devDependencies": { "@types/mocha": "^10.0.10", "@types/node": "^25.0.1", "node-version-use": "^2.1.5", "ts-dev-stack": "^1.21.3", "tsds-config": "^0.2.1", "tsds-web-test-runner": "^1.19.4" }, "engines": { "node": ">=0.8" }, "tsds": { "targets": [ "cjs", "esm", "umd" ] } }