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
| {
| "_from": "formstream@^1.1.0",
| "_id": "formstream@1.5.1",
| "_inBundle": false,
| "_integrity": "sha512-q7ORzFqotpwn3Y/GBK2lK7PjtZZwJHz9QE9Phv8zb5IrL9ftGLyi2zjGURON3voK8TaZ+mqJKERYN4lrHYTkUQ==",
| "_location": "/formstream",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "registry": true,
| "raw": "formstream@^1.1.0",
| "name": "formstream",
| "escapedName": "formstream",
| "rawSpec": "^1.1.0",
| "saveSpec": null,
| "fetchSpec": "^1.1.0"
| },
| "_requiredBy": [
| "/urllib"
| ],
| "_resolved": "https://registry.npmmirror.com/formstream/-/formstream-1.5.1.tgz",
| "_shasum": "b25f8121aa434cc82e8b36cdd765338b7b8df4de",
| "_spec": "formstream@^1.1.0",
| "_where": "/Users/xiongbenda/Desktop/中葡数字/黑河卡口项目/IC_RW/node_modules/urllib",
| "author": {
| "name": "fengmk2",
| "email": "fengmk2@gmail.com",
| "url": "https://github.com/fengmk2"
| },
| "bugs": {
| "url": "https://github.com/node-modules/formstream/issues"
| },
| "bundleDependencies": false,
| "dependencies": {
| "destroy": "^1.0.4",
| "mime": "^2.5.2",
| "node-hex": "^1.0.1",
| "pause-stream": "~0.0.11"
| },
| "deprecated": false,
| "description": "A multipart/form-data encoded stream, helper for file upload.",
| "devDependencies": {
| "@types/node": "^20.4.3",
| "connect-multiparty": "1",
| "egg-bin": "^5.6.1",
| "express": "^4.16.4",
| "git-contributor": "^2.1.5",
| "jshint": "^2.13.6",
| "pedding": "1",
| "should": "4",
| "tsd": "^0.28.1",
| "urllib": "2"
| },
| "files": [
| "lib",
| "types/formstream.d.ts"
| ],
| "homepage": "https://github.com/node-modules/formstream#readme",
| "keywords": [
| "form",
| "stream",
| "multipart",
| "form-data",
| "upload",
| "postfile",
| "request"
| ],
| "license": "MIT",
| "main": "lib/formstream.js",
| "name": "formstream",
| "repository": {
| "type": "git",
| "url": "git://github.com/node-modules/formstream.git"
| },
| "scripts": {
| "ci": "npm run lint && npm run tsd && npm run cov && NODE_DEBUG=formstream npm run cov",
| "contributor": "git-contributor",
| "cov": "egg-bin cov",
| "lint": "jshint .",
| "test": "egg-bin test",
| "tsd": "tsd"
| },
| "types": "types/formstream.d.ts",
| "version": "1.5.1"
| }
|
|