blob: f916f4ebc22863b5fd744b79f6017c40bf6e245d [file] [log] [blame]
{
"name": "compress-commons",
"version": "0.1.6",
"description": "a library that defines a common interface for working with archives within node",
"homepage": "https://github.com/ctalkington/node-compress-commons",
"author": {
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/ctalkington/node-compress-commons.git"
},
"bugs": {
"url": "https://github.com/ctalkington/node-compress-commons/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ctalkington/node-compress-commons/blob/master/LICENSE-MIT"
}
],
"main": "lib/compress-commons.js",
"files": [
"lib",
"LICENSE-MIT"
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "mocha --reporter dot"
},
"dependencies": {
"buffer-crc32": "~0.2.1",
"crc32-stream": "~0.3.1",
"readable-stream": "~1.0.26"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.21.0",
"rimraf": "~2.2.8",
"mkdirp": "~0.5.0"
},
"keywords": [
"compress",
"commons",
"archive"
],
"gitHead": "3575877461837f7ca9181e2d0737b001f42d880d",
"_id": "compress-commons@0.1.6",
"_shasum": "0c740870fde58cba516f0ac0c822e33a0b85dfa3",
"_from": "compress-commons@~0.1.0",
"_npmVersion": "1.4.23",
"_npmUser": {
"name": "ctalkington",
"email": "chris@christalkington.com"
},
"maintainers": [
{
"name": "ctalkington",
"email": "chris@christalkington.com"
}
],
"dist": {
"shasum": "0c740870fde58cba516f0ac0c822e33a0b85dfa3",
"tarball": "http://registry.npmjs.org/compress-commons/-/compress-commons-0.1.6.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-0.1.6.tgz",
"readme": "ERROR: No README data found!"
}