UNPKG

bsp-network

Version:

SDK for writing node.js applications to interact with bsp network. This package encapsulates the APIs to connect to a bsp network, submit transactions and perform queries against the ledger.

107 lines (106 loc) 2.67 kB
{ "_from": "bsp-network@0.0.9", "_id": "bsp-network@0.0.9", "_inBundle": false, "_integrity": "sha512-n6Mmb0iz6Ho8YJmrWJ5gVw5SdMA3SqaGDAOVPZ+IdJOWxQ0O8BZeuFoSNYpUfudV5G2FEFtutE1C4zPqadQW+w==", "_location": "/bsp-network", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "bsp-network@0.0.9", "name": "bsp-network", "escapedName": "bsp-network", "rawSpec": "0.0.9", "saveSpec": null, "fetchSpec": "0.0.9" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/bsp-network/-/bsp-network-0.0.9.tgz", "_shasum": "5c360d13d368484d307576d829640c1415a7ab31", "_spec": "bsp-network@0.0.9", "_where": "/home/wcjeong/localtest/bsp-network-test", "author": { "name": "wcjeong", "email": "wcjeong@postech.ac.kr" }, "bugs": { "url": "https://github.com/hyperledger/bsp-sdk-node/issues" }, "bundleDependencies": false, "dependencies": { "fabric-ca-client": "latest-2.1", "fabric-common": "latest-2.1", "fs-extra": "^8.1.0", "google-protobuf": "^3.18.0", "js-yaml": "^4.1.0", "long": "^4.0.0", "nano": "^8.1.0", "winston": "^2.4.0" }, "deprecated": false, "description": "SDK for writing node.js applications to interact with bsp network. This package encapsulates the APIs to connect to a bsp network, submit transactions and perform queries against the ledger.", "devDependencies": { "@types/chai": "^4.2.0", "@types/fs-extra": "^8.0.0", "@types/mocha": "^5.2.7", "@types/rimraf": "^2.0.2", "mocha": "^5.2.0", "nyc": "^15.0.0", "rewire": "^4.0.1", "rimraf": "^2.6.2", "sinon": "^6.3.5" }, "engines": { "node": "^10.15.3 || ^12.13.1", "npm": "^6.4.1" }, "homepage": "https://sslab.postech.ac.kr", "keywords": [ "hyperledger", "blockchain", "bsp" ], "license": "Apache-2.0", "licenses": [ { "type": "Apache-2.0", "url": "https://github.com/hyperledger/fabric-sdk-node/blob/master/LICENSE" } ], "main": "index.js", "name": "bsp-network", "nyc": { "exclude": [ "index.js", "coverage/**", "test/**" ], "extension": [ ".ts" ], "reporter": [ "text", "html" ], "cache": true, "check-coverage": true, "statements": 94, "branches": 95, "functions": 89, "lines": 94 }, "repository": { "type": "git", "url": "git+https://github.com/hyperledger/bsp-sdk-node.git" }, "scripts": { "test": "nyc mocha --recursive -t 10000" }, "tag": "latest", "types": "./types/index.d.ts", "version": "0.0.9" }