forked from AhMyth/AhMyth-Android-RAT
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 2.66 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 2.66 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"_args": [
[
{
"raw": "event-stream@~3.0.20",
"scope": null,
"escapedName": "event-stream",
"name": "event-stream",
"rawSpec": "~3.0.20",
"spec": ">=3.0.20 <3.1.0",
"type": "range"
},
"/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-prompt"
]
],
"_from": "event-stream@>=3.0.20 <3.1.0",
"_id": "event-stream@3.0.20",
"_inCache": true,
"_installable": true,
"_location": "/event-stream",
"_npmUser": {
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
},
"_npmVersion": "1.3.11",
"_phantomChildren": {},
"_requested": {
"raw": "event-stream@~3.0.20",
"scope": null,
"escapedName": "event-stream",
"name": "event-stream",
"rawSpec": "~3.0.20",
"spec": ">=3.0.20 <3.1.0",
"type": "range"
},
"_requiredBy": [
"/gulp-prompt"
],
"_resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.0.20.tgz",
"_shasum": "038bbb2ea9ea90385b26fbc1854d0b539f2abea3",
"_shrinkwrap": null,
"_spec": "event-stream@~3.0.20",
"_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-prompt",
"author": {
"name": "Dominic Tarr",
"email": "dominic.tarr@gmail.com",
"url": "http://bit.ly/dominictarr"
},
"bugs": {
"url": "https://github.com/dominictarr/event-stream/issues"
},
"dependencies": {
"duplexer": "~0.1.1",
"from": "~0",
"map-stream": "~0.0.3",
"pause-stream": "0.0.11",
"split": "0.3.3",
"stream-combiner": "~0.0.3",
"through": "~2.3.1"
},
"description": "construct pipes of streams of events",
"devDependencies": {
"asynct": "*",
"it-is": "1",
"stream-spec": "~0.3.5",
"tape": "~2.3.0",
"ubelt": "~3.2.2"
},
"directories": {},
"dist": {
"shasum": "038bbb2ea9ea90385b26fbc1854d0b539f2abea3",
"tarball": "https://registry.npmjs.org/event-stream/-/event-stream-3.0.20.tgz"
},
"homepage": "http://github.com/dominictarr/event-stream",
"maintainers": [
{
"name": "dominictarr",
"email": "dominic.tarr@gmail.com"
}
],
"name": "event-stream",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/dominictarr/event-stream.git"
},
"scripts": {
"test": "asynct test/",
"test_tap": "set -e; for t in test/*.js; do node $t; done"
},
"testling": {
"files": "test/*.js",
"browsers": {
"ie": [
8,
9
],
"firefox": [
13
],
"chrome": [
20
],
"safari": [
5.1
],
"opera": [
12
]
}
},
"version": "3.0.20"
}