This repository has been archived by the owner on Jul 6, 2018. It is now read-only.
forked from bitpay/bitcore-mnemonic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 5.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"_args": [
[
{
"raw": "bitcore-mnemonic@github:Scoop-Tech/bitcore-mnemonic",
"scope": null,
"escapedName": "bitcore-mnemonic",
"name": "bitcore-mnemonic",
"rawSpec": "github:Scoop-Tech/bitcore-mnemonic",
"spec": "github:Scoop-Tech/bitcore-mnemonic",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "[email protected]:Scoop-Tech/bitcore-mnemonic.git",
"sshUrl": "git+ssh://[email protected]/Scoop-Tech/bitcore-mnemonic.git",
"httpsUrl": "git+https://github.com/Scoop-Tech/bitcore-mnemonic.git",
"gitUrl": "git://github.com/Scoop-Tech/bitcore-mnemonic.git",
"shortcut": "github:Scoop-Tech/bitcore-mnemonic",
"directUrl": "https://raw.githubusercontent.com/Scoop-Tech/bitcore-mnemonic/master/package.json"
}
},
"/Users/sunilla-new/ScoopApp/nativescript"
]
],
"_from": "Scoop-Tech/bitcore-mnemonic",
"_id": "[email protected]",
"_inCache": true,
"_location": "/bitcore-mnemonic",
"_phantomChildren": {},
"_requested": {
"raw": "bitcore-mnemonic@github:Scoop-Tech/bitcore-mnemonic",
"scope": null,
"escapedName": "bitcore-mnemonic",
"name": "bitcore-mnemonic",
"rawSpec": "github:Scoop-Tech/bitcore-mnemonic",
"spec": "github:Scoop-Tech/bitcore-mnemonic",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "[email protected]:Scoop-Tech/bitcore-mnemonic.git",
"sshUrl": "git+ssh://[email protected]/Scoop-Tech/bitcore-mnemonic.git",
"httpsUrl": "git+https://github.com/Scoop-Tech/bitcore-mnemonic.git",
"gitUrl": "git://github.com/Scoop-Tech/bitcore-mnemonic.git",
"shortcut": "github:Scoop-Tech/bitcore-mnemonic",
"directUrl": "https://raw.githubusercontent.com/Scoop-Tech/bitcore-mnemonic/master/package.json"
}
},
"_requiredBy": [
"/"
],
"_resolved": "git://github.com/Scoop-Tech/bitcore-mnemonic.git#025d19a61fd8233c6c82ca91bce22e63c9ef94e3",
"_shasum": "72d403948a69f6c26f13d7d2c17d0bcfc9042576",
"_shrinkwrap": null,
"_spec": "bitcore-mnemonic@github:Scoop-Tech/bitcore-mnemonic",
"_where": "/Users/sunilla-new/ScoopApp/nativescript",
"author": {
"name": "BitPay",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/bitpay/bitcore-mnemonic/issues"
},
"contributors": [
{
"name": "Yemel Jardi",
"email": "[email protected]"
},
{
"name": "Matias Alejo Garcia",
"email": "[email protected]"
}
],
"dependencies": {
"bitcore-lib": "^0.15.0",
"unorm": "^1.3.3"
},
"description": "BIP39 Mnemonics implemented for Bitcore.",
"devDependencies": {
"assert": "^1.1.2",
"bitcore-build": "git://github.com/bitpay/bitcore-build.git",
"brfs": "^1.2.0",
"chai": "^1.10.0",
"gulp": "^3.8.10",
"mocha": "^2.2.5"
},
"gitHead": "025d19a61fd8233c6c82ca91bce22e63c9ef94e3",
"homepage": "https://github.com/bitpay/bitcore-mnemonic#readme",
"keywords": [
"bitcoin",
"bitcore",
"mnemonic",
"crypto",
"cryptography",
"encryption"
],
"license": "MIT",
"main": "index.js",
"name": "bitcore-mnemonic",
"optionalDependencies": {},
"readme": "<img src=\"http://bitcore.io/css/images/module-mnemonic.png\" alt=\"bitcore mnemonics\" height=\"35\">\nBIP39 Mnemonics for bitcore\n=======\n\n[![NPM Package](https://img.shields.io/npm/v/bitcore-mnemonic.svg?style=flat-square)](https://www.npmjs.org/package/bitcore-mnemonic)\n[![Build Status](https://img.shields.io/travis/bitpay/bitcore-mnemonic.svg?branch=master&style=flat-square)](https://travis-ci.org/bitpay/bitcore-mnemonic)\n[![Coverage Status](https://img.shields.io/coveralls/bitpay/bitcore-mnemonic.svg?style=flat-square)](https://coveralls.io/r/bitpay/bitcore-mnemonic)\n\nA module for [bitcore](https://github.com/bitpay/bitcore) that implements [Mnemonic code for generating deterministic keys](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki).\n\n## Getting Started\n\nThis library is distributed in both the npm and bower packaging systems.\n\n```sh\nnpm install bitcore-mnemonic\nbower install bitcore-mnemonic\n```\n\nThere are many examples of how to use it on the developer guide [section for mnemonic](http://bitcore.io/guide/module/mnemonic/index.html). For example, the following code would generate a new random mnemonic code and convert it to a `HDPrivateKey`.\n\n```javascript\nvar Mnemonic = require('bitcore-mnemonic');\nvar code = new Mnemonic(Mnemonic.Words.SPANISH);\ncode.toString(); // natal hada sutil año sólido papel jamón combate aula flota ver esfera...\nvar xpriv = code.toHDPrivateKey();\n```\n\n## Contributing\n\nSee [CONTRIBUTING.md](https://github.com/bitpay/bitcore/blob/master/CONTRIBUTING.md) on the main bitcore repo for information about how to contribute.\n\n## License\n\nCode released under [the MIT license](https://github.com/bitpay/bitcore/blob/master/LICENSE).\n\nCopyright 2013-2015 BitPay, Inc. Bitcore is a trademark maintained by BitPay, Inc.\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/bitpay/bitcore-mnemonic.git"
},
"scripts": {
"build": "gulp",
"coverage": "gulp coverage",
"lint": "gulp lint",
"test": "gulp test"
},
"version": "1.5.0"
}