package.json
1.87 KB
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
{
"_from": "form-data2@^1.0.0",
"_id": "form-data2@1.0.3",
"_inBundle": false,
"_integrity": "sha1-y6XiNgGmlE2Vq31xEf+Tl6XLKk0=",
"_location": "/form-data2",
"_phantomChildren": {
"ms": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "form-data2@^1.0.0",
"name": "form-data2",
"escapedName": "form-data2",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/bhttp"
],
"_resolved": "https://registry.npmjs.org/form-data2/-/form-data2-1.0.3.tgz",
"_shasum": "cba5e23601a6944d95ab7d7111ff9397a5cb2a4d",
"_spec": "form-data2@^1.0.0",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\bhttp",
"author": {
"name": "Sven Slootweg"
},
"bugs": {
"url": "https://github.com/joepie91/node-form-data2/issues"
},
"bundleDependencies": false,
"dependencies": {
"bluebird": "^2.8.2",
"combined-stream2": "^1.0.2",
"debug": "^2.1.1",
"lodash": "^2.4.1",
"mime": "^1.2.11",
"uuid": "^2.0.1"
},
"deprecated": false,
"description": "A Streams2-compatible drop-in replacement for the `form-data` module.",
"devDependencies": {
"gulp": "~3.8.0",
"gulp-cached": "~0.0.3",
"gulp-coffee": "~2.0.1",
"gulp-concat": "~2.2.0",
"gulp-livereload": "~2.1.0",
"gulp-nodemon": "~1.0.4",
"gulp-plumber": "~0.6.3",
"gulp-remember": "~0.2.0",
"gulp-rename": "~1.2.0",
"gulp-util": "~2.2.17"
},
"homepage": "https://github.com/joepie91/node-form-data2#readme",
"keywords": [
"form-data",
"multipart",
"http",
"stream"
],
"license": "WTFPL",
"main": "index.js",
"name": "form-data2",
"repository": {
"type": "git",
"url": "git://github.com/joepie91/node-form-data2.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.3"
}