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

108 lines
3.2 KiB
JSON

{
"_from": "ethereumjs-wallet@^1.0.2",
"_id": "ethereumjs-wallet@1.0.2",
"_inBundle": false,
"_integrity": "sha512-CCWV4RESJgRdHIvFciVQFnCHfqyhXWchTPlkfp28Qc53ufs+doi5I/cV2+xeK9+qEo25XCWfP9MiL+WEPAZfdA==",
"_location": "/ethereumjs-wallet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ethereumjs-wallet@^1.0.2",
"name": "ethereumjs-wallet",
"escapedName": "ethereumjs-wallet",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmmirror.com/ethereumjs-wallet/-/ethereumjs-wallet-1.0.2.tgz",
"_shasum": "2c000504b4c71e8f3782dabe1113d192522e99b6",
"_spec": "ethereumjs-wallet@^1.0.2",
"_where": "D:\\ruyi\\案例",
"author": {
"name": "Alex Beregszaszi",
"email": "alex@rtfs.hu"
},
"browser": "dist.browser/index.js",
"bugs": {
"url": "https://github.com/ethereumjs/ethereumjs-wallet/issues"
},
"bundleDependencies": false,
"dependencies": {
"aes-js": "^3.1.2",
"bs58check": "^2.1.2",
"ethereum-cryptography": "^0.1.3",
"ethereumjs-util": "^7.1.2",
"randombytes": "^2.1.0",
"scrypt-js": "^3.0.1",
"utf8": "^3.0.0",
"uuid": "^8.3.2"
},
"deprecated": false,
"description": "Utilities for handling Ethereum keys",
"devDependencies": {
"@ethereumjs/config-coverage": "^2.0.0",
"@ethereumjs/config-typescript": "^2.0.0",
"@ethereumjs/eslint-config-defaults": "^2.0.0",
"@types/bn.js": "^5.1.0",
"@types/lodash.zip": "^4.2.6",
"@types/mocha": "^9.0.0",
"@types/node": "^12.0.10",
"ethers": "^4.0.33",
"husky": "^4.2.5",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.1",
"karma-mocha": "^2.0.1",
"karma-typescript": "^5.5.2",
"lodash.zip": "^4.2.0",
"mocha": "^9.1.2",
"nyc": "^15.1.0",
"prettier": "^2.4.1",
"ts-node": "^10.2.1",
"typedoc": "^0.22.5",
"typedoc-plugin-markdown": "^3.11.3",
"typescript": "^4.4.3"
},
"files": [
"src",
"dist",
"dist.browser"
],
"homepage": "https://github.com/ethereumjs/ethereumjs-wallet",
"husky": {
"hooks": {
"pre-push": "npm run lint"
}
},
"keywords": [
"ethereum",
"wallets",
"keys"
],
"license": "MIT",
"main": "dist/index.js",
"name": "ethereumjs-wallet",
"repository": {
"type": "git",
"url": "git+https://github.com/ethereumjs/ethereumjs-wallet.git"
},
"scripts": {
"build": "tsc -p ./tsconfig.prod.json && tsc -p tsconfig.browser.json",
"coverage": "npm run build && nyc --reporter=lcov npm run test:unit",
"docs:build": "typedoc --out docs --mode file --readme none --theme markdown --mdEngine github --excludeNotExported src",
"lint": "ethereumjs-config-lint",
"lint:fix": "ethereumjs-config-lint-fix",
"prepublishOnly": "npm run lint && npm run build && npm run test",
"test": "npm run lint && npm run build && npm run test:unit && npm run test:browser",
"test:browser": "karma start karma.conf.js",
"test:unit": "mocha --require ts-node/register ./test/**/*.ts",
"tsc": "tsc -p ./tsconfig.prod.json --noEmit"
},
"types": "dist/index.d.ts",
"version": "1.0.2"
}