Add to-arraybuffer
dependency
Used for converting Node.js buffers to `ArrayBuffer`.
This commit is contained in:
parent
32911002d4
commit
19a70ad8b8
2 changed files with 5 additions and 0 deletions
|
@ -78,6 +78,7 @@
|
||||||
"spellchecker": "^3.4.4",
|
"spellchecker": "^3.4.4",
|
||||||
"testcheck": "^1.0.0-rc.2",
|
"testcheck": "^1.0.0-rc.2",
|
||||||
"tmp": "^0.0.33",
|
"tmp": "^0.0.33",
|
||||||
|
"to-arraybuffer": "^1.0.1",
|
||||||
"websocket": "^1.0.25"
|
"websocket": "^1.0.25"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
@ -5442,6 +5442,10 @@ tmp@^0.0.33:
|
||||||
dependencies:
|
dependencies:
|
||||||
os-tmpdir "~1.0.2"
|
os-tmpdir "~1.0.2"
|
||||||
|
|
||||||
|
to-arraybuffer@^1.0.1:
|
||||||
|
version "1.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz#7d229b1fcc637e466ca081180836a7aabff83f43"
|
||||||
|
|
||||||
to-double-quotes@^2.0.0:
|
to-double-quotes@^2.0.0:
|
||||||
version "2.0.0"
|
version "2.0.0"
|
||||||
resolved "https://registry.yarnpkg.com/to-double-quotes/-/to-double-quotes-2.0.0.tgz#aaf231d6fa948949f819301bbab4484d8588e4a7"
|
resolved "https://registry.yarnpkg.com/to-double-quotes/-/to-double-quotes-2.0.0.tgz#aaf231d6fa948949f819301bbab4484d8588e4a7"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue