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
| {
| "_args": [
| [
| "dicer@0.2.5",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "dicer@0.2.5",
| "_id": "dicer@0.2.5",
| "_inBundle": false,
| "_integrity": "sha1-WZbAhrszIYyBLAkL3cCc0S+stw8=",
| "_location": "/dicer",
| "_phantomChildren": {
| "core-util-is": "1.0.2",
| "inherits": "2.0.3",
| "isarray": "0.0.1",
| "string_decoder": "0.10.31"
| },
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "dicer@0.2.5",
| "name": "dicer",
| "escapedName": "dicer",
| "rawSpec": "0.2.5",
| "saveSpec": null,
| "fetchSpec": "0.2.5"
| },
| "_requiredBy": [
| "/busboy"
| ],
| "_resolved": "https://registry.npmjs.org/dicer/-/dicer-0.2.5.tgz",
| "_spec": "0.2.5",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Brian White",
| "email": "mscdex@mscdex.net"
| },
| "bugs": {
| "url": "https://github.com/mscdex/dicer/issues"
| },
| "dependencies": {
| "readable-stream": "1.1.x",
| "streamsearch": "0.1.2"
| },
| "description": "A very fast streaming multipart parser for node.js",
| "engines": {
| "node": ">=0.8.0"
| },
| "homepage": "https://github.com/mscdex/dicer#readme",
| "keywords": [
| "parser",
| "parse",
| "parsing",
| "multipart",
| "form-data",
| "streaming"
| ],
| "licenses": [
| {
| "type": "MIT",
| "url": "http://github.com/mscdex/dicer/raw/master/LICENSE"
| }
| ],
| "main": "./lib/Dicer",
| "name": "dicer",
| "repository": {
| "type": "git",
| "url": "git+ssh://git@github.com/mscdex/dicer.git"
| },
| "scripts": {
| "test": "node test/test.js"
| },
| "version": "0.2.5"
| }
|
|