diff options
author | RaindropsSys <raindrops@equestria.dev> | 2024-03-30 23:40:33 +0100 |
---|---|---|
committer | RaindropsSys <raindrops@equestria.dev> | 2024-03-30 23:40:33 +0100 |
commit | 6b796258d413f00e498ce7f80f73a9f6c061f29c (patch) | |
tree | 49e64a5dd4cde2acff7f0a93ed3f8e20e1cb2dc8 /includes/external/signal/node_modules/bs58/package.json | |
parent | 5860551daa0f60103ad24e93da29f401a653f144 (diff) | |
download | pluralconnect-6b796258d413f00e498ce7f80f73a9f6c061f29c.tar.gz pluralconnect-6b796258d413f00e498ce7f80f73a9f6c061f29c.tar.bz2 pluralconnect-6b796258d413f00e498ce7f80f73a9f6c061f29c.zip |
Updated 5 files, added 2 files, deleted 495 files and renamed 7 files (automated)
Diffstat (limited to 'includes/external/signal/node_modules/bs58/package.json')
-rw-r--r-- | includes/external/signal/node_modules/bs58/package.json | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/includes/external/signal/node_modules/bs58/package.json b/includes/external/signal/node_modules/bs58/package.json deleted file mode 100644 index 6e53086..0000000 --- a/includes/external/signal/node_modules/bs58/package.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "name": "bs58", - "version": "5.0.0", - "description": "Base 58 encoding / decoding", - "keywords": [ - "base58", - "bitcoin", - "crypto", - "crytography", - "decode", - "decoding", - "encode", - "encoding", - "litecoin" - ], - "license": "MIT", - "devDependencies": { - "standard": "^16.0.4", - "tape": "^4.6.3" - }, - "repository": { - "url": "https://github.com/cryptocoinjs/bs58", - "type": "git" - }, - "files": [ - "index.js", - "index.d.ts" - ], - "main": "index.js", - "types": "index.d.ts", - "scripts": { - "standard": "standard", - "test": "npm run standard && npm run unit", - "unit": "tape test/index.js" - }, - "dependencies": { - "base-x": "^4.0.0" - } -} |