bigint-crypto-utils/node_modules/collect-all/package.json

69 lines
1.9 KiB
JSON

{
"_from": "collect-all@^1.0.3",
"_id": "collect-all@1.0.3",
"_inBundle": false,
"_integrity": "sha512-0y0rBgoX8IzIjBAUnO73SEtSb4Mhk3IoceWJq5zZSxb9mWORhWH8xLYo4EDSOE1jRBk1LhmfjqWFFt10h/+MEA==",
"_location": "/collect-all",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "collect-all@^1.0.3",
"name": "collect-all",
"escapedName": "collect-all",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/jsdoc-api"
],
"_resolved": "https://registry.npmjs.org/collect-all/-/collect-all-1.0.3.tgz",
"_shasum": "1abcc20448b58a1447487fcf34130e9512b0acf8",
"_spec": "collect-all@^1.0.3",
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc-api",
"author": {
"name": "Lloyd Brookes",
"email": "75pound@gmail.com"
},
"bugs": {
"url": "https://github.com/75lb/collect-all/issues"
},
"bundleDependencies": false,
"dependencies": {
"stream-connect": "^1.0.2",
"stream-via": "^1.0.4"
},
"deprecated": false,
"description": "Returns a stream which becomes readable once all input is received",
"devDependencies": {
"coveralls": "^2.13.1",
"jsdoc-to-markdown": "^3.0.0",
"tape": "^4.6.3"
},
"engines": {
"node": ">=0.10.0"
},
"homepage": "https://github.com/75lb/collect-all#readme",
"keywords": [
"concat",
"stream",
"collect",
"buffers",
"concentate"
],
"license": "MIT",
"main": "./lib/collect-all.js",
"name": "collect-all",
"repository": {
"type": "git",
"url": "git+https://github.com/75lb/collect-all.git"
},
"scripts": {
"cover": "istanbul cover ./node_modules/.bin/tape test/*.js && cat coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage; echo",
"docs": "jsdoc2md -t jsdoc2md/README.hbs lib/*.js > README.md; echo",
"test": "tape test/*.js"
},
"version": "1.0.3"
}