67 lines
1.7 KiB
JSON
67 lines
1.7 KiB
JSON
{
|
|
"_from": "eth-lib@^0.1.26",
|
|
"_id": "eth-lib@0.1.29",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-bfttrr3/7gG4E02HoWTDUcDDslN003OlOoBxk9virpAZQ1ja/jDgwkWB8QfJF7ojuEowrqy+lzp9VcJG7/k5bQ==",
|
|
"_location": "/eth-lib",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "eth-lib@^0.1.26",
|
|
"name": "eth-lib",
|
|
"escapedName": "eth-lib",
|
|
"rawSpec": "^0.1.26",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.26"
|
|
},
|
|
"_requiredBy": [
|
|
"/swarm-js"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/eth-lib/-/eth-lib-0.1.29.tgz",
|
|
"_shasum": "0c11f5060d42da9f931eab6199084734f4dbd1d9",
|
|
"_spec": "eth-lib@^0.1.26",
|
|
"_where": "D:\\ruyi\\dapp\\node_modules\\swarm-js",
|
|
"author": {
|
|
"name": "Victor Maia"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/maiavictor/eth-lib/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"bn.js": "^4.11.6",
|
|
"elliptic": "^6.4.0",
|
|
"nano-json-stream-parser": "^0.1.2",
|
|
"servify": "^0.1.12",
|
|
"ws": "^3.0.0",
|
|
"xhr-request-promise": "^0.1.2"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Lightweight Ethereum libraries",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"ethjs-account": "^0.1.1",
|
|
"ethjs-signer": "^0.1.1",
|
|
"forall": "^0.1.1",
|
|
"rlp": "^2.0.0"
|
|
},
|
|
"homepage": "https://github.com/maiavictor/eth-lib#readme",
|
|
"keywords": [
|
|
"ethereum"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "eth-lib",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/maiavictor/eth-lib.git"
|
|
},
|
|
"scripts": {
|
|
"babel": "babel src --out-dir=lib",
|
|
"test": "mocha test/test.js"
|
|
},
|
|
"version": "0.1.29"
|
|
}
|