{ "_from": "@walletconnect/encoding@^1.0.1", "_id": "@walletconnect/encoding@1.0.2", "_inBundle": false, "_integrity": "sha512-CrwSBrjqJ7rpGQcTL3kU+Ief+Bcuu9PH6JLOb+wM6NITX1GTxR/MfNwnQfhLKK6xpRAyj2/nM04OOH6wS8Imag==", "_location": "/@walletconnect/encoding", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@walletconnect/encoding@^1.0.1", "name": "@walletconnect/encoding", "escapedName": "@walletconnect%2fencoding", "scope": "@walletconnect", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/@walletconnect/crypto", "/@walletconnect/randombytes", "/@walletconnect/utils" ], "_resolved": "https://registry.npmmirror.com/@walletconnect/encoding/-/encoding-1.0.2.tgz", "_shasum": "cb3942ad038d6a6bf01158f66773062dd25724da", "_spec": "@walletconnect/encoding@^1.0.1", "_where": "D:\\ruyi\\dapp\\node_modules\\@walletconnect\\utils", "author": { "name": "WalletConnect, Inc.", "email": "walletconnect.com" }, "bugs": { "url": "https://github.com/walletconnect/walletconnect-utils/issues" }, "bundleDependencies": false, "dependencies": { "is-typedarray": "1.0.0", "tslib": "1.14.1", "typedarray-to-buffer": "3.1.5" }, "deprecated": false, "description": "Byte encoding utils", "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": [ "encoding", "utils", "utf8", "hex", "buffer", "uint8array", "arraybuffer", "number", "padLeft" ], "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "name": "@walletconnect/encoding", "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.2" }