{ "_from": "@walletconnect/safe-json@1.0.0", "_id": "@walletconnect/safe-json@1.0.0", "_inBundle": false, "_integrity": "sha512-QJzp/S/86sUAgWY6eh5MKYmSfZaRpIlmCJdi5uG4DJlKkZrHEF7ye7gA+VtbVzvTtpM/gRwO2plQuiooIeXjfg==", "_location": "/@walletconnect/safe-json", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "@walletconnect/safe-json@1.0.0", "name": "@walletconnect/safe-json", "escapedName": "@walletconnect%2fsafe-json", "scope": "@walletconnect", "rawSpec": "1.0.0", "saveSpec": null, "fetchSpec": "1.0.0" }, "_requiredBy": [ "/@walletconnect/browser-utils" ], "_resolved": "https://registry.npmmirror.com/@walletconnect/safe-json/-/safe-json-1.0.0.tgz", "_shasum": "12eeb11d43795199c045fafde97e3c91646683b2", "_spec": "@walletconnect/safe-json@1.0.0", "_where": "D:\\ruyi\\dapp\\node_modules\\@walletconnect\\browser-utils", "author": { "name": "WalletConnect", "email": "walletconnect.org" }, "browser": "dist/esm/index.js", "bugs": { "url": "https://github.com/walletconnect/walletconnect-utils/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Safe Json Utils", "devDependencies": { "@types/bn.js": "4.11.6", "@types/jest": "^26.0.15", "@types/node": "^14.14.7", "husky": "^4.3.0", "tslib": "^1.10.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": [ "safe", "json", "parse", "stringify", "utils" ], "license": "MIT", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "name": "@walletconnect/safe-json", "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 --exit -r ts-node/register ./test/**/*.test.ts" }, "types": "dist/cjs/index.d.ts", "unpkg": "dist/umd/index.min.js", "version": "1.0.0" }