2025-04-19 15:38:48 +08:00

72 lines
1.6 KiB
JSON

{
"_from": "bitcoin@^3.0.3",
"_id": "bitcoin@3.0.3",
"_inBundle": false,
"_integrity": "sha512-ffUbJRG5CmPhEo+AtWTkH7T52jKvTHsDWR8Tg5wac8he/R0BDCh6iyKrCNZDh//9/25sLa/XQ2GMhmdNhFvBsQ==",
"_location": "/bitcoin",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "bitcoin@^3.0.3",
"name": "bitcoin",
"escapedName": "bitcoin",
"rawSpec": "^3.0.3",
"saveSpec": null,
"fetchSpec": "^3.0.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmmirror.com/bitcoin/-/bitcoin-3.0.3.tgz",
"_shasum": "a46b73d8641288a20ade07123285eeb927d4e2ff",
"_spec": "bitcoin@^3.0.3",
"_where": "D:\\ruyi\\案例",
"author": {
"name": "William Casarin",
"email": "jb55@jb55.com"
},
"bugs": {
"url": "https://github.com/jb55/node-bitcoin/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Sean Lavine",
"email": "sean@eternalrise.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "Communicate with bitcoind via JSON-RPC",
"devDependencies": {
"clone": "^1.0.2",
"mocha": "^2.3.3",
"standard": "^5.3.1"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">= 0.10.0"
},
"homepage": "https://github.com/jb55/node-bitcoin",
"keywords": [
"bitcoin",
"rpc"
],
"license": "Unlicense",
"main": "lib/index.js",
"name": "bitcoin",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/jb55/node-bitcoin.git"
},
"scripts": {
"pretest": "standard --verbose",
"test": "make test"
},
"version": "3.0.3"
}