UNPKG

steemjs-fixed

Version:

Steem.js the JavaScript API for Steem blockchain

61 lines (60 loc) 1.64 kB
{ "_from": "@steemit/rpc-auth@^1.1.1", "_id": "@steemit/rpc-auth@1.1.1", "_inBundle": false, "_integrity": "sha512-Eb8BW3O1y4+/+Dbf+LqGVmgXYqyfHxP9mBlmzkpjXiIepTpxoK90NIGrneqcnEGq0TR2nSt4BVv9Ur9c+hxoig==", "_location": "/@steemit/rpc-auth", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@steemit/rpc-auth@^1.1.1", "name": "@steemit/rpc-auth", "escapedName": "@steemit%2frpc-auth", "scope": "@steemit", "rawSpec": "^1.1.1", "saveSpec": null, "fetchSpec": "^1.1.1" }, "_requiredBy": [ "/steem" ], "_resolved": "https://registry.npmjs.org/@steemit/rpc-auth/-/rpc-auth-1.1.1.tgz", "_shasum": "8f6239e89783d2b251b49e9e1b9486b5d167f944", "_spec": "@steemit/rpc-auth@^1.1.1", "_where": "C:\\Users\\jordy\\Desktop\\Steemit Trailer\\node_modules\\steem", "bundleDependencies": false, "dependencies": { "@steemit/libcrypto": "^1.0.1" }, "deprecated": false, "description": "JSON-RPC 2.0 authentication using steem blockchain authorities", "devDependencies": { "@types/mocha": "^2.2.47", "@types/node": "^9.3.0", "dsteem": "^0.8.5", "mocha": "^5.0.0", "mocha-junit-reporter": "^1.16.0", "node-fetch": "^1.7.3", "nsp": "^3.1.0", "nyc": "^11.4.1", "ts-node": "^4.1.0", "tslint": "^5.9.1", "typescript": "^2.6.2" }, "engines": { "node": ">=8" }, "files": [ "lib/*" ], "license": "MIT", "main": "./lib/index", "name": "@steemit/rpc-auth", "scripts": { "prepublish": "make lib", "test": "make ci-test" }, "typings": "./lib/index", "version": "1.1.1" }