forked from AhMyth/AhMyth-Android-RAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
103 lines (103 loc) · 2.63 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
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"_args": [
[
{
"raw": "gulp-print@^2.0.1",
"scope": null,
"escapedName": "gulp-print",
"name": "gulp-print",
"rawSpec": "^2.0.1",
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui"
]
],
"_from": "gulp-print@>=2.0.1 <3.0.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/gulp-print",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "alexgorbatchev",
"email": "[email protected]"
},
"_npmVersion": "2.7.4",
"_phantomChildren": {},
"_requested": {
"raw": "gulp-print@^2.0.1",
"scope": null,
"escapedName": "gulp-print",
"name": "gulp-print",
"rawSpec": "^2.0.1",
"spec": ">=2.0.1 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/semantic-ui"
],
"_resolved": "https://registry.npmjs.org/gulp-print/-/gulp-print-2.0.1.tgz",
"_shasum": "1acee58eac8af2d3c4ad3329dbe465758393c414",
"_shrinkwrap": null,
"_spec": "gulp-print@^2.0.1",
"_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/semantic-ui",
"author": {
"name": "Alex Gorbatchev",
"url": "https://github.com/alexgorbatchev"
},
"bugs": {
"url": "https://github.com/alexgorbatchev/gulp-print/issues"
},
"dependencies": {
"gulp-util": "^3.0.6",
"map-stream": "~0.1.0"
},
"description": "Prints names of files to the console so that you can see what's going through the the gulp pipe.",
"devDependencies": {
"chai": "^3.2.0",
"coffee-errors": "~0.8.6",
"coffee-script": "~1.10.0",
"mocha": "^2.3.2",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0"
},
"directories": {},
"dist": {
"shasum": "1acee58eac8af2d3c4ad3329dbe465758393c414",
"tarball": "https://registry.npmjs.org/gulp-print/-/gulp-print-2.0.1.tgz"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"gitHead": "2a47a249fb595ac3433f766ce03570d34b2506f3",
"homepage": "https://github.com/alexgorbatchev/gulp-print",
"keywords": [
"gulpplugin",
"log",
"print",
"debug",
"status"
],
"license": "MIT",
"main": "./lib/gulp-print.js",
"maintainers": [
{
"name": "alexgorbatchev",
"email": "[email protected]"
}
],
"name": "gulp-print",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/alexgorbatchev/gulp-print.git"
},
"scripts": {
"pretest": "coffee --bare --output ./lib --compile ./src/*.coffee",
"test": "mocha test/*.spec.coffee"
},
"version": "2.0.1"
}