2025-04-19 15:38:48 +08:00

78 lines
2.1 KiB
JSON

{
"_from": "formdata-polyfill@^4.0.10",
"_id": "formdata-polyfill@4.0.10",
"_inBundle": false,
"_integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
"_location": "/formdata-polyfill",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "formdata-polyfill@^4.0.10",
"name": "formdata-polyfill",
"escapedName": "formdata-polyfill",
"rawSpec": "^4.0.10",
"saveSpec": null,
"fetchSpec": "^4.0.10"
},
"_requiredBy": [
"/node-fetch"
],
"_resolved": "https://registry.npmmirror.com/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
"_shasum": "24807c31c9d402e002ab3d8c720144ceb8848423",
"_spec": "formdata-polyfill@^4.0.10",
"_where": "D:\\ruyi\\案例\\node_modules\\node-fetch",
"author": {
"name": "Jimmy Wärting"
},
"bugs": {
"url": "https://github.com/jimmywarting/FormData/issues"
},
"bundleDependencies": false,
"dependencies": {
"fetch-blob": "^3.1.2"
},
"deprecated": false,
"description": "HTML5 `FormData` for Browsers and Node.",
"devDependencies": {
"@types/google-closure-compiler": "^0.0.19",
"@types/node": "^16.7.10",
"google-closure-compiler": "^20210808.0.0"
},
"engines": {
"node": ">=12.20.0"
},
"files": [
"esm.min.js",
"esm.min.d.ts",
"FormData.js",
"formdata-to-blob.js",
"formdata.min.js",
"README.md"
],
"homepage": "https://github.com/jimmywarting/FormData#readme",
"keywords": [
"formdata",
"fetch",
"node-fetch",
"html5",
"browser",
"polyfill"
],
"license": "MIT",
"main": "formdata.min.js",
"name": "formdata-polyfill",
"repository": {
"type": "git",
"url": "git+https://jimmywarting@github.com/jimmywarting/FormData.git"
},
"scripts": {
"build": "node build.js",
"test": "node test/test-esm.js",
"test-polyfill": "php -S localhost:4445 & open http://localhost:4445/test/test-polyfill.html",
"test-wpt": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js"
},
"type": "module",
"version": "4.0.10"
}