File: /var/www/zaklada/html/node_modules/bufferstreams/package.json
{
"_args": [
[
"bufferstreams@1.1.3",
"C:\\wamp\\www\\tokic-shop\\html"
]
],
"_development": true,
"_from": "bufferstreams@1.1.3",
"_id": "bufferstreams@1.1.3",
"_inBundle": false,
"_integrity": "sha512-HaJnVuslRF4g2kSDeyl++AaVizoitCpL9PglzCYwy0uHHyvWerfvEb8jWmYbF1z4kiVFolGomnxSGl+GUQp2jg==",
"_location": "/bufferstreams",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bufferstreams@1.1.3",
"name": "bufferstreams",
"escapedName": "bufferstreams",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"/gulp-htmlmin"
],
"_resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-1.1.3.tgz",
"_spec": "1.1.3",
"_where": "C:\\wamp\\www\\tokic-shop\\html",
"author": {
"name": "Nicolas Froidure",
"url": "http://www.insertafter.com/blog.html"
},
"bugs": {
"url": "https://github.com/nfroidure/BufferStreams/issues"
},
"dependencies": {
"readable-stream": "^2.0.2"
},
"description": "Abstract streams to deal with the whole buffered contents.",
"devDependencies": {
"eslint": "^1.0.0",
"istanbul": "^0.3.17",
"istanbul-coveralls": "^1.0.3",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "^0.0.2",
"sf-lint": "^1.0.2",
"streamtest": "^1.2.1"
},
"engines": {
"node": ">= 0.10.0"
},
"files": [
"src"
],
"homepage": "https://github.com/nfroidure/BufferStreams",
"keywords": [
"buffer",
"streaming",
"stream",
"async",
"abstract"
],
"license": "MIT",
"main": "src/index.js",
"name": "bufferstreams",
"repository": {
"type": "git",
"url": "git://github.com/nfroidure/BufferStreams.git"
},
"scripts": {
"cli": "env NPM_RUN_CLI=1",
"cover": "istanbul cover --report html _mocha -- tests/*.mocha.js -t 5000",
"coveralls": "istanbul cover _mocha --report lcovonly -- tests/*.mocha.js -t 5000 && istanbul-coveralls",
"lint": "eslint **/*.s",
"test": "mocha tests/*.mocha.js",
"trinity": "npm-check-updates -u && npm install && npm test && git commit package.json -m \"Dependencies update\" && git push"
},
"version": "1.1.3"
}