UNPKG

@adobe/fetch

Version:

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

83 lines (82 loc) 1.97 kB
{ "name": "@adobe/fetch", "version": "4.2.2", "description": "Light-weight Fetch implementation transparently supporting both HTTP/1(.1) and HTTP/2", "main": "./src/index.js", "module": "./src/index.js", "sideEffects": false, "type": "module", "scripts": { "lint": "eslint .", "test": "c8 mocha", "test-ci": "c8 mocha", "semantic-release": "semantic-release", "semantic-release-dry": "semantic-release --dry-run --branches $CI_BRANCH", "prepare": "husky" }, "mocha": { "timeout": "5000", "recursive": "true", "reporter": "mocha-multi-reporters", "reporter-options": "configFile=.mocha-multi.json" }, "engines": { "node": ">=14.16" }, "types": "src/index.d.ts", "repository": { "type": "git", "url": "https://github.com/adobe/fetch" }, "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/adobe/fetch/issues" }, "homepage": "https://github.com/adobe/fetch#readme", "keywords": [ "fetch", "whatwg", "Fetch API", "http", "https", "http2", "h2", "promise", "async", "request", "RFC 7234", "7234", "caching", "cache" ], "dependencies": { "debug": "4.4.1", "http-cache-semantics": "4.2.0", "lru-cache": "7.18.3" }, "devDependencies": { "@semantic-release/changelog": "6.0.3", "@semantic-release/git": "10.0.1", "c8": "10.1.3", "chai": "5.2.0", "eslint": "8.57.1", "eslint-config-airbnb-base": "15.0.0", "eslint-plugin-header": "3.1.1", "eslint-plugin-import": "2.31.0", "formdata-node": "6.0.3", "husky": "9.1.7", "lint-staged": "16.0.0", "mocha": "11.4.0", "mocha-multi-reporters": "1.5.1", "nock": "13.5.6", "parse-cache-control": "1.0.1", "parse-multipart-data": "1.5.0", "semantic-release": "24.2.4", "sinon": "20.0.0", "stream-buffers": "3.0.3" }, "lint-staged": { "*.js": "eslint" } }