92 lines
2.6 KiB
JSON
92 lines
2.6 KiB
JSON
{
|
|
"_from": "@walletconnect/environment@^1.0.1",
|
|
"_id": "@walletconnect/environment@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-T426LLZtHj8e8rYnKfzsw1aG6+M0BT1ZxayMdv/p8yM0MU+eJDISqNY3/bccxRr4LrF9csq02Rhqt08Ibl0VRg==",
|
|
"_location": "/@walletconnect/environment",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@walletconnect/environment@^1.0.1",
|
|
"name": "@walletconnect/environment",
|
|
"escapedName": "@walletconnect%2fenvironment",
|
|
"scope": "@walletconnect",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/@walletconnect/crypto",
|
|
"/@walletconnect/jsonrpc-utils",
|
|
"/@walletconnect/randombytes"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@walletconnect/environment/-/environment-1.0.1.tgz",
|
|
"_shasum": "1d7f82f0009ab821a2ba5ad5e5a7b8ae3b214cd7",
|
|
"_spec": "@walletconnect/environment@^1.0.1",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\@walletconnect\\jsonrpc-utils",
|
|
"author": {
|
|
"name": "WalletConnect, Inc.",
|
|
"email": "walletconnect.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/walletconnect/walletconnect-utils/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"tslib": "1.14.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Environment utilities",
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.15",
|
|
"@types/node": "^14.14.7",
|
|
"husky": "^4.3.0",
|
|
"typescript": "^3.7.5",
|
|
"webpack": "^4.41.6",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"homepage": "https://github.com/walletconnect/walletconnect-utils",
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "run-s lint"
|
|
}
|
|
},
|
|
"keywords": [
|
|
"env",
|
|
"environment",
|
|
"utils",
|
|
"browser",
|
|
"node",
|
|
"react-native"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/cjs/index.js",
|
|
"name": "@walletconnect/environment",
|
|
"prettier": {
|
|
"printWidth": 80,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"trailingComma": "es5"
|
|
},
|
|
"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 --timeout 5000 --exit -r ts-node/register ./test/**/*.test.ts"
|
|
},
|
|
"types": "dist/cjs/index.d.ts",
|
|
"unpkg": "dist/umd/index.min.js",
|
|
"version": "1.0.1"
|
|
}
|