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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
| {
| "_from": "form-data@^4.0.0",
| "_id": "form-data@4.0.5",
| "_inBundle": false,
| "_integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
| "_location": "/form-data",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "form-data@^4.0.0",
| "name": "form-data",
| "escapedName": "form-data",
| "rawSpec": "^4.0.0",
| "saveSpec": null,
| "fetchSpec": "^4.0.0"
| },
| "_requiredBy": [
| "/axios"
| ],
| "_resolved": "https://registry.npmmirror.com/form-data/-/form-data-4.0.5.tgz",
| "_shasum": "b49e48858045ff4cbf6b03e1805cebcad3679053",
| "_spec": "form-data@^4.0.0",
| "_where": "D:\\code\\idea2023\\git\\diandongche\\web\\node_modules\\axios",
| "author": {
| "name": "Felix Geisendörfer",
| "email": "felix@debuggable.com",
| "url": "http://debuggable.com/"
| },
| "auto-changelog": {
| "output": "CHANGELOG.md",
| "template": "keepachangelog",
| "unreleased": false,
| "commitLimit": false,
| "backfillLimit": false,
| "hideCredit": true
| },
| "browser": "./lib/browser",
| "bugs": {
| "url": "https://github.com/form-data/form-data/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "asynckit": "^0.4.0",
| "combined-stream": "^1.0.8",
| "es-set-tostringtag": "^2.1.0",
| "hasown": "^2.0.2",
| "mime-types": "^2.1.12"
| },
| "deprecated": false,
| "description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
| "devDependencies": {
| "@ljharb/eslint-config": "^21.4.0",
| "auto-changelog": "^2.5.0",
| "browserify": "^13.3.0",
| "browserify-istanbul": "^2.0.0",
| "coveralls": "^3.1.1",
| "cross-spawn": "^6.0.6",
| "eslint": "^8.57.1",
| "fake": "^0.2.2",
| "far": "^0.0.7",
| "formidable": "^1.2.6",
| "in-publish": "^2.0.1",
| "is-node-modern": "^1.0.0",
| "istanbul": "^0.4.5",
| "js-randomness-predictor": "^1.5.5",
| "obake": "^0.1.2",
| "pkgfiles": "^2.3.2",
| "pre-commit": "^1.2.2",
| "puppeteer": "^1.20.0",
| "request": "~2.87.0",
| "rimraf": "^2.7.1",
| "semver": "^6.3.1",
| "tape": "^5.9.0"
| },
| "engines": {
| "node": ">= 6"
| },
| "homepage": "https://github.com/form-data/form-data#readme",
| "license": "MIT",
| "main": "./lib/form_data",
| "name": "form-data",
| "repository": {
| "type": "git",
| "url": "git://github.com/form-data/form-data.git"
| },
| "scripts": {
| "browser": "browserify -t browserify-istanbul test/run-browser.js | obake --coverage",
| "check": "istanbul check-coverage coverage/coverage*.json",
| "ci-lint": "is-node-modern 8 && npm run lint || is-node-not-modern 8",
| "ci-test": "npm run tests-only && npm run browser && npm run report",
| "debug": "verbose=1 ./test/run.js",
| "files": "pkgfiles --sort=name",
| "get-version": "node -e \"console.log(require('./package.json').version)\"",
| "lint": "eslint --ext=js,mjs .",
| "postpack": "npm run restore-readme",
| "posttest": "npx npm@'>=10.2' audit --production",
| "posttests-only": "istanbul report lcov text",
| "postupdate-readme": "mv README.md.bak READ.ME.md.bak",
| "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
| "predebug": "rimraf coverage test/tmp",
| "prepack": "npm run update-readme",
| "prepublish": "not-in-publish || npm run prepublishOnly",
| "pretest": "npm run lint",
| "pretests-only": "rimraf coverage test/tmp",
| "report": "istanbul report lcov text",
| "restore-readme": "mv READ.ME.md.bak README.md",
| "test": "npm run tests-only",
| "tests-only": "istanbul cover test/run.js",
| "update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md",
| "version": "auto-changelog && git add CHANGELOG.md"
| },
| "typings": "./index.d.ts",
| "version": "4.0.5"
| }
|
|