100 lines
2.9 KiB
JSON
100 lines
2.9 KiB
JSON
|
{
|
||
|
"_from": "@walletconnect/client",
|
||
|
"_id": "@walletconnect/client@1.8.0",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-svyBQ14NHx6Cs2j4TpkQaBI/2AF4+LXz64FojTjMtV4VMMhl81jSO1vNeg+yYhQzvjcGH/GpSwixjyCW0xFBOQ==",
|
||
|
"_location": "/@walletconnect/client",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "tag",
|
||
|
"registry": true,
|
||
|
"raw": "@walletconnect/client",
|
||
|
"name": "@walletconnect/client",
|
||
|
"escapedName": "@walletconnect%2fclient",
|
||
|
"scope": "@walletconnect",
|
||
|
"rawSpec": "",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "latest"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"#USER",
|
||
|
"/"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmmirror.com/@walletconnect/client/-/client-1.8.0.tgz",
|
||
|
"_shasum": "6f46b5499c7c861c651ff1ebe5da5b66225ca696",
|
||
|
"_spec": "@walletconnect/client",
|
||
|
"_where": "D:\\ruyi\\dapp\\common",
|
||
|
"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/core": "^1.8.0",
|
||
|
"@walletconnect/iso-crypto": "^1.8.0",
|
||
|
"@walletconnect/types": "^1.8.0",
|
||
|
"@walletconnect/utils": "^1.8.0"
|
||
|
},
|
||
|
"deprecated": "WalletConnect's v1 SDKs are now deprecated. Please upgrade to a v2 SDK. For details see: https://docs.walletconnect.com/",
|
||
|
"description": "Client 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/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/client",
|
||
|
"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"
|
||
|
}
|