@platformos/pos-cli
Version:
Manage your platformOS application
52 lines (51 loc) • 1.35 kB
JSON
{
"name": "compress-commons",
"version": "2.1.1",
"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"
},
"license": "MIT",
"main": "lib/compress-commons.js",
"files": [
"lib"
],
"engines": {
"node": ">= 6"
},
"scripts": {
"test": "mocha --reporter dot"
},
"dependencies": {
"buffer-crc32": "^0.2.13",
"crc32-stream": "^3.0.1",
"normalize-path": "^3.0.0",
"readable-stream": "^2.3.6"
},
"devDependencies": {
"chai": "^4.0.0",
"mocha": "^5.0.0",
"rimraf": "^2.4.3",
"mkdirp": "^0.5.0"
},
"keywords": [
"compress",
"commons",
"archive"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
,"_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-2.1.1.tgz"
,"_integrity": "sha512-eVw6n7CnEMFzc3duyFVrQEuY1BlHR3rYsSztyG32ibGMW722i3C6IizEGMFmfMU+A+fALvBIwxN3czffTcdA+Q=="
,"_from": "compress-commons@2.1.1"
}