strong-tie/inbound-calls
0
1{2 "name": "formdata-polyfill",3 "version": "4.0.10",4 "description": "HTML5 `FormData` for Browsers and Node.",5 "type": "module",6 "main": "formdata.min.js",7 "scripts": {8 "build": "node build.js",9 "test": "node test/test-esm.js",10 "test-wpt": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js",11 "test-polyfill": "php -S localhost:4445 & open http://localhost:4445/test/test-polyfill.html"12 },13 "repository": {14 "type": "git",15 "url": "git+https://jimmywarting@github.com/jimmywarting/FormData.git"16 },17 "files": [18 "esm.min.js",19 "esm.min.d.ts",20 "FormData.js",21 "formdata-to-blob.js",22 "formdata.min.js",23 "README.md"24 ],25 "engines": {26 "node": ">=12.20.0"27 },28 "keywords": [29 "formdata",30 "fetch",31 "node-fetch",32 "html5",33 "browser",34 "polyfill"35 ],36 "author": "Jimmy Wärting",37 "license": "MIT",38 "bugs": {39 "url": "https://github.com/jimmywarting/FormData/issues"40 },41 "homepage": "https://github.com/jimmywarting/FormData#readme",42 "dependencies": {43 "fetch-blob": "^3.1.2"44 },45 "devDependencies": {46 "@types/google-closure-compiler": "^0.0.19",47 "@types/node": "^16.7.10",48 "google-closure-compiler": "^20210808.0.0"49 }50}51 