blob: b9cdf103e1b70a548667c3d4229ae7bd9e441bd7 [file] [log] [blame]
{
"name": "compress-commons",
"version": "0.2.7",
"description": "a library that defines a common interface for working with archive formats within node",
"homepage": "https://github.com/archiverjs/node-compress-commons",
"author": {
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/archiverjs/node-compress-commons.git"
},
"bugs": {
"url": "https://github.com/archiverjs/node-compress-commons/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/archiverjs/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",
"node-int64": "~0.3.0",
"readable-stream": "~1.0.26"
},
"devDependencies": {
"chai": "~1.10.0",
"mocha": "~2.0.1",
"rimraf": "~2.2.8",
"mkdirp": "~0.5.0"
},
"keywords": [
"compress",
"commons",
"archive"
],
"gitHead": "a5e5c01424894053993eb4b0aeadfe9b7992475f",
"_id": "compress-commons@0.2.7",
"_shasum": "0c68d0eb4242dc0042705b7591d29a5e995adc5e",
"_from": "compress-commons@>=0.2.0 <0.3.0",
"_npmVersion": "2.5.1",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "ctalkington",
"email": "chris@christalkington.com"
},
"maintainers": [
{
"name": "ctalkington",
"email": "chris@christalkington.com"
}
],
"dist": {
"shasum": "0c68d0eb4242dc0042705b7591d29a5e995adc5e",
"tarball": "http://registry.npmjs.org/compress-commons/-/compress-commons-0.2.7.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-0.2.7.tgz"
}