| 
1 | 1 | {  | 
2 | 2 |   "name": "@stdlib/string-remove-first",  | 
3 |  | -  "version": "0.0.9",  | 
 | 3 | +  "version": "0.1.0",  | 
4 | 4 |   "description": "Remove the first character(s) of a string.",  | 
5 | 5 |   "license": "Apache-2.0",  | 
6 | 6 |   "author": {  | 
 | 
40 | 40 |     "url": "https://github.com/stdlib-js/stdlib/issues"  | 
41 | 41 |   },  | 
42 | 42 |   "dependencies": {  | 
43 |  | -    "@stdlib/array-base-assert-contains": "^0.0.1",  | 
44 |  | -    "@stdlib/assert-has-own-property": "^0.0.7",  | 
45 |  | -    "@stdlib/assert-is-nonnegative-integer": "^0.0.7",  | 
46 |  | -    "@stdlib/assert-is-plain-object": "^0.0.7",  | 
47 |  | -    "@stdlib/assert-is-regexp-string": "^0.0.9",  | 
48 |  | -    "@stdlib/assert-is-string": "^0.0.8",  | 
49 |  | -    "@stdlib/cli-ctor": "^0.0.3",  | 
50 |  | -    "@stdlib/fs-read-file": "^0.0.8",  | 
51 |  | -    "@stdlib/process-read-stdin": "^0.0.7",  | 
52 |  | -    "@stdlib/regexp-eol": "^0.0.7",  | 
53 |  | -    "@stdlib/streams-node-stdin": "^0.0.7",  | 
54 |  | -    "@stdlib/string-base-remove-first": "^0.0.1",  | 
55 |  | -    "@stdlib/string-base-remove-first-code-point": "^0.0.1",  | 
56 |  | -    "@stdlib/string-base-remove-first-grapheme-cluster": "^0.0.1",  | 
57 |  | -    "@stdlib/string-format": "^0.0.3",  | 
58 |  | -    "@stdlib/utils-regexp-from-string": "^0.0.9"  | 
 | 43 | +    "@stdlib/array-base-assert-contains": "^0.1.0",  | 
 | 44 | +    "@stdlib/assert-has-own-property": "^0.1.0",  | 
 | 45 | +    "@stdlib/assert-is-nonnegative-integer": "^0.1.0",  | 
 | 46 | +    "@stdlib/assert-is-plain-object": "^0.1.0",  | 
 | 47 | +    "@stdlib/assert-is-regexp-string": "^0.1.0",  | 
 | 48 | +    "@stdlib/assert-is-string": "^0.1.0",  | 
 | 49 | +    "@stdlib/cli-ctor": "^0.1.0",  | 
 | 50 | +    "@stdlib/fs-read-file": "^0.1.0",  | 
 | 51 | +    "@stdlib/process-read-stdin": "^0.1.0",  | 
 | 52 | +    "@stdlib/regexp-eol": "^0.1.0",  | 
 | 53 | +    "@stdlib/streams-node-stdin": "^0.1.0",  | 
 | 54 | +    "@stdlib/string-base-remove-first": "^0.1.0",  | 
 | 55 | +    "@stdlib/string-base-remove-first-code-point": "^0.1.0",  | 
 | 56 | +    "@stdlib/string-base-remove-first-grapheme-cluster": "^0.1.0",  | 
 | 57 | +    "@stdlib/string-format": "^0.1.0",  | 
 | 58 | +    "@stdlib/utils-regexp-from-string": "^0.1.0"  | 
59 | 59 |   },  | 
60 | 60 |   "devDependencies": {  | 
61 |  | -    "@stdlib/assert-is-browser": "^0.0.8",  | 
62 |  | -    "@stdlib/assert-is-windows": "^0.0.7",  | 
63 |  | -    "@stdlib/bench": "^0.0.12",  | 
64 |  | -    "@stdlib/process-exec-path": "^0.0.7",  | 
65 |  | -    "@stdlib/string-replace": "^0.0.11",  | 
 | 61 | +    "@stdlib/assert-is-browser": "^0.1.0",  | 
 | 62 | +    "@stdlib/assert-is-windows": "^0.1.0",  | 
 | 63 | +    "@stdlib/bench": "^0.1.0",  | 
 | 64 | +    "@stdlib/process-exec-path": "^0.1.0",  | 
 | 65 | +    "@stdlib/string-replace": "^0.1.0",  | 
66 | 66 |     "tape": "git+https://github.com/kgryte/tape.git#fix/globby",  | 
67 | 67 |     "proxyquire": "^2.0.0",  | 
68 | 68 |     "istanbul": "^0.4.1",  | 
 | 
0 commit comments