-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.49 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 2.49 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
{
"_from": "cipweb3",
"_id": "cipweb3@1.3.7",
"_inBundle": false,
"_integrity": "sha512-jEpPhnL6GDteifdVh7ulzlPrtVQeA30V9vnki9liYlUvLV82ZM7BNOQJiuzlDePuE+jZETZSP/0G/JlUVt6pOA==",
"_location": "/cipweb3",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "cipweb3",
"name": "cipweb3",
"escapedName": "cipweb3",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/web3/-/web3-1.3.6.tgz",
"_shasum": "599425461c3f9a8cbbefa70616438995f4a064cc",
"_spec": "cipweb3",
"_where": "C:\\Users\\Vaival\\Desktop\\web3Test",
"author": {
"name": "ethereum.org"
},
"authors": [
{
"name": "Fabian Vogelsteller",
"email": "fabian@ethereum.org",
"homepage": "http://frozeman.de"
},
{
"name": "Marek Kotewicz",
"email": "marek@parity.io",
"url": "https://github.com/debris"
},
{
"name": "Marian Oancea",
"url": "https://github.com/cubedro"
},
{
"name": "Gav Wood",
"email": "g@parity.io",
"homepage": "http://gavwood.com"
},
{
"name": "Jeffery Wilcke",
"email": "jeffrey.wilcke@ethereum.org",
"url": "https://github.com/obscuren"
}
],
"bugs": {
"url": "https://github.com/ethereum/web3.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"web3-bzz": "1.3.6",
"web3-core": "1.3.6",
"web3-eth": "1.3.6",
"web3-eth-personal": "1.3.6",
"web3-net": "1.3.6",
"web3-shh": "1.3.6",
"cipweb3-utils": "1.3.7"
},
"deprecated": false,
"description": "Cipherem JavaScript API",
"devDependencies": {
"@types/node": "^12.12.6",
"dtslint": "^3.4.1",
"typescript": "^3.9.5",
"web3-core-helpers": "1.3.6"
},
"engines": {
"node": ">=8.0.0"
},
"gitHead": "8bfba2358448089e9a78bf38bd09538065186d2b",
"homepage": "https://github.com/ethereum/web3.js#readme",
"keywords": [
"Cipherem",
"JavaScript",
"API"
],
"license": "LGPL-3.0",
"main": "lib/index.js",
"name": "cipweb3",
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/web3.js.git"
},
"scripts": {
"compile": "tsc -b tsconfig.json",
"dtslint": "dtslint --localTs ../../node_modules/typescript/lib types",
"postinstall": "echo \"WARNING: the web3-shh and web3-bzz api will be deprecated in the next version\""
},
"types": "types/index.d.ts",
"version": "1.3.7"
}