root / HServer / 00.Server / 00.Program / node_modules / append-field / package.json
이력 | 보기 | 이력해설 | 다운로드 (1.63 KB)
1 |
{ |
---|---|
2 |
"_args": [
|
3 |
[ |
4 |
"append-field@0.1.0",
|
5 |
"D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
6 |
] |
7 |
], |
8 |
"_from": "append-field@0.1.0", |
9 |
"_id": "append-field@0.1.0", |
10 |
"_inBundle": false, |
11 |
"_integrity": "sha1-bdxY+gg8e8VF08WZWygwzCNm1Eo=", |
12 |
"_location": "/append-field", |
13 |
"_phantomChildren": {},
|
14 |
"_requested": {
|
15 |
"type": "version", |
16 |
"registry": true, |
17 |
"raw": "append-field@0.1.0", |
18 |
"name": "append-field", |
19 |
"escapedName": "append-field", |
20 |
"rawSpec": "0.1.0", |
21 |
"saveSpec": null, |
22 |
"fetchSpec": "0.1.0" |
23 |
}, |
24 |
"_requiredBy": [
|
25 |
"/multer"
|
26 |
], |
27 |
"_resolved": "https://registry.npmjs.org/append-field/-/append-field-0.1.0.tgz", |
28 |
"_spec": "0.1.0", |
29 |
"_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
30 |
"author": {
|
31 |
"name": "Linus Unnebäck", |
32 |
"email": "linus@folkdatorn.se" |
33 |
}, |
34 |
"bugs": {
|
35 |
"url": "https://github.com/LinusU/node-append-field/issues" |
36 |
}, |
37 |
"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.", |
38 |
"devDependencies": {
|
39 |
"mocha": "^2.2.4", |
40 |
"standard": "^3.7.2", |
41 |
"testdata-w3c-json-form": "^0.2.0" |
42 |
}, |
43 |
"homepage": "https://github.com/LinusU/node-append-field#readme", |
44 |
"license": "MIT", |
45 |
"main": "index.js", |
46 |
"name": "append-field", |
47 |
"repository": {
|
48 |
"type": "git", |
49 |
"url": "git+ssh://git@github.com/LinusU/node-append-field.git" |
50 |
}, |
51 |
"scripts": {
|
52 |
"test": "standard && mocha" |
53 |
}, |
54 |
"version": "0.1.0" |
55 |
} |