四好公路
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

48 lines
1.1 KiB

{
"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/"
}
}