Files
Cloud-book/node_modules/dnode/package.json
2025-08-27 17:10:05 +08:00

124 lines
2.9 KiB
JSON

{
"_args": [
[
{
"name": "dnode",
"raw": "dnode@>=1.2.2",
"rawSpec": ">=1.2.2",
"scope": null,
"spec": ">=1.2.2",
"type": "range"
},
"/root/gitbook/node_modules/phantom"
]
],
"_from": "dnode@>=1.2.2",
"_id": "dnode@1.2.2",
"_inCache": true,
"_installable": true,
"_location": "/dnode",
"_nodeVersion": "0.12.7",
"_npmUser": {
"email": "seethroughtrees+npm@gmail.com",
"name": "seethroughtrees"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"name": "dnode",
"raw": "dnode@>=1.2.2",
"rawSpec": ">=1.2.2",
"scope": null,
"spec": ">=1.2.2",
"type": "range"
},
"_requiredBy": [
"/phantom"
],
"_resolved": "https://registry.npmjs.org/dnode/-/dnode-1.2.2.tgz",
"_shasum": "4ac3cfe26e292b3b39b8258ae7d94edc58132efa",
"_shrinkwrap": null,
"_spec": "dnode@>=1.2.2",
"_where": "/root/gitbook/node_modules/phantom",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"browserify": "browser.js",
"bugs": {
"url": "https://github.com/substack/dnode/issues"
},
"dependencies": {
"dnode-protocol": "~0.2.2",
"jsonify": "~0.0.0",
"weak": "^1.0.0"
},
"description": "freestyle rpc",
"devDependencies": {
"tape": "~2.3.2"
},
"directories": {},
"dist": {
"integrity": "sha512-OGTysjAH1/hElDKfQb4nS5syzETTc9MWPv1BgAqeKEBpSb+1PBaOxs+n6Uh+Lm1Xh+dwyybDby6t/yP1VFbhag==",
"shasum": "4ac3cfe26e292b3b39b8258ae7d94edc58132efa",
"signatures": [
{
"keyid": "SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA",
"sig": "MEUCIG1dz8IkT2haAQfnmejvNy+JOhDgprORru2zTJDjIAlJAiEAnFniKP+2kd4sgqOejmWypaBZc6njlImJ3RuMc5dp9Iw="
}
],
"tarball": "https://registry.npmjs.org/dnode/-/dnode-1.2.2.tgz"
},
"engine": {
"node": ">=0.6.0"
},
"gitHead": "32e8a7e36f4603672b17fa4b0fbecc05c66022df",
"homepage": "https://github.com/substack/dnode#readme",
"keywords": [
"rpc",
"callbacks"
],
"main": "./index.js",
"maintainers": [
{
"email": "substack@gmail.com",
"name": "substack"
},
{
"email": "seethroughtrees+npm@gmail.com",
"name": "seethroughtrees"
}
],
"name": "dnode",
"optionalDependencies": {
"weak": "^1.0.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/substack/dnode.git"
},
"scripts": {
"test": "tape test/*.js test/server/*.js"
},
"testling": {
"browsers": [
"ie/6..latest",
"chrome/10",
"chrome/latest",
"chrome/canary",
"firefox/10",
"firefox/latest",
"firefox/nightly",
"safari/latest",
"opera/11.0..latest",
"iphone/6",
"ipad/6",
"android-browser/latest"
],
"files": "test/*.js"
},
"version": "1.2.2"
}