|
1 | 1 | { |
2 | 2 | "name": "@stdlib/fs-resolve-parent-paths", |
3 | | - "version": "0.0.0", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Resolve paths from a set of paths by walking parent directories.", |
5 | 5 | "license": "Apache-2.0", |
6 | 6 | "author": { |
|
41 | 41 | }, |
42 | 42 | "dependencies": { |
43 | 43 | "@stdlib/array-base-assert-contains": "^0.2.1", |
44 | | - "@stdlib/array-base-filled": "^0.2.1", |
45 | | - "@stdlib/assert-has-own-property": "^0.2.1", |
46 | | - "@stdlib/assert-is-array-like-object": "^0.2.1", |
47 | | - "@stdlib/assert-is-function": "^0.2.1", |
48 | | - "@stdlib/assert-is-plain-object": "^0.2.1", |
49 | | - "@stdlib/assert-is-string": "^0.2.1", |
50 | | - "@stdlib/assert-is-string-array": "^0.2.1", |
51 | | - "@stdlib/cli-ctor": "^0.2.1", |
52 | | - "@stdlib/fs-exists": "^0.2.1", |
53 | | - "@stdlib/fs-read-file": "^0.2.1", |
54 | | - "@stdlib/process-cwd": "^0.2.1", |
55 | | - "@stdlib/string-format": "^0.2.1", |
56 | | - "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.1", |
57 | | - "@stdlib/error-tools-fmtprodmsg": "^0.2.1" |
| 44 | + "@stdlib/array-base-filled": "^0.2.2", |
| 45 | + "@stdlib/assert-has-own-property": "^0.2.2", |
| 46 | + "@stdlib/assert-is-array-like-object": "^0.2.2", |
| 47 | + "@stdlib/assert-is-function": "^0.2.2", |
| 48 | + "@stdlib/assert-is-plain-object": "^0.2.2", |
| 49 | + "@stdlib/assert-is-string": "^0.2.2", |
| 50 | + "@stdlib/assert-is-string-array": "^0.2.2", |
| 51 | + "@stdlib/cli-ctor": "^0.2.2", |
| 52 | + "@stdlib/fs-exists": "^0.2.2", |
| 53 | + "@stdlib/fs-read-file": "^0.2.2", |
| 54 | + "@stdlib/process-cwd": "^0.2.2", |
| 55 | + "@stdlib/string-format": "^0.2.2", |
| 56 | + "@stdlib/utils-define-nonenumerable-read-only-property": "^0.2.2", |
| 57 | + "@stdlib/error-tools-fmtprodmsg": "^0.2.2" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | | - "@stdlib/assert-contains": "^0.2.1", |
61 | | - "@stdlib/assert-is-absolute-path": "^0.2.1", |
62 | | - "@stdlib/assert-is-array": "^0.2.1", |
63 | | - "@stdlib/assert-is-browser": "^0.2.1", |
64 | | - "@stdlib/assert-is-windows": "^0.2.1", |
65 | | - "@stdlib/process-exec-path": "^0.2.1", |
66 | | - "@stdlib/regexp-eol": "^0.2.1", |
67 | | - "@stdlib/string-replace": "^0.2.1", |
68 | | - "@stdlib/string-trim": "^0.2.1", |
69 | | - "@stdlib/utils-noop": "^0.2.1", |
| 60 | + "@stdlib/assert-contains": "^0.2.2", |
| 61 | + "@stdlib/assert-is-absolute-path": "^0.2.2", |
| 62 | + "@stdlib/assert-is-array": "^0.2.2", |
| 63 | + "@stdlib/assert-is-browser": "^0.2.2", |
| 64 | + "@stdlib/assert-is-windows": "^0.2.2", |
| 65 | + "@stdlib/process-exec-path": "^0.2.2", |
| 66 | + "@stdlib/regexp-eol": "^0.2.2", |
| 67 | + "@stdlib/string-replace": "^0.2.2", |
| 68 | + "@stdlib/string-trim": "^0.2.2", |
| 69 | + "@stdlib/utils-noop": "^0.2.2", |
70 | 70 | "tape": "git+https://github.com/kgryte/tape.git#fix/globby", |
71 | 71 | "proxyquire": "^2.0.0", |
72 | 72 | "istanbul": "^0.4.1", |
73 | 73 | "tap-min": "git+https://github.com/Planeshifter/tap-min.git", |
74 | | - "@stdlib/bench-harness": "^0.2.1" |
| 74 | + "@stdlib/bench-harness": "^0.2.2" |
75 | 75 | }, |
76 | 76 | "engines": { |
77 | 77 | "node": ">=0.10.0", |
|
0 commit comments