-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
90 lines (90 loc) · 1.76 KB
/
package.json
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
89
90
{
"name": "needle",
"version": "0.7.10",
"description": "Tiny yet feature-packed HTTP client. With multipart, charset decoding and proxy support.",
"keywords": [
"http",
"https",
"simple",
"request",
"client",
"multipart",
"upload",
"proxy",
"deflate",
"timeout",
"charset",
"iconv"
],
"tags": [
"http",
"https",
"simple",
"request",
"client",
"multipart",
"upload",
"proxy",
"deflate",
"timeout",
"charset",
"iconv"
],
"author": {
"name": "Tomás Pollak",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/tomas/needle.git"
},
"dependencies": {
"iconv-lite": "^0.4.4"
},
"devDependencies": {
"mocha": "",
"sinon": "",
"should": "",
"xml2js": "",
"JSONStream": "",
"q": "",
"jschardet": ""
},
"scripts": {
"test": "mocha test"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/needle",
"bin": {
"needle": "./bin/needle"
},
"engines": {
"node": ">= 0.10.x"
},
"gitHead": "7586fd4b0dd9bc7cb55b43365dd82c898c0d11f7",
"bugs": {
"url": "https://github.com/tomas/needle/issues"
},
"homepage": "https://github.com/tomas/needle",
"_id": "[email protected]",
"_shasum": "e1c2db920b9fafde46709cc5e9f4aa87c259656d",
"_from": "needle@*",
"_npmVersion": "1.4.28",
"_npmUser": {
"name": "tomas",
"email": "[email protected]"
},
"maintainers": [
{
"name": "tomas",
"email": "[email protected]"
}
],
"dist": {
"shasum": "e1c2db920b9fafde46709cc5e9f4aa87c259656d",
"tarball": "http://registry.npmjs.org/needle/-/needle-0.7.10.tgz"
},
"_resolved": "https://registry.npmjs.org/needle/-/needle-0.7.10.tgz"
}