This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.68 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
{
"_args": [
[
"fabric-shim-api@2.2.3",
"/home/vagrant/mount/coffee/testCC"
]
],
"_from": "fabric-shim-api@2.2.3",
"_id": "fabric-shim-api@2.2.3",
"_inBundle": false,
"_integrity": "sha512-wpgj/lrB9Ux06+jBRj2xnXFa7lz6iI5J8r1amhbxMnVw4HvkF2HaiNTRfnisJm+IIf3ocoNoiLS5i6nRHUKFYw==",
"_location": "/fabric-shim-api",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fabric-shim-api@2.2.3",
"name": "fabric-shim-api",
"escapedName": "fabric-shim-api",
"rawSpec": "2.2.3",
"saveSpec": null,
"fetchSpec": "2.2.3"
},
"_requiredBy": [
"/fabric-contract-api",
"/fabric-shim"
],
"_resolved": "https://registry.npmjs.org/fabric-shim-api/-/fabric-shim-api-2.2.3.tgz",
"_spec": "2.2.3",
"_where": "/home/vagrant/mount/coffee/testCC",
"bugs": {
"url": "https://github.com/hyperledger/fabric-chaincode-node/issues"
},
"description": "A node.js API of Hyperledger Fabric chaincode shim, to allow endorsing peers and user-provided chaincodes to communicate with each other",
"devDependencies": {
"@types/long": "^4.0.1"
},
"engines": {
"eslint": "6.6.0",
"node": "^12.16.1",
"npm": "^6.4.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-api",
"repository": {
"type": "git",
"url": "git+https://github.com/hyperledger/fabric-chaincode-node.git"
},
"scripts": {
"build": "echo No Build needed"
},
"tag": "latest",
"types": "./types/index.d.ts",
"version": "2.2.3"
}