diff options
author | 2020-11-16 00:10:28 +0100 | |
---|---|---|
committer | 2020-11-16 00:10:28 +0100 | |
commit | e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d (patch) | |
tree | 55713f725f77b44ebfec86e4eec3ce33e71458ca /node_modules/cipher-base/package.json | |
download | website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.gz website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.tar.bz2 website_creator-e06ec920f7a5d784e674c4c4b4e6d1da3dc7391d.zip |
api, login, auth
Diffstat (limited to 'node_modules/cipher-base/package.json')
-rw-r--r-- | node_modules/cipher-base/package.json | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/node_modules/cipher-base/package.json b/node_modules/cipher-base/package.json new file mode 100644 index 0000000..6721155 --- /dev/null +++ b/node_modules/cipher-base/package.json @@ -0,0 +1,63 @@ +{ + "_from": "cipher-base@^1.0.0", + "_id": "cipher-base@1.0.4", + "_inBundle": false, + "_integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "_location": "/cipher-base", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "cipher-base@^1.0.0", + "name": "cipher-base", + "escapedName": "cipher-base", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/browserify-aes", + "/browserify-des", + "/create-hash", + "/create-hmac" + ], + "_resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "_shasum": "8760e4ecc272f4c363532f926d874aae2c1397de", + "_spec": "cipher-base@^1.0.0", + "_where": "/home/pruss/Dev/3-minute-website/node_modules/browserify-aes", + "author": { + "name": "Calvin Metcalf", + "email": "calvin.metcalf@gmail.com" + }, + "bugs": { + "url": "https://github.com/crypto-browserify/cipher-base/issues" + }, + "bundleDependencies": false, + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + }, + "deprecated": false, + "description": "abstract base class for crypto-streams", + "devDependencies": { + "standard": "^10.0.2", + "tap-spec": "^4.1.0", + "tape": "^4.2.0" + }, + "homepage": "https://github.com/crypto-browserify/cipher-base#readme", + "keywords": [ + "cipher", + "stream" + ], + "license": "MIT", + "main": "index.js", + "name": "cipher-base", + "repository": { + "type": "git", + "url": "git+https://github.com/crypto-browserify/cipher-base.git" + }, + "scripts": { + "test": "node test.js | tspec" + }, + "version": "1.0.4" +} |