forked from btcc-insight/bitcore-lib
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.11 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.11 KB
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
{
"_from": "bitcore-lib@5.0.0-beta.1",
"_id": "bitcore-lib@5.0.0-beta.1",
"_inBundle": false,
"_integrity": "sha512-y8aCkNJQieCPacLpW9wdg6Un2iAC/5Nt7g/lRHhK6PwrXw7dxXwc7eZOd87oPGn6bAd4jBd8YTCqIqwpf3UQsA==",
"_location": "/bitcore-lib",
"_phantomChildren": {
"brorand": "1.1.0",
"hash.js": "1.1.5"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "bitcore-lib@5.0.0-beta.1",
"name": "bitcore-lib",
"escapedName": "bitcore-lib",
"rawSpec": "5.0.0-beta.1",
"saveSpec": null,
"fetchSpec": "5.0.0-beta.1"
},
"_requiredBy": [
"/",
"/bitcore-p2p",
"/insight-api"
],
"_resolved": "https://registry.npmjs.org/bitcore-lib/-/bitcore-lib-5.0.0-beta.1.tgz",
"_shasum": "27270b7524ebdfa0fa940c6ff9497b1f7d25d3ec",
"_spec": "bitcore-lib@5.0.0-beta.1",
"_where": "/root/bitcore4/bitcore-node",
"author": {
"name": "BitPay",
"email": "dev@bitpay.com"
},
"browser": {
"request": "browser-request"
},
"bugs": {
"url": "https://github.com/bitpay/bitcore-lib/issues"
},
"bundleDependencies": false,
"dependencies": {
"bn.js": "=2.0.4",
"bs58": "=2.0.0",
"buffer-compare": "=1.0.0",
"elliptic": "=3.0.3",
"inherits": "=2.0.1",
"lodash": "=3.10.1"
},
"deprecated": false,
"description": "A pure and powerful JavaScript Bitcoin library.",
"devDependencies": {
"bitcore-build": "github:bitpay/bitcore-build",
"brfs": "^1.2.0",
"chai": "^1.10.0",
"gulp": "^3.8.10",
"sinon": "^1.13.0"
},
"homepage": "https://github.com/bitpay/bitcore-lib#readme",
"keywords": [
"bitcoin",
"transaction",
"address",
"p2p",
"ecies",
"cryptocurrency",
"blockchain",
"payment",
"bip21",
"bip32",
"bip37",
"bip69",
"bip70",
"multisig"
],
"license": "MIT",
"main": "index.js",
"name": "bitcore-lib",
"repository": {
"type": "git",
"url": "git+https://github.com/bitpay/bitcore-lib.git"
},
"scripts": {
"build": "gulp",
"coverage": "gulp coverage",
"lint": "gulp lint",
"test": "gulp test"
},
"version": "5.0.0-beta.1"
}