|
1 | 1 | { |
2 | 2 | "name": "@stdlib/streams-node-from-array", |
3 | | - "version": "0.2.0", |
| 3 | + "version": "0.2.1", |
4 | 4 | "description": "Create a readable stream from an array-like object.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
37 | 37 | "url": "https://github.com/stdlib-js/stdlib/issues" |
38 | 38 | }, |
39 | 39 | "dependencies": { |
40 | | - "@stdlib/assert-has-own-property": "^0.1.1", |
41 | | - "@stdlib/assert-is-boolean": "^0.2.0", |
42 | | - "@stdlib/assert-is-buffer": "^0.2.0", |
43 | | - "@stdlib/assert-is-collection": "^0.2.0", |
44 | | - "@stdlib/assert-is-error": "^0.2.0", |
45 | | - "@stdlib/assert-is-function": "^0.2.0", |
46 | | - "@stdlib/assert-is-nonnegative-number": "^0.2.0", |
47 | | - "@stdlib/assert-is-plain-object": "^0.2.0", |
48 | | - "@stdlib/assert-is-string": "^0.2.0", |
49 | | - "@stdlib/buffer-ctor": "^0.2.0", |
50 | | - "@stdlib/buffer-from-string": "^0.2.0", |
51 | | - "@stdlib/object-assign": "^0.2.0", |
52 | | - "@stdlib/string-format": "^0.2.0", |
53 | | - "@stdlib/types": "^0.3.1", |
54 | | - "@stdlib/utils-define-nonenumerable-property": "^0.2.0", |
55 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.0", |
56 | | - "@stdlib/utils-inherit": "^0.2.0", |
57 | | - "@stdlib/utils-next-tick": "^0.2.0", |
| 40 | + "@stdlib/assert-has-own-property": "^0.2.1", |
| 41 | + "@stdlib/assert-is-boolean": "^0.2.1", |
| 42 | + "@stdlib/assert-is-buffer": "^0.2.1", |
| 43 | + "@stdlib/assert-is-collection": "^0.2.1", |
| 44 | + "@stdlib/assert-is-error": "^0.2.1", |
| 45 | + "@stdlib/assert-is-function": "^0.2.1", |
| 46 | + "@stdlib/assert-is-nonnegative-number": "^0.2.1", |
| 47 | + "@stdlib/assert-is-plain-object": "^0.2.1", |
| 48 | + "@stdlib/assert-is-string": "^0.2.1", |
| 49 | + "@stdlib/buffer-ctor": "^0.2.1", |
| 50 | + "@stdlib/buffer-from-string": "^0.2.1", |
| 51 | + "@stdlib/object-assign": "^0.2.1", |
| 52 | + "@stdlib/string-format": "^0.2.1", |
| 53 | + "@stdlib/types": "^0.3.2", |
| 54 | + "@stdlib/utils-define-nonenumerable-property": "^0.2.1", |
| 55 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", |
| 56 | + "@stdlib/utils-inherit": "^0.2.1", |
| 57 | + "@stdlib/utils-next-tick": "^0.2.1", |
58 | 58 | "debug": "^2.6.9", |
59 | 59 | "readable-stream": "^2.1.4" |
60 | 60 | }, |
61 | 61 | "devDependencies": { |
62 | | - "@stdlib/array-float64": "^0.1.1", |
63 | | - "@stdlib/random-base-randu": "^0.1.0", |
64 | | - "@stdlib/streams-node-inspect-sink": "^0.1.0", |
65 | | - "@stdlib/utils-parse-json": "^0.1.1", |
| 62 | + "@stdlib/array-float64": "^0.2.1", |
| 63 | + "@stdlib/random-base-randu": "^0.2.0", |
| 64 | + "@stdlib/streams-node-inspect-sink": "^0.2.0", |
| 65 | + "@stdlib/utils-parse-json": "^0.2.1", |
66 | 66 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
67 | 67 | "istanbul": "^0.4.1", |
68 | 68 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
69 | | - "@stdlib/bench-harness": "^0.1.2" |
| 69 | + "@stdlib/bench-harness": "^0.2.0" |
70 | 70 | }, |
71 | 71 | "engines": { |
72 | 72 | "node": ">=0.10.0", |
|
0 commit comments