@stdlib/streams-node-debug
Advanced tools
+17
-38
| { | ||
| "name": "@stdlib/streams-node-debug", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "description": "Transform stream for debugging stream pipelines.", | ||
@@ -18,15 +18,8 @@ "license": "Apache-2.0", | ||
| "directories": { | ||
| "benchmark": "./benchmark", | ||
| "doc": "./docs", | ||
| "example": "./examples", | ||
| "lib": "./lib", | ||
| "test": "./test" | ||
| "dist": "./dist" | ||
| }, | ||
| "types": "./docs/types", | ||
| "scripts": { | ||
| "test": "make test", | ||
| "test-cov": "make test-cov", | ||
| "examples": "make examples", | ||
| "benchmark": "make benchmark" | ||
| }, | ||
| "scripts": {}, | ||
| "homepage": "https://stdlib.io", | ||
@@ -41,31 +34,17 @@ "repository": { | ||
| "dependencies": { | ||
| "@stdlib/assert-has-own-property": "^0.1.1", | ||
| "@stdlib/assert-is-boolean": "^0.2.0", | ||
| "@stdlib/assert-is-buffer": "^0.2.0", | ||
| "@stdlib/assert-is-function": "^0.2.0", | ||
| "@stdlib/assert-is-nonnegative-number": "^0.2.0", | ||
| "@stdlib/assert-is-plain-object": "^0.2.0", | ||
| "@stdlib/assert-is-string": "^0.2.0", | ||
| "@stdlib/object-assign": "^0.2.0", | ||
| "@stdlib/streams-node-inspect": "^0.2.0", | ||
| "@stdlib/string-format": "^0.2.0", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0", | ||
| "@stdlib/utils-inherit": "^0.2.0", | ||
| "debug": "^2.6.9", | ||
| "@stdlib/error-tools-fmtprodmsg": "^0.1.1" | ||
| "@stdlib/assert-has-own-property": "^0.2.1", | ||
| "@stdlib/assert-is-boolean": "^0.2.1", | ||
| "@stdlib/assert-is-buffer": "^0.2.1", | ||
| "@stdlib/assert-is-function": "^0.2.1", | ||
| "@stdlib/assert-is-nonnegative-number": "^0.2.1", | ||
| "@stdlib/assert-is-plain-object": "^0.2.1", | ||
| "@stdlib/assert-is-string": "^0.2.1", | ||
| "@stdlib/object-assign": "^0.2.1", | ||
| "@stdlib/streams-node-inspect": "^0.2.1", | ||
| "@stdlib/string-format": "^0.2.1", | ||
| "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", | ||
| "@stdlib/utils-inherit": "^0.2.1", | ||
| "debug": "^2.6.9" | ||
| }, | ||
| "devDependencies": { | ||
| "@stdlib/buffer-from-string": "^0.1.1", | ||
| "@stdlib/streams-node-stdout": "^0.2.0", | ||
| "@stdlib/streams-node-transform": "^0.1.0", | ||
| "@stdlib/utils-next-tick": "^0.2.0", | ||
| "@stdlib/utils-noop": "^0.2.0", | ||
| "@stdlib/utils-parse-json": "^0.1.1", | ||
| "proxyquire": "^2.0.0", | ||
| "tape": "git+https://github.com/kgryte/tape.git#fix/globby", | ||
| "istanbul": "^0.4.1", | ||
| "tap-min": "git+https://github.com/Planeshifter/tap-min.git", | ||
| "@stdlib/bench-harness": "^0.1.2", | ||
| "@stdlib/bench": "^0.3.1" | ||
| }, | ||
| "devDependencies": {}, | ||
| "engines": { | ||
@@ -72,0 +51,0 @@ "node": ">=0.10.0", |
+2
-2
@@ -325,4 +325,4 @@ <!-- | ||
| [test-image]: https://github.com/stdlib-js/streams-node-debug/actions/workflows/test.yml/badge.svg?branch=v0.2.0 | ||
| [test-url]: https://github.com/stdlib-js/streams-node-debug/actions/workflows/test.yml?query=branch:v0.2.0 | ||
| [test-image]: https://github.com/stdlib-js/streams-node-debug/actions/workflows/test.yml/badge.svg?branch=v0.2.1 | ||
| [test-url]: https://github.com/stdlib-js/streams-node-debug/actions/workflows/test.yml?query=branch:v0.2.1 | ||
@@ -329,0 +329,0 @@ [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/streams-node-debug/main.svg |
13
-7.14%0
-100%75180
-0.99%- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated