formdata-polyfill
Version:
HTML5 `FormData` for Browsers and Node.
41 lines (40 loc) • 890 B
JSON
{
"name": "formdata-polyfill",
"version": "4.0.6",
"description": "HTML5 `FormData` for Browsers and Node.",
"type": "module",
"main": "formdata.min.js",
"scripts": {
"build": "node build",
"prepare": "npm run build && npm run test",
"test": "node test/test-esm.js"
},
"repository": {
"type": "git",
"url": "git+https://jimmywarting@github.com/jimmywarting/FormData.git"
},
"files": [
"esm.min.js",
"FormData.js",
"formdata-to-blob.js",
"formdata.min.js",
"README.md"
],
"keywords": [
"formdata",
"fetch",
"node-fetch",
"html5",
"browser",
"polyfill"
],
"author": "Jimmy Wärting",
"license": "MIT",
"bugs": {
"url": "https://github.com/jimmywarting/FormData/issues"
},
"homepage": "https://github.com/jimmywarting/FormData#readme",
"dependencies": {
"fetch-blob": "^3.0.0"
}
}