{ "_from": "@walletconnect/crypto@^1.0.2", "_id": "@walletconnect/crypto@1.0.3", "_inBundle": false, "_integrity": "sha512-+2jdORD7XQs76I2Odgr3wwrtyuLUXD/kprNVsjWRhhhdO9Mt6WqVzOPu0/t7OHSmgal8k7SoBQzUc5hu/8zL/g==", "_location": "/@walletconnect/crypto", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@walletconnect/crypto@^1.0.2", "name": "@walletconnect/crypto", "escapedName": "@walletconnect%2fcrypto", "scope": "@walletconnect", "rawSpec": "^1.0.2", "saveSpec": null, "fetchSpec": "^1.0.2" }, "_requiredBy": [ "/@walletconnect/iso-crypto" ], "_resolved": "https://registry.npmmirror.com/@walletconnect/crypto/-/crypto-1.0.3.tgz", "_shasum": "7b8dd4d7e2884fe3543c7c07aea425eef5ef9dd4", "_spec": "@walletconnect/crypto@^1.0.2", "_where": "D:\\ruyi\\dapp\\node_modules\\@walletconnect\\iso-crypto", "author": { "name": "WalletConnect, Inc.", "email": "walletconnect.com" }, "browser": "dist/esm/browser/index.js", "bugs": { "url": "https://github.com/walletconnect/walletconnect-utils/issues" }, "bundleDependencies": false, "dependencies": { "@walletconnect/encoding": "^1.0.2", "@walletconnect/environment": "^1.0.1", "@walletconnect/randombytes": "^1.0.3", "aes-js": "^3.1.2", "hash.js": "^1.1.7", "tslib": "1.14.1" }, "deprecated": false, "description": "Isomorphic Cryptography Library for AES, HMAC and SHA2", "devDependencies": { "@peculiar/webcrypto": "^1.1.7", "@types/aes-js": "^3.1.1", "@types/chai": "^4.2.14", "@types/jest": "^26.0.15", "@types/mocha": "^8.2.0", "@types/node": "^14.14.7", "@types/randombytes": "^2.0.0", "chai": "^4.2.0", "husky": "^4.3.0", "jsdom": "^16.6.0", "jsdom-global": "^3.0.2", "mocha": "^8.1.3", "typescript": "^3.7.5", "webpack": "^4.41.6", "webpack-cli": "^3.3.11" }, "files": [ "dist", "sync" ], "homepage": "https://github.com/walletconnect/walletconnect-utils", "husky": { "hooks": { "pre-commit": "run-s lint" } }, "keywords": [ "crypto", "cryptography", "isomorphic", "aes", "hmac", "sha2" ], "license": "MIT", "main": "dist/cjs/node/index.js", "name": "@walletconnect/crypto", "prettier": { "printWidth": 80, "semi": true, "singleQuote": false, "trailingComma": "es5" }, "react-native": "dist/cjs/node/index.js", "repository": { "type": "git", "url": "git+https://github.com/walletconnect/walletconnect-utils.git" }, "scripts": { "build": "run-s clean build:cjs build:esm build:umd ", "build:cjs": "tsc -p tsconfig.cjs.json", "build:esm": "tsc -p tsconfig.esm.json", "build:umd": "webpack", "clean": "rm -rf dist", "lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'", "test": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha --exit -r ts-node/register -r jsdom-global/register ./test/**/*.test.ts" }, "types": "./dist/cjs/node/index.d.ts", "unpkg": "dist/umd/index.min.js", "version": "1.0.3" }