157 lines
4.4 KiB
JSON
157 lines
4.4 KiB
JSON
{
|
|
"_from": "@scure/bip39@1.3.0",
|
|
"_id": "@scure/bip39@1.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==",
|
|
"_location": "/@scure/bip39",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@scure/bip39@1.3.0",
|
|
"name": "@scure/bip39",
|
|
"escapedName": "@scure%2fbip39",
|
|
"scope": "@scure",
|
|
"rawSpec": "1.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@ethereumjs/util/ethereum-cryptography",
|
|
"/web3-utils/ethereum-cryptography"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@scure/bip39/-/bip39-1.3.0.tgz",
|
|
"_shasum": "0f258c16823ddd00739461ac31398b4e7d6a18c3",
|
|
"_spec": "@scure/bip39@1.3.0",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\@ethereumjs\\util\\node_modules\\ethereum-cryptography",
|
|
"author": {
|
|
"name": "Paul Miller",
|
|
"url": "https://paulmillr.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/paulmillr/scure-bip39/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "Patricio Palladino",
|
|
"email": "patricio@nomiclabs.io"
|
|
},
|
|
{
|
|
"name": "Paul Miller",
|
|
"url": "https://paulmillr.com"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@noble/hashes": "~1.4.0",
|
|
"@scure/base": "~1.1.6"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Secure, audited & minimal implementation of BIP39 mnemonic phrases",
|
|
"devDependencies": {
|
|
"@paulmillr/jsbt": "0.1.0",
|
|
"micro-should": "0.4.0",
|
|
"prettier": "3.1.1",
|
|
"typescript": "5.3.2"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./index.d.ts",
|
|
"import": "./esm/index.js",
|
|
"default": "./index.js"
|
|
},
|
|
"./index": {
|
|
"types": "./index.d.ts",
|
|
"import": "./esm/index.js",
|
|
"default": "./index.js"
|
|
},
|
|
"./wordlists/czech": {
|
|
"types": "./wordlists/czech.d.ts",
|
|
"import": "./esm/wordlists/czech.js",
|
|
"default": "./wordlists/czech.js"
|
|
},
|
|
"./wordlists/english": {
|
|
"types": "./wordlists/english.d.ts",
|
|
"import": "./esm/wordlists/english.js",
|
|
"default": "./wordlists/english.js"
|
|
},
|
|
"./wordlists/french": {
|
|
"types": "./wordlists/french.d.ts",
|
|
"import": "./esm/wordlists/french.js",
|
|
"default": "./wordlists/french.js"
|
|
},
|
|
"./wordlists/italian": {
|
|
"types": "./wordlists/italian.d.ts",
|
|
"import": "./esm/wordlists/italian.js",
|
|
"default": "./wordlists/italian.js"
|
|
},
|
|
"./wordlists/japanese": {
|
|
"types": "./wordlists/japanese.d.ts",
|
|
"import": "./esm/wordlists/japanese.js",
|
|
"default": "./wordlists/japanese.js"
|
|
},
|
|
"./wordlists/korean": {
|
|
"types": "./wordlists/korean.d.ts",
|
|
"import": "./esm/wordlists/korean.js",
|
|
"default": "./wordlists/korean.js"
|
|
},
|
|
"./wordlists/portuguese": {
|
|
"types": "./wordlists/portuguese.d.ts",
|
|
"import": "./esm/wordlists/portuguese.js",
|
|
"default": "./wordlists/portuguese.js"
|
|
},
|
|
"./wordlists/simplified-chinese": {
|
|
"types": "./wordlists/simplified-chinese.d.ts",
|
|
"import": "./esm/wordlists/simplified-chinese.js",
|
|
"default": "./wordlists/simplified-chinese.js"
|
|
},
|
|
"./wordlists/spanish": {
|
|
"types": "./wordlists/spanish.d.ts",
|
|
"import": "./esm/wordlists/spanish.js",
|
|
"default": "./wordlists/spanish.js"
|
|
},
|
|
"./wordlists/traditional-chinese": {
|
|
"types": "./wordlists/traditional-chinese.d.ts",
|
|
"import": "./esm/wordlists/traditional-chinese.js",
|
|
"default": "./wordlists/traditional-chinese.js"
|
|
}
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts",
|
|
"wordlists/*.js",
|
|
"wordlists/*.d.ts",
|
|
"esm",
|
|
"src/index.ts"
|
|
],
|
|
"funding": "https://paulmillr.com/funding/",
|
|
"homepage": "https://paulmillr.com/",
|
|
"keywords": [
|
|
"bip39",
|
|
"mnemonic",
|
|
"phrase",
|
|
"code",
|
|
"bip0039",
|
|
"bip-39",
|
|
"scure",
|
|
"wordlist",
|
|
"noble"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "@scure/bip39",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/paulmillr/scure-bip39.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && tsc -p tsconfig.esm.json",
|
|
"fetch-wordlist": "./scripts/fetch-wordlist.js",
|
|
"format": "prettier --write 'src/**/*.ts' 'test/*.test.ts' 'scripts/*.js'",
|
|
"lint": "prettier --check 'src/**/*.ts' 'test/*.test.ts' 'scripts/*.js'",
|
|
"test": "cd test && tsc && node bip39.test.js"
|
|
},
|
|
"types": "index.d.ts",
|
|
"version": "1.3.0"
|
|
}
|