@platformos/pos-cli
Version:
Manage your platformOS application
49 lines (48 loc) • 1.15 kB
JSON
{
"name": "crc32-stream",
"version": "3.0.1",
"description": "a streaming CRC32 checksumer",
"homepage": "https://github.com/archiverjs/node-crc32-stream",
"author": {
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/archiverjs/node-crc32-stream.git"
},
"bugs": {
"url": "https://github.com/archiverjs/node-crc32-stream/issues"
},
"license": "MIT",
"main": "lib/index.js",
"files": [
"lib"
],
"engines": {
"node": ">= 6.9.0"
},
"scripts": {
"test": "mocha --reporter dot"
},
"dependencies": {
"crc": "^3.4.4",
"readable-stream": "^3.4.0"
},
"devDependencies": {
"chai": "^4.0.0",
"mocha": "^6.2.0"
},
"keywords": [
"crc32-stream",
"crc32",
"stream",
"checksum"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
,"_resolved": "https://registry.npmjs.org/crc32-stream/-/crc32-stream-3.0.1.tgz"
,"_integrity": "sha512-mctvpXlbzsvK+6z8kJwSJ5crm7yBwrQMTybJzMw1O4lLGJqjlDCXY2Zw7KheiA6XBEcBmfLx1D88mjRGVJtY9w=="
,"_from": "crc32-stream@3.0.1"
}