| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_from": "minipass-fetch@^1.3.2",
- "_id": "minipass-fetch@1.4.1",
- "_inBundle": false,
- "_integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==",
- "_location": "/minipass-fetch",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "minipass-fetch@^1.3.2",
- "name": "minipass-fetch",
- "escapedName": "minipass-fetch",
- "rawSpec": "^1.3.2",
- "saveSpec": null,
- "fetchSpec": "^1.3.2"
- },
- "_requiredBy": [
- "/make-fetch-happen"
- ],
- "_resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz",
- "_shasum": "d75e0091daac1b0ffd7e9d41629faff7d0c1f1b6",
- "_spec": "minipass-fetch@^1.3.2",
- "_where": "G:\\项目\\mobile\\node_modules\\make-fetch-happen",
- "bugs": {
- "url": "https://github.com/npm/minipass-fetch/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "encoding": "^0.1.12",
- "minipass": "^3.1.0",
- "minipass-sized": "^1.0.3",
- "minizlib": "^2.0.0"
- },
- "deprecated": false,
- "description": "An implementation of window.fetch in Node.js using Minipass streams",
- "devDependencies": {
- "@ungap/url-search-params": "^0.1.2",
- "abort-controller": "^3.0.0",
- "abortcontroller-polyfill": "~1.3.0",
- "form-data": "^2.5.1",
- "parted": "^0.1.1",
- "string-to-arraybuffer": "^1.0.2",
- "tap": "^15.0.9",
- "whatwg-url": "^7.0.0"
- },
- "engines": {
- "node": ">=8"
- },
- "files": [
- "index.js",
- "lib/*.js"
- ],
- "homepage": "https://github.com/npm/minipass-fetch#readme",
- "keywords": [
- "fetch",
- "minipass",
- "node-fetch",
- "window.fetch"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "minipass-fetch",
- "optionalDependencies": {
- "encoding": "^0.1.12"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/minipass-fetch.git"
- },
- "scripts": {
- "postpublish": "git push origin --follow-tags",
- "postversion": "npm publish",
- "preversion": "npm test",
- "snap": "tap",
- "test": "tap"
- },
- "tap": {
- "coverage-map": "map.js",
- "check-coverage": true
- },
- "version": "1.4.1"
- }
|