98 lines
2.8 KiB
JSON
98 lines
2.8 KiB
JSON
{
|
|
"_from": "@walletconnect/core@^1.8.0",
|
|
"_id": "@walletconnect/core@1.8.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-aFTHvEEbXcZ8XdWBw6rpQDte41Rxwnuk3SgTD8/iKGSRTni50gI9S3YEzMj05jozSiOBxQci4pJDMVhIUMtarw==",
|
|
"_location": "/@walletconnect/core",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@walletconnect/core@^1.8.0",
|
|
"name": "@walletconnect/core",
|
|
"escapedName": "@walletconnect%2fcore",
|
|
"scope": "@walletconnect",
|
|
"rawSpec": "^1.8.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.8.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@walletconnect/client"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@walletconnect/core/-/core-1.8.0.tgz",
|
|
"_shasum": "6b2748b90c999d9d6a70e52e26a8d5e8bfeaa81e",
|
|
"_spec": "@walletconnect/core@^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/socket-transport": "^1.8.0",
|
|
"@walletconnect/types": "^1.8.0",
|
|
"@walletconnect/utils": "^1.8.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Core Library 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/core",
|
|
"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"
|
|
}
|