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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
| {
| "_from": "formidable@^2.0.1",
| "_id": "formidable@2.1.2",
| "_inBundle": false,
| "_integrity": "sha512-CM3GuJ57US06mlpQ47YcunuUZ9jpm8Vx+P2CGt2j7HpgkKZO/DJYQ0Bobim8G6PFQmK5lOqOOdUXboU+h73A4g==",
| "_location": "/formidable",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "formidable@^2.0.1",
| "name": "formidable",
| "escapedName": "formidable",
| "rawSpec": "^2.0.1",
| "saveSpec": null,
| "fetchSpec": "^2.0.1"
| },
| "_requiredBy": [
| "/koa-body"
| ],
| "_resolved": "https://registry.npmmirror.com/formidable/-/formidable-2.1.2.tgz",
| "_shasum": "fa973a2bec150e4ce7cac15589d7a25fc30ebd89",
| "_spec": "formidable@^2.0.1",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/koa-body",
| "bugs": {
| "url": "https://github.com/node-formidable/formidable/issues"
| },
| "bundleDependencies": false,
| "commitlint": {
| "extends": [
| "@commitlint/config-conventional"
| ]
| },
| "dependencies": {
| "dezalgo": "^1.0.4",
| "hexoid": "^1.0.0",
| "once": "^1.4.0",
| "qs": "^6.11.0"
| },
| "deprecated": false,
| "description": "A node.js module for parsing form data, especially file uploads.",
| "devDependencies": {
| "@commitlint/cli": "8.3.5",
| "@commitlint/config-conventional": "8.3.4",
| "@tunnckocore/prettier-config": "1.3.8",
| "del-cli": "3.0.0",
| "eslint": "6.8.0",
| "eslint-config-airbnb-base": "14.1.0",
| "eslint-config-prettier": "6.11.0",
| "eslint-plugin-import": "2.20.2",
| "eslint-plugin-prettier": "3.1.3",
| "express": "4.17.1",
| "husky": "4.2.5",
| "jest": "25.4.0",
| "koa": "2.11.0",
| "lint-staged": "10.2.7",
| "make-dir-cli": "2.0.0",
| "nyc": "15.0.1",
| "prettier": "2.0.5",
| "prettier-plugin-pkgjson": "0.2.8",
| "request": "2.88.2",
| "supertest": "4.0.2"
| },
| "files": [
| "src"
| ],
| "funding": "https://ko-fi.com/tunnckoCore/commissions",
| "homepage": "https://github.com/node-formidable/formidable",
| "husky": {
| "hooks": {
| "pre-commit": "git status --porcelain && yarn lint-staged",
| "commit-msg": "yarn commitlint -E HUSKY_GIT_PARAMS"
| }
| },
| "jest": {
| "verbose": true
| },
| "keywords": [
| "multipart",
| "form",
| "data",
| "querystring",
| "www",
| "json",
| "ulpoad",
| "file"
| ],
| "license": "MIT",
| "lint-staged": {
| "!*.{js,jsx,ts,tsx}": [
| "yarn run fmt:prepare"
| ],
| "*.{js,jsx,ts,tsx}": [
| "yarn run lint"
| ]
| },
| "main": "./src/index.js",
| "name": "formidable",
| "publishConfig": {
| "access": "public",
| "tag": "v2-latest"
| },
| "renovate": {
| "extends": [
| "@tunnckocore",
| ":pinAllExceptPeerDependencies"
| ]
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/node-formidable/formidable.git"
| },
| "scripts": {
| "bench": "node benchmark",
| "fmt": "yarn run fmt:prepare '**/*'",
| "fmt:prepare": "prettier --write",
| "lint": "yarn run lint:prepare .",
| "lint:prepare": "eslint --cache --fix --quiet --format codeframe",
| "postreinstall": "yarn setup",
| "pretest": "del-cli ./test/tmp && make-dir ./test/tmp",
| "pretest:ci": "yarn run pretest",
| "reinstall": "del-cli ./node_modules ./yarn.lock",
| "setup": "yarn",
| "test": "jest --coverage",
| "test:ci": "nyc jest --coverage",
| "test:jest": "jest --coverage"
| },
| "version": "2.1.2"
| }
|
|