mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
85 lines
2.4 KiB
JSON
85 lines
2.4 KiB
JSON
{
|
|
"_from": "aezeed",
|
|
"_id": "aezeed@0.0.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-KAv2y2AtbqpdtsabCLE+C0G0h4BZLeMHsLCRga3VicYLxD17RflUBJ++c5qdpN6B6fkvK90r6bWg52Z/gMC7gQ==",
|
|
"_location": "/aezeed",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "aezeed",
|
|
"name": "aezeed",
|
|
"escapedName": "aezeed",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/aezeed/-/aezeed-0.0.4.tgz",
|
|
"_shasum": "8fce8778d34f5566328f61df7706351cb15873a9",
|
|
"_spec": "aezeed",
|
|
"_where": "/home/overtorment/Documents/BlueWallet",
|
|
"author": {
|
|
"name": "Jonathan Underwood"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/bitcoinjs/aezeed/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"aez": "^1.0.1",
|
|
"crc-32": "npm:junderw-crc32c@^1.2.0",
|
|
"randombytes": "^2.1.0",
|
|
"scryptsy": "^2.1.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A package for encoding, decoding, and generating mnemonics of the aezeed specification.",
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.10",
|
|
"@types/node": "^14.6.0",
|
|
"@types/randombytes": "^2.0.0",
|
|
"@types/scryptsy": "^2.0.0",
|
|
"jest": "^26.4.2",
|
|
"prettier": "^2.1.0",
|
|
"ts-jest": "^26.2.0",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.0.2"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"homepage": "https://github.com/bitcoinjs/aezeed#readme",
|
|
"keywords": [
|
|
"aezeed",
|
|
"bitcoin",
|
|
"lightning",
|
|
"lnd"
|
|
],
|
|
"license": "MIT",
|
|
"main": "src/cipherseed.js",
|
|
"name": "aezeed",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/bitcoinjs/aezeed.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run clean && tsc -p tsconfig.json",
|
|
"clean": "rm -rf src",
|
|
"coverage": "npm run unit -- --coverage",
|
|
"format": "npm run prettier -- --write",
|
|
"format:ci": "npm run prettier -- --check",
|
|
"gitdiff": "git diff --exit-code",
|
|
"gitdiff:ci": "npm run build && npm run gitdiff",
|
|
"lint": "tslint -p tsconfig.json -c tslint.json",
|
|
"prepublishOnly": "npm run test && npm run gitdiff",
|
|
"prettier": "prettier 'ts_src/**/*.ts' --single-quote --trailing-comma=all --ignore-path ./.prettierignore",
|
|
"test": "npm run build && npm run format:ci && npm run lint && npm run unit",
|
|
"unit": "jest --config=jest.json --runInBand"
|
|
},
|
|
"types": "src/cipherseed.d.ts",
|
|
"version": "0.0.4"
|
|
}
|