npm-verify-stream
Version:
A duplex stream for receiving a package tarball, verifying arbitrary checks, and emitting that same tarball on success.
42 lines (41 loc) • 1.1 kB
JSON
{
"name": "npm-verify-stream",
"version": "1.3.1",
"description": "A duplex stream for receiving a package tarball, verifying arbitrary checks, and emitting that same tarball on success.",
"main": "index.js",
"scripts": {
"pretest": "stylezero *.js",
"test": "istanbul cover ./node_modules/.bin/_mocha test/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/indexzero/npm-verify-stream"
},
"keywords": [
"npm",
"verify",
"stream",
"npm-analysis"
],
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/indexzero/npm-verify-stream/issues"
},
"homepage": "https://github.com/indexzero/npm-verify-stream",
"dependencies": {
"async": "~1.3.0",
"concat-stream": "~1.5.0",
"duplexify": "~3.4.2",
"fstream": "~1.0.7",
"npm-package-buffer": "^2.1.0",
"tar": "~2.1.1"
},
"devDependencies": {
"istanbul": "~0.3.17",
"minimist": "~1.1.1",
"mocha": "~2.2.5",
"mocha-istanbul": "~0.2.0",
"stylezero": "~2.2.0"
}
}