forked from btcc-insight/insight-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
106 lines (106 loc) · 2.84 KB
/
package.json
File metadata and controls
106 lines (106 loc) · 2.84 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"_from": "insight-api@5.0.0-beta.44",
"_id": "insight-api@5.0.0-beta.44",
"_inBundle": false,
"_integrity": "sha512-pBC+ZlYMBm0PSZ98CHM9mlIZGV6iRGauJapFSui6SUKFBKsUsmchBbhIGxQAtDbosYezNw2/To50XwgSTdVJKQ==",
"_location": "/insight-api",
"_phantomChildren": {
"abstract-leveldown": "2.6.3",
"backo2": "1.0.2",
"base64-arraybuffer": "0.1.5",
"bindings": "1.3.0",
"component-bind": "1.0.0",
"component-emitter": "1.2.1",
"debug": "2.6.9",
"elliptic": "6.4.0",
"engine.io": "3.1.5",
"engine.io-client": "3.1.6",
"fast-future": "1.0.2",
"has-cors": "1.1.0",
"indexof": "0.0.1",
"nan": "2.10.0",
"object-assign": "4.1.1",
"object-component": "0.0.3",
"parseuri": "0.0.5",
"prebuild-install": "2.5.3",
"secp256k1": "3.2.5",
"socket.io-adapter": "1.1.1",
"socket.io-parser": "3.1.3",
"to-array": "0.1.4"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "insight-api@5.0.0-beta.44",
"name": "insight-api",
"escapedName": "insight-api",
"rawSpec": "5.0.0-beta.44",
"saveSpec": null,
"fetchSpec": "5.0.0-beta.44"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/insight-api/-/insight-api-5.0.0-beta.44.tgz",
"_shasum": "9b7a3b03482dd85d92e2af8613132ece0570b414",
"_spec": "insight-api@5.0.0-beta.44",
"_where": "/root/bitcore4/bitcore-node",
"bitcoreNode": "lib",
"bugs": {
"url": "https://github.com/bitpay/insight-api/issues"
},
"bundleDependencies": false,
"dependencies": {
"JSONStream": "^1.3.1",
"async": "*",
"bcoin": "github:bcoin-org/bcoin#886008a1822ce1da7fa8395ee7db4bcc1750a28a",
"bitcore-lib": "5.0.0-beta.1",
"bitcore-lib-cash": "0.15.1",
"bitcore-message": "^1.0.1",
"body-parser": "^1.13.3",
"compression": "^1.6.1",
"lodash": "^2.4.1",
"lru-cache": "^4.1.1",
"morgan": "^1.7.0",
"request": "^2.64.0"
},
"deprecated": false,
"description": "A Bitcoin blockchain REST and web socket API service for Bitcore Node.",
"devDependencies": {
"bitcoind-rpc": "^0.7.0",
"bitcore-p2p": "5.0.0-beta.2",
"chai": "^3.5.0",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"proxyquire": "^1.7.2",
"rimraf": "^2.6.1",
"should": "^8.3.1",
"sinon": "^1.10.3"
},
"engines": {
"node": ">=8.2.0"
},
"homepage": "https://github.com/bitpay/insight-api",
"keywords": [
"insight",
"insight api",
"blockchain",
"bitcoin api",
"blockchain api",
"json",
"bitcore"
],
"license": "MIT",
"main": "lib",
"name": "insight-api",
"repository": {
"type": "git",
"url": "git://github.com/bitpay/insight-api.git"
},
"scripts": {
"perf": "mocha -R spec perf",
"regtest": "mocha -R spec regtest",
"test": "NODE_ENV=test mocha -R spec --recursive"
},
"version": "5.0.0-beta.44"
}