File size: 1,259 Bytes
ef12564
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "name": "formdata-polyfill",
  "version": "4.0.10",
  "description": "HTML5 `FormData` for Browsers and Node.",
  "type": "module",
  "main": "formdata.min.js",
  "scripts": {
    "build": "node build.js",
    "test": "node test/test-esm.js",
    "test-wpt": "node --experimental-loader ./test/http-loader.js ./test/test-wpt-in-node.js",
    "test-polyfill": "php -S localhost:4445 & open http://localhost:4445/test/test-polyfill.html"
  },
  "repository": {
    "type": "git",
    "url": "git+https://jimmywarting@github.com/jimmywarting/FormData.git"
  },
  "files": [
    "esm.min.js",
    "esm.min.d.ts",
    "FormData.js",
    "formdata-to-blob.js",
    "formdata.min.js",
    "README.md"
  ],
  "engines": {
    "node": ">=12.20.0"
  },
  "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.1.2"
  },
  "devDependencies": {
    "@types/google-closure-compiler": "^0.0.19",
    "@types/node": "^16.7.10",
    "google-closure-compiler": "^20210808.0.0"
  }
}