-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.86 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
{
"_from": "fabric-shim@unstable",
"_id": "fabric-shim@1.1.0-snapshot.6",
"_inBundle": false,
"_integrity": "sha512-1WSdgGPDXMnEpJ5Uu7qmRq+9y8ZIpeVTvnJ+fzz6ZnUaUkYeeBG1HHl2l8M9wc7WsmKsXNtMYFnETq2gcyiN6A==",
"_location": "/fabric-shim",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "fabric-shim@unstable",
"name": "fabric-shim",
"escapedName": "fabric-shim",
"rawSpec": "unstable",
"saveSpec": null,
"fetchSpec": "unstable"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/fabric-shim/-/fabric-shim-1.1.0-snapshot.6.tgz",
"_shasum": "34fa9e300c2235caccceb2700ba1532b9ac50490",
"_spec": "fabric-shim@unstable",
"_where": "/Users/daan/Dev.local/anb-chaincode/fabcarsample5",
"bugs": {
"url": "https://github.com/hyperledger/fabric-chaincode-node/issues"
},
"bundleDependencies": false,
"dependencies": {
"command-line-args": "^4.0.6",
"grpc": "^1.4.1",
"jsrsasign": "^8.0.4",
"log4js": "^2.2.0",
"utf8": "2.1.2",
"x509": "^0.3.2"
},
"deprecated": false,
"description": "A node.js implementation of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
"engines": {
"node": "^8.9.0",
"npm": "^5.5.1"
},
"homepage": "https://github.com/hyperledger/fabric-chaincode-node#readme",
"keywords": [
"fabric-shim",
"Hyperledger Fabric",
"Fabric Shim"
],
"license": "Apache-2.0",
"main": "index.js",
"name": "fabric-shim",
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/fabric-chaincode-node.git"
},
"version": "1.1.0-snapshot.6",
"warnings": [
{
"code": "ENOTSUP",
"required": {
"node": "^8.9.0",
"npm": "^5.5.1"
},
"pkgid": "fabric-shim@1.1.0-snapshot.6"
}
]
}