117 lines
3.7 KiB
JSON
117 lines
3.7 KiB
JSON
{
|
|
"_from": "@walletconnect/jsonrpc-utils@^1.0.3",
|
|
"_id": "@walletconnect/jsonrpc-utils@1.0.8",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-vdeb03bD8VzJUL6ZtzRYsFMq1eZQcM3EAzT0a3st59dyLfJ0wq+tKMpmGH7HlB7waD858UWgfIcudbPFsbzVdw==",
|
|
"_location": "/@walletconnect/jsonrpc-utils",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@walletconnect/jsonrpc-utils@^1.0.3",
|
|
"name": "@walletconnect/jsonrpc-utils",
|
|
"escapedName": "@walletconnect%2fjsonrpc-utils",
|
|
"scope": "@walletconnect",
|
|
"rawSpec": "^1.0.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/@walletconnect/utils"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@walletconnect/jsonrpc-utils/-/jsonrpc-utils-1.0.8.tgz",
|
|
"_shasum": "82d0cc6a5d6ff0ecc277cb35f71402c91ad48d72",
|
|
"_spec": "@walletconnect/jsonrpc-utils@^1.0.3",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\@walletconnect\\utils",
|
|
"author": {
|
|
"name": "WalletConnect, Inc.",
|
|
"email": "walletconnect.com"
|
|
},
|
|
"browser": "dist/esm/index.js",
|
|
"bugs": {
|
|
"url": "https://github.com/WalletConnect/walletconnect-utils/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@walletconnect/environment": "^1.0.1",
|
|
"@walletconnect/jsonrpc-types": "^1.0.3",
|
|
"tslib": "1.14.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Utilities for JSON-RPC",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.1",
|
|
"@babel/core": "^7.12.3",
|
|
"@babel/node": "^7.12.1",
|
|
"@babel/polyfill": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@babel/preset-typescript": "^7.12.1",
|
|
"@babel/register": "^7.12.1",
|
|
"@types/chai": "^4.2.14",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/lodash.isequal": "^4.5.5",
|
|
"@types/mocha": "^8.2.0",
|
|
"@types/node": "^14.14.7",
|
|
"@typescript-eslint/eslint-plugin": "^2.24.0",
|
|
"@typescript-eslint/parser": "^2.24.0",
|
|
"@walletconnect/timestamp": "^1.0.0",
|
|
"chai": "^4.2.0",
|
|
"core-js": "^3.6.5",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-prettier": "^6.10.0",
|
|
"eslint-config-standard": "^12.0.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"eslint-plugin-node": "^9.2.0",
|
|
"eslint-plugin-prettier": "^3.1.2",
|
|
"eslint-plugin-promise": "^4.2.1",
|
|
"eslint-plugin-react": "^7.19.0",
|
|
"eslint-plugin-standard": "^4.0.1",
|
|
"lodash.isequal": "4.5.0",
|
|
"mocha": "^8.1.3",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^1.19.1",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.9.5",
|
|
"webpack": "^4.41.6",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/WalletConnect/walletconnect-utils/",
|
|
"keywords": [
|
|
"json",
|
|
"rpc",
|
|
"jsonrpc",
|
|
"json-rpc",
|
|
"tools",
|
|
"types",
|
|
"utils",
|
|
"provider"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"name": "@walletconnect/jsonrpc-utils",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WalletConnect/walletconnect-utils.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",
|
|
"lint": "eslint -c '../../.eslintrc' --fix './src/**/*.ts'",
|
|
"npm-publish:canary": "npm publish --access public --tag canary",
|
|
"npm-publish:latest": "npm publish --access public --tag latest",
|
|
"prepublishOnly": "npm run test && npm run build",
|
|
"test": "env TS_NODE_PROJECT=\"tsconfig.cjs.json\" mocha -r ts-node/register ./test/**/*.{test,spec}.ts"
|
|
},
|
|
"types": "dist/cjs/index.d.ts",
|
|
"unpkg": "dist/umd/index.min.js",
|
|
"version": "1.0.8"
|
|
}
|