UNPKG

@adobe/helix-fetch

Version:

Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2

91 lines (90 loc) 2.11 kB
{ "name": "@adobe/helix-fetch", "version": "3.1.2", "description": "Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2", "main": "src/index.js", "scripts": { "test": "nyc mocha", "lint": "./node_modules/.bin/eslint .", "semantic-release": "semantic-release" }, "mocha": { "timeout": "5000", "recursive": "true", "reporter": "mocha-multi-reporters", "reporter-options": "configFile=.mocha-multi.json" }, "engines": { "node": ">=12.0" }, "types": "src/index.d.ts", "exports": { "import": "./src/index.mjs", "require": "./src/index.js" }, "repository": { "type": "git", "url": "https://github.com/adobe/helix-fetch" }, "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/adobe/helix-fetch/issues" }, "homepage": "https://github.com/adobe/helix-fetch#readme", "keywords": [ "fetch", "whatwg", "Fetch API", "http", "https", "http2", "h2", "promise", "async", "request", "RFC 7234", "7234", "caching", "cache" ], "dependencies": { "debug": "4.3.4", "http-cache-semantics": "4.1.0", "lru-cache": "7.13.2" }, "devDependencies": { "@adobe/eslint-config-helix": "1.3.2", "@semantic-release/changelog": "6.0.1", "@semantic-release/git": "10.0.1", "chai": "4.3.6", "chai-as-promised": "7.1.1", "chai-bytes": "0.1.2", "chai-iterator": "3.0.2", "eslint": "8.21.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.26.0", "formdata-node": "4.3.3", "lint-staged": "13.0.3", "mocha": "10.0.0", "mocha-multi-reporters": "1.5.1", "nock": "13.2.9", "nyc": "15.1.0", "parse-cache-control": "1.0.1", "pem": "1.14.6", "semantic-release": "19.0.3", "sinon": "14.0.0", "stream-buffers": "3.0.2" }, "lint-staged": { "*.js": "eslint" }, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" }, "ghooks": { "pre-commit": "npx lint-staged" } } }