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
103 lines (103 loc) · 2.37 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 2.37 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
{
"_args": [
[
{
"raw": "cli-table@~0.3.1",
"scope": null,
"escapedName": "cli-table",
"name": "cli-table",
"rawSpec": "~0.3.1",
"spec": ">=0.3.1 <0.4.0",
"type": "range"
},
"/home/king/Desktop/FINAL/AhMyth/app/node_modules/better-console"
]
],
"_from": "cli-table@>=0.3.1 <0.4.0",
"_id": "cli-table@0.3.1",
"_inCache": true,
"_installable": true,
"_location": "/cli-table",
"_npmUser": {
"name": "rauchg",
"email": "rauchg@gmail.com"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {},
"_requested": {
"raw": "cli-table@~0.3.1",
"scope": null,
"escapedName": "cli-table",
"name": "cli-table",
"rawSpec": "~0.3.1",
"spec": ">=0.3.1 <0.4.0",
"type": "range"
},
"_requiredBy": [
"/better-console",
"/marked-terminal"
],
"_resolved": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz",
"_shasum": "f53b05266a8b1a0b934b3d0821e6e2dc5914ae23",
"_shrinkwrap": null,
"_spec": "cli-table@~0.3.1",
"_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/better-console",
"author": {
"name": "Guillermo Rauch",
"email": "guillermo@learnboost.com"
},
"bugs": {
"url": "https://github.com/Automattic/cli-table/issues"
},
"contributors": [
{
"name": "Sonny Michaud",
"email": "michaud.sonny@gmail.com",
"url": "http://github.com/sonnym"
}
],
"dependencies": {
"colors": "1.4.0"
},
"description": "Pretty unicode tables for the CLI",
"devDependencies": {
"expresso": "~0.9",
"should": "~0.6"
},
"directories": {},
"dist": {
"shasum": "f53b05266a8b1a0b934b3d0821e6e2dc5914ae23",
"tarball": "https://registry.npmjs.org/cli-table/-/cli-table-0.3.1.tgz"
},
"engines": {
"node": ">= 0.2.0"
},
"files": [
"lib"
],
"gitHead": "e35ccee7341e8574839df751a8aa10acd5a82a5b",
"homepage": "https://github.com/Automattic/cli-table",
"keywords": [
"cli",
"colors",
"table"
],
"main": "lib",
"maintainers": [
{
"name": "rauchg",
"email": "rauchg@gmail.com"
}
],
"name": "cli-table",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/Automattic/cli-table.git"
},
"scripts": {
"test": "make test"
},
"version": "0.3.1"
}