package.json
2.67 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
86
87
88
{
"_from": "form-data@~1.0.0-rc3",
"_id": "form-data@1.0.1",
"_inBundle": false,
"_integrity": "sha1-rjFduaSQf6BlUCMEpm13M0de43w=",
"_location": "/form-data",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "form-data@~1.0.0-rc3",
"name": "form-data",
"escapedName": "form-data",
"rawSpec": "~1.0.0-rc3",
"saveSpec": null,
"fetchSpec": "~1.0.0-rc3"
},
"_requiredBy": [
"/phantomjs/request"
],
"_resolved": "http://registry.npmjs.org/form-data/-/form-data-1.0.1.tgz",
"_shasum": "ae315db9a4907fa065502304a66d7733475ee37c",
"_spec": "form-data@~1.0.0-rc3",
"_where": "D:\\OSS project\\YTMT\\node_modules\\phantomjs\\node_modules\\request",
"author": {
"name": "Felix Geisendörfer",
"email": "felix@debuggable.com",
"url": "http://debuggable.com/"
},
"browser": "./lib/browser",
"bugs": {
"url": "https://github.com/form-data/form-data/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "^2.0.1",
"combined-stream": "^1.0.5",
"mime-types": "^2.1.11"
},
"deprecated": false,
"description": "A library to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
"devDependencies": {
"coveralls": "^2.11.12",
"cross-spawn": "^4.0.0",
"eslint": "^2.13.1",
"fake": "^0.2.2",
"far": "^0.0.7",
"formidable": "^1.0.17",
"in-publish": "^2.0.0",
"istanbul": "^0.4.5",
"pkgfiles": "^2.3.0",
"pre-commit": "^1.1.3",
"request": "^2.74.0",
"rimraf": "^2.5.4"
},
"engines": {
"node": ">= 0.10"
},
"homepage": "https://github.com/form-data/form-data#readme",
"license": "MIT",
"main": "./lib/form_data",
"name": "form-data",
"pre-commit": [
"lint",
"test",
"check"
],
"repository": {
"type": "git",
"url": "git://github.com/form-data/form-data.git"
},
"scripts": {
"check": "istanbul check-coverage coverage/coverage*.json",
"debug": "verbose=1 ./test/run.js",
"files": "pkgfiles --sort=name",
"get-version": "node -e \"console.log(require('./package.json').version)\"",
"lint": "eslint lib/*.js test/*.js test/**/*.js",
"postpublish": "npm run restore-readme",
"posttest": "istanbul report lcov text",
"predebug": "rimraf coverage test/tmp",
"prepublish": "in-publish && npm run update-readme || not-in-publish",
"pretest": "rimraf coverage test/tmp",
"restore-readme": "mv README.md.bak README.md",
"test": "istanbul cover test/run.js",
"update-readme": "sed -i.bak 's/\\/master\\.svg/\\/v'$(npm --silent run get-version)'.svg/g' README.md"
},
"version": "1.0.1"
}