Onlife/node_modules/bip39/package.json
2025-04-19 15:38:48 +08:00

82 lines
2.3 KiB
JSON

{
"_from": "bip39@^3.0.4",
"_id": "bip39@3.1.0",
"_inBundle": false,
"_integrity": "sha512-c9kiwdk45Do5GL0vJMe7tS95VjCii65mYAH7DfWl3uW8AVzXKQVUm64i3hzVybBDMp9r7j9iNxR85+ul8MdN/A==",
"_location": "/bip39",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bip39@^3.0.4",
"name": "bip39",
"escapedName": "bip39",
"rawSpec": "^3.0.4",
"saveSpec": null,
"fetchSpec": "^3.0.4"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmmirror.com/bip39/-/bip39-3.1.0.tgz",
"_shasum": "c55a418deaf48826a6ceb34ac55b3ee1577e18a3",
"_spec": "bip39@^3.0.4",
"_where": "D:\\ruyi\\案例",
"author": {
"name": "Wei Lu"
},
"bugs": {
"url": "https://github.com/bitcoinjs/bip39/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Daniel Cousens",
"email": "email@dcousens.com",
"url": "http://dcousens.com"
}
],
"dependencies": {
"@noble/hashes": "^1.2.0"
},
"deprecated": false,
"description": "Bitcoin BIP39: Mnemonic code for generating deterministic keys",
"devDependencies": {
"@types/node": "11.11.6",
"node-fetch": "2.6.9",
"nyc": "^15.0.0",
"prettier": "1.16.4",
"proxyquire": "^1.7.10",
"tape": "^4.13.2",
"tslint": "^6.1.0",
"typescript": "3.3.4000"
},
"files": [
"src",
"types"
],
"homepage": "https://github.com/bitcoinjs/bip39#readme",
"license": "ISC",
"main": "src/index.js",
"name": "bip39",
"repository": {
"type": "git",
"url": "git+https://github.com/bitcoinjs/bip39.git"
},
"scripts": {
"build": "npm run clean && tsc -p tsconfig.json",
"clean": "rm -rf src",
"coverage": "nyc --branches 85 --functions 100 --check-coverage npm run unit",
"format": "npm run prettier -- --write",
"format:ci": "npm run prettier -- --check",
"gitdiff:ci": "npm run build && git diff --exit-code",
"lint": "tslint -p tsconfig.json -c tslint.json",
"prettier": "prettier 'ts_src/**/*.ts' --ignore-path ./.prettierignore",
"test": "npm run build && npm run format:ci && npm run lint && npm run unit",
"unit": "tape test/*.js",
"update": "node -e \"require('./util/wordlists').update()\""
},
"types": "./types/index.d.ts",
"version": "3.1.0"
}