package.json
2.33 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
75
76
77
78
79
80
81
82
83
84
85
{
"_args": [
[
{
"raw": "append-field@^0.1.0",
"scope": null,
"escapedName": "append-field",
"name": "append-field",
"rawSpec": "^0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"/root/junhukang/node_modules/multer"
]
],
"_from": "append-field@>=0.1.0 <0.2.0",
"_id": "append-field@0.1.0",
"_inCache": true,
"_installable": true,
"_location": "/append-field",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "linusu",
"email": "linus@folkdatorn.se"
},
"_npmVersion": "2.7.5",
"_phantomChildren": {},
"_requested": {
"raw": "append-field@^0.1.0",
"scope": null,
"escapedName": "append-field",
"name": "append-field",
"rawSpec": "^0.1.0",
"spec": ">=0.1.0 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/multer"
],
"_resolved": "https://registry.npmjs.org/append-field/-/append-field-0.1.0.tgz",
"_shasum": "6ddc58fa083c7bc545d3c5995b2830cc2366d44a",
"_shrinkwrap": null,
"_spec": "append-field@^0.1.0",
"_where": "/root/junhukang/node_modules/multer",
"author": {
"name": "Linus Unnebäck",
"email": "linus@folkdatorn.se"
},
"bugs": {
"url": "https://github.com/LinusU/node-append-field/issues"
},
"dependencies": {},
"description": "A [W3C HTML JSON forms spec](http://www.w3.org/TR/html-json-forms/) compliant field appender (for lack of a better name). Useful for people implementing `application/x-www-form-urlencoded` and `multipart/form-data` parsers.",
"devDependencies": {
"mocha": "^2.2.4",
"standard": "^3.7.2",
"testdata-w3c-json-form": "^0.2.0"
},
"directories": {},
"dist": {
"shasum": "6ddc58fa083c7bc545d3c5995b2830cc2366d44a",
"tarball": "https://registry.npmjs.org/append-field/-/append-field-0.1.0.tgz"
},
"gitHead": "b88c9cc6a37273956843422ca2d384bd55b44b08",
"homepage": "https://github.com/LinusU/node-append-field",
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "linusu",
"email": "linus@folkdatorn.se"
}
],
"name": "append-field",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/LinusU/node-append-field.git"
},
"scripts": {
"test": "standard && mocha"
},
"version": "0.1.0"
}