forked from callchain/call-lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.49 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
{
"_from": "call-lib",
"_id": "call-lib@0.2.5",
"_inBundle": false,
"_integrity": "sha512-bout4kBtdNiWqxk1dg4wtKdtttSgvbQ26TAxwOhVcySrkIuBDxtwjQkr+5CRYw2smsCiYt/vZQJ8sXThqyk4uA==",
"_location": "/call-lib",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "call-lib",
"name": "call-lib",
"escapedName": "call-lib",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/call-lib/-/call-lib-0.1.7.tgz",
"_shasum": "b4a87bf5ef3bb438de3c63d0e8962144302842b7",
"_spec": "call-lib",
"_where": "D:\\newwork\\lib-cli",
"author": {
"name": "anonymous node/sails user"
},
"bundleDependencies": false,
"dependencies": {
"@types/lodash": "^4.14.85",
"@types/ws": "^3.2.0",
"babel-runtime": "^5.8.20",
"base-x": "^1.0.1",
"bignumber.js": "^4.1.0",
"bn.js": "^3.1.1",
"brorand": "^1.0.5",
"call-address-codec": "^0.1.0",
"call-binary-codec": "^0.1.1",
"call-hashes": "^0.1.0",
"call-keypairs": "^0.1.0",
"call-lib-transactionparser": "^0.1.0",
"call-x-address-codec": "^0.1.0",
"create-hash": "^1.1.3",
"decimal.js": "^10.0.0",
"elliptic": "^5.1.0",
"gulp-header": "^1.8.2",
"hash.js": "^1.0.3",
"https-proxy-agent": ">=2.2.0",
"jsonschema": "^1.1.1",
"lodash": "^4.17.5",
"ws": "^3.3.1"
},
"deprecated": false,
"description": "A JavaScript API for interacting with the CALL Ledger",
"devDependencies": {
"@types/node": "^8.0.53",
"assert-diff": "^1.0.1",
"coveralls": "^2.13.1",
"doctoc": "^0.15.0",
"ejs": "^2.3.4",
"eventemitter2": "^0.4.14",
"gulp": "^3.9.1",
"gulp-bump": "^0.1.13",
"gulp-rename": "^1.2.0",
"http-server": "^0.8.5",
"jayson": "^1.2.2",
"json-loader": "^0.5.2",
"json-schema-to-markdown-table": "^0.4.0",
"mocha": "^2.1.0",
"mocha-in-sauce": "^0.0.1",
"mocha-junit-reporter": "^1.9.1",
"null-loader": "^0.1.1",
"nyc": "^11.3.0",
"source-map-support": "^0.5.0",
"ts-loader": "^3.2.0",
"ts-node": "^3.3.0",
"tslint": "^5.8.0",
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.6.1",
"uglifyjs-webpack-plugin": "^1.1.4",
"webpack": "^3.10.0",
"yargs": "^8.0.2"
},
"keywords": [],
"license": "ISC",
"main": "dist/npm/",
"name": "call-lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.2.5"
}