Initial commit (from f5274cbdce4ae7c9e4b937dcdf95ac70ae436d5f)
This commit is contained in:
commit
28ccc3db2d
13974 changed files with 2618436 additions and 0 deletions
28
node_modules/zlib/package.json
generated
vendored
Normal file
28
node_modules/zlib/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"author": {
|
||||
"name": "Konstantin Käfer",
|
||||
"email": "kkaefer@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/kkaefer/node-zlib/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Simple, synchronous deflate/inflate for buffers",
|
||||
"engines": {
|
||||
"node": ">=0.2.0"
|
||||
},
|
||||
"homepage": "https://github.com/kkaefer/node-zlib",
|
||||
"licenses": [
|
||||
{
|
||||
"type": "BSD"
|
||||
}
|
||||
],
|
||||
"main": "./lib/zlib",
|
||||
"name": "zlib",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/kkaefer/node-zlib.git"
|
||||
},
|
||||
"version": "1.0.5"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue