mirror of
https://github.com/denoland/deno.git
synced 2024-11-29 16:30:56 -05:00
1 line
3.5 KiB
JSON
1 line
3.5 KiB
JSON
{"name":"minipass-fetch","description":"An implementation of window.fetch in Node.js using Minipass streams","dist-tags":{"latest":"3.0.5"},"versions":{"3.0.5":{"name":"minipass-fetch","version":"3.0.5","author":{"name":"GitHub Inc."},"license":"MIT","_id":"minipass-fetch@3.0.5","bugs":{"url":"https://github.com/npm/minipass-fetch/issues"},"tap":{"nyc-arg":["--exclude","tap-snapshots/**"],"coverage-map":"map.js","check-coverage":true},"dist":{"shasum":"f0f97e40580affc4a35cc4a1349f05ae36cb1e4c","tarball":"http://localhost:4260/minipass-fetch/minipass-fetch-3.0.5.tgz","fileCount":11,"integrity":"sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==","signatures":[{"sig":"MEUCIQCa4AG/RmwIFY2m4oi9Suf2JMV/+jm61vaQqWklyAdcogIgcqhlUvdlWGRFE5bxtFUBk6ugppYNBDgrmCON0Ckbmsc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"attestations":{"url":"http://localhost:4260/attestations/minipass-fetch@3.0.5","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":46849},"main":"lib/index.js","engines":{"node":"^14.17.0 || ^16.13.0 || >=18.0.0"},"gitHead":"d523a93cc86c79cbf28a30c77938ad71e54bc814","scripts":{"lint":"eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"","snap":"tap","test":"tap","lintfix":"npm run lint -- --fix","postlint":"template-oss-check","posttest":"npm run lint","test:tls-fixtures":"./test/fixtures/tls/setup.sh","template-oss-apply":"template-oss-apply --force"},"repository":{"url":"git+https://github.com/npm/minipass-fetch.git","type":"git"},"_npmVersion":"10.7.0","description":"An implementation of window.fetch in Node.js using Minipass streams","directories":{},"templateOSS":{"publish":"true","version":"4.22.0","//@npmcli/template-oss":"This file is partially managed by @npmcli/template-oss. Edits may be overwritten."},"_nodeVersion":"22.1.0","dependencies":{"minipass":"^7.0.3","minizlib":"^2.1.2","minipass-sized":"^1.0.3"},"_hasShrinkwrap":false,"devDependencies":{"tap":"^16.0.0","nock":"^13.2.4","parted":"^0.1.1","encoding":"^0.1.13","form-data":"^4.0.0","abort-controller":"^3.0.0","@npmcli/template-oss":"4.22.0","@npmcli/eslint-config":"^4.0.0","string-to-arraybuffer":"^1.0.2","@ungap/url-search-params":"^0.2.2","abortcontroller-polyfill":"~1.7.3"},"optionalDependencies":{"encoding":"^0.1.13"}}},"author":{"name":"GitHub Inc."},"repository":{"url":"git+https://github.com/npm/minipass-fetch.git","type":"git"},"license":"MIT","homepage":"https://github.com/npm/minipass-fetch#readme","bugs":{"url":"https://github.com/npm/minipass-fetch/issues"},"readme":"# minipass-fetch\n\nAn implementation of window.fetch in Node.js using Minipass streams\n\nThis is a fork (or more precisely, a reimplementation) of\n[node-fetch](http://npm.im/node-fetch). All streams have been replaced\nwith [minipass streams](http://npm.im/minipass).\n\nThe goal of this module is to stay in sync with the API presented by\n`node-fetch`, with the exception of the streaming interface provided.\n\n## Why\n\nMinipass streams are faster and more deterministic in their timing contract\nthan node-core streams, making them a better fit for many server-side use\ncases.\n\n## API\n\nSee [node-fetch](http://npm.im/node-fetch)\n\nDifferences from `node-fetch` (and, by extension, from the WhatWG Fetch\nspecification):\n\n- Returns [minipass](http://npm.im/minipass) streams instead of node-core\n streams.\n- Supports the full set of [TLS Options that may be provided to\n `https.request()`](https://nodejs.org/api/https.html#https_https_request_options_callback)\n when making `https` requests.\n","readmeFilename":"README.md"}
|