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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
{
"_args": [
[
{
"raw": "pako@^1.0.0",
"scope": null,
"escapedName": "pako",
"name": "pako",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"F:\\Coding\\JavaScript\\AleeBot\\node_modules\\discord.js"
]
],
"_from": "pako@>=1.0.0 <2.0.0",
"_id": "pako@1.0.5",
"_inCache": true,
"_location": "/pako",
"_nodeVersion": "6.9.4",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/pako-1.0.5.tgz_1490543279075_0.5095277389045805"
},
"_npmUser": {
"name": "vitaly",
"email": "vitaly@rcdesign.ru"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "pako@^1.0.0",
"scope": null,
"escapedName": "pako",
"name": "pako",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/discord.js"
],
"_resolved": "https://registry.npmjs.org/pako/-/pako-1.0.5.tgz",
"_shasum": "d2205dfe5b9da8af797e7c163db4d1f84e4600bc",
"_shrinkwrap": null,
"_spec": "pako@^1.0.0",
"_where": "F:\\Coding\\JavaScript\\AleeBot\\node_modules\\discord.js",
"bugs": {
"url": "https://github.com/nodeca/pako/issues"
},
"contributors": [
{
"name": "Andrei Tuputcyn",
"url": "https://github.com/andr83"
},
{
"name": "Vitaly Puzrin",
"url": "https://github.com/puzrin"
},
{
"name": "Friedel Ziegelmayer",
"url": "https://github.com/dignifiedquire"
},
{
"name": "Kirill Efimov",
"url": "https://github.com/Kirill89"
},
{
"name": "Jean-loup Gailly"
},
{
"name": "Mark Adler"
}
],
"dependencies": {},
"description": "zlib port to javascript - fast, modularized, with browser support",
"devDependencies": {
"ansi": "*",
"async": "*",
"benchmark": "*",
"bluebird": "^3.5.0",
"browserify": "*",
"eslint": "^3.12.2",
"eslint-plugin-nodeca": "~1.0.3",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-saucelabs": "^9.0.0",
"istanbul": "*",
"lodash": "*",
"mocha": "^3.2.0",
"multiparty": "^4.1.3",
"ndoc": "*",
"uglify-js": "*",
"zlibjs": "^0.2.0"
},
"directories": {},
"dist": {
"shasum": "d2205dfe5b9da8af797e7c163db4d1f84e4600bc",
"tarball": "https://registry.npmjs.org/pako/-/pako-1.0.5.tgz"
},
"files": [
"index.js",
"dist/",
"lib/"
],
"gitHead": "588a4376d24f24b3bae4167b4a5c8cd43761a5cd",
"homepage": "https://github.com/nodeca/pako",
"keywords": [
"zlib",
"deflate",
"inflate",
"gzip"
],
"license": "(MIT AND Zlib)",
"maintainers": [
{
"name": "vitaly",
"email": "vitaly@rcdesign.ru"
}
],
"name": "pako",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/nodeca/pako.git"
},
"scripts": {},
"version": "1.0.5"
}
|