99 lines
2.9 KiB
JSON
Raw Normal View History

2025-04-19 15:38:48 +08:00
{
"_from": "@walletconnect/iso-crypto@^1.8.0",
"_id": "@walletconnect/iso-crypto@1.8.0",
"_inBundle": false,
"_integrity": "sha512-pWy19KCyitpfXb70hA73r9FcvklS+FvO9QUIttp3c2mfW8frxgYeRXfxLRCIQTkaYueRKvdqPjbyhPLam508XQ==",
"_location": "/@walletconnect/iso-crypto",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@walletconnect/iso-crypto@^1.8.0",
"name": "@walletconnect/iso-crypto",
"escapedName": "@walletconnect%2fiso-crypto",
"scope": "@walletconnect",
"rawSpec": "^1.8.0",
"saveSpec": null,
"fetchSpec": "^1.8.0"
},
"_requiredBy": [
"/@walletconnect/client"
],
"_resolved": "https://registry.npmmirror.com/@walletconnect/iso-crypto/-/iso-crypto-1.8.0.tgz",
"_shasum": "44ddf337c4f02837c062dbe33fa7ab36789df451",
"_spec": "@walletconnect/iso-crypto@^1.8.0",
"_where": "D:\\ruyi\\dapp\\node_modules\\@walletconnect\\client",
"author": {
"name": "WalletConnect, Inc.",
"email": "walletconnect.com"
},
"browser": "dist/esm/index.js",
"bugs": {
"url": "https://github.com/walletconnect/walletconnect-monorepo/issues"
},
"bundleDependencies": false,
"dependencies": {
"@walletconnect/crypto": "^1.0.2",
"@walletconnect/types": "^1.8.0",
"@walletconnect/utils": "^1.8.0"
},
"deprecated": false,
"description": "Isomorphic Crypto for WalletConnect",
"devDependencies": {
"@babel/cli": "7.8.3",
"@babel/core": "7.8.3",
"@babel/node": "7.8.3",
"@babel/polyfill": "7.8.3",
"@babel/preset-env": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@babel/register": "7.8.3",
"@types/chai": "4.2.14",
"@types/jest": "22.2.3",
"@types/lodash.isnumber": "3.0.6",
"@types/mocha": "8.0.4",
"@types/node": "12.12.14",
"chai": "4.2.0",
"mocha": "8.2.1",
"npm-run-all": "4.1.5",
"ts-node": "10.8.1",
"webpack": "4.41.5",
"webpack-cli": "3.3.10"
},
"files": [
"dist"
],
"gitHead": "165f7993c2acc907c653c02847fb02721052c6e7",
"homepage": "https://github.com/WalletConnect/walletconnect-monorepo/",
"keywords": [
"wallet",
"walletconnect",
"ethereum",
"jsonrpc",
"mobile",
"qrcode",
"web3",
"crypto",
"cryptocurrency",
"dapp"
],
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"name": "@walletconnect/iso-crypto",
"repository": {
"type": "git",
"url": "git+https://github.com/walletconnect/walletconnect-monorepo.git"
},
"scripts": {
"build": "run-s build:pre build:cjs build:esm build:umd",
"build:cjs": "npx tsc -p tsconfig.cjs.json",
"build:esm": "npx tsc -p tsconfig.esm.json",
"build:pre": "run-s clean",
"build:umd": "webpack",
"clean": "rm -rf dist",
"test": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha -r ts-node/register ./test/**/*.spec.ts --exit"
},
"types": "dist/cjs/index.d.ts",
"unpkg": "dist/umd/index.min.js",
"version": "1.8.0"
}