include binary-parser library

This commit is contained in:
[poww10s]
2020-09-09 04:04:39 -04:00
parent 4ccc91c45a
commit 16993352ca
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -3077,6 +3077,11 @@
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.1.0.tgz",
"integrity": "sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ=="
},
"binary-parser": {
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/binary-parser/-/binary-parser-1.6.2.tgz",
"integrity": "sha512-cYAhKB51A9T/uylDvMK7uAYaPLWLwlferNOpnQ0E0fuO73yPi7kWaWiOm22BvuKxCbggmkiFN0VkuLg6gc+KQQ=="
},
"bluebird": {
"version": "3.7.2",
"resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
+1
View File
@@ -7,6 +7,7 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"binary-parser": "^1.6.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.3"