2025-04-19 15:38:48 +08:00

102 lines
3.0 KiB
JSON

{
"_from": "@walletconnect/randombytes@^1.0.3",
"_id": "@walletconnect/randombytes@1.0.3",
"_inBundle": false,
"_integrity": "sha512-35lpzxcHFbTN3ABefC9W+uBpNZl1GC4Wpx0ed30gibfO/y9oLdy1NznbV96HARQKSBV9J9M/rrtIvf6a23jfYw==",
"_location": "/@walletconnect/randombytes",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@walletconnect/randombytes@^1.0.3",
"name": "@walletconnect/randombytes",
"escapedName": "@walletconnect%2frandombytes",
"scope": "@walletconnect",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/@walletconnect/crypto"
],
"_resolved": "https://registry.npmmirror.com/@walletconnect/randombytes/-/randombytes-1.0.3.tgz",
"_shasum": "e795e4918367fd1e6a2215e075e64ab93e23985b",
"_spec": "@walletconnect/randombytes@^1.0.3",
"_where": "D:\\ruyi\\dapp\\node_modules\\@walletconnect\\crypto",
"author": {
"name": "WalletConnect, Inc.",
"email": "walletconnect.com"
},
"browser": "dist/esm/browser/index.js",
"bugs": {
"url": "https://github.com/walletconnect/walletconnect-utils/issues"
},
"bundleDependencies": false,
"dependencies": {
"@walletconnect/encoding": "^1.0.2",
"@walletconnect/environment": "^1.0.1",
"randombytes": "^2.1.0",
"tslib": "1.14.1"
},
"deprecated": false,
"description": "Isomorphic Library for Random Bytes",
"devDependencies": {
"@peculiar/webcrypto": "^1.1.7",
"@types/chai": "^4.2.14",
"@types/jest": "^26.0.15",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.7",
"@types/randombytes": "^2.0.0",
"chai": "^4.2.0",
"husky": "^4.3.0",
"jsdom": "^16.6.0",
"jsdom-global": "^3.0.2",
"mocha": "^8.1.3",
"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": [
"crypto",
"cryptography",
"isomorphic",
"random",
"bytes"
],
"license": "MIT",
"main": "dist/cjs/node/index.js",
"name": "@walletconnect/randombytes",
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": false,
"trailingComma": "es5"
},
"react-native": "dist/cjs/node/index.js",
"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 --exit -r ts-node/register -r jsdom-global/register ./test/**/*.test.ts"
},
"types": "./dist/cjs/node/index.d.ts",
"unpkg": "dist/umd/index.min.js",
"version": "1.0.3"
}