-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 922 Bytes
/
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
{
"name": "lz4-clib",
"version": "0.0.8",
"description": "LZ4-CLib",
"main": "index.js",
"scripts": {
"install": "node-gyp rebuild"
},
"gypfile": true,
"dependencies": {
"bindings": "~1.2.1"
},
"keywords": [
"LZ4",
"compression",
"binding"
],
"_id": "[email protected]",
"_shasum": "5e4c28fde67f1ee76bc8661e546b296d735eaeb4",
"_from": "lz4-clib@",
"_npmVersion": "2.1.3",
"_nodeVersion": "0.10.33",
"_npmUser": {
"name": "talhaakkas",
"email": "[email protected]"
},
"dist": {
"shasum": "5e4c28fde67f1ee76bc8661e546b296d735eaeb4",
"tarball": "http://registry.npmjs.org/lz4-clib/-/lz4-clib-0.0.2.tgz"
},
"maintainers": [
{
"name": "talhaakkas",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/lz4-clib/-/lz4-clib-0.0.2.tgz",
"readme": "ERROR: No README data found!"
}