You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

73 lines
2.0 KiB

{
"_from": "node-zookeeper-client@~0.2.2",
"_id": "node-zookeeper-client@0.2.3",
"_inBundle": false,
"_integrity": "sha512-V4gVHxzQ42iwhkANpPryzfjmqi3Ql3xeO9E/px7W5Yi774WplU3YtqUpnvcL/eJit4UqcfuLOgZLkpf0BPhHmg==",
"_location": "/node-zookeeper-client",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-zookeeper-client@~0.2.2",
"name": "node-zookeeper-client",
"escapedName": "node-zookeeper-client",
"rawSpec": "~0.2.2",
"saveSpec": null,
"fetchSpec": "~0.2.2"
},
"_requiredBy": [
"/kafka-node"
],
"_resolved": "https://registry.npmjs.org/node-zookeeper-client/-/node-zookeeper-client-0.2.3.tgz",
"_shasum": "48c79129c56b8e898df9bd3bdad9e27dcad63851",
"_spec": "node-zookeeper-client@~0.2.2",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/kafka-node",
"author": {
"name": "Alex Guan",
"email": "alex.guan@gmail.com"
},
"bugs": {
"url": "https://github.com/alexguan/node-zookeeper-client/issues"
},
"bundleDependencies": false,
"dependencies": {
"async": "~0.2.7",
"underscore": "~1.4.4"
},
"deprecated": false,
"description": "A pure Javascript ZooKeeper client for Node.js.",
"devDependencies": {
"chai": "~1.5.0",
"eslint": "^3.2.0",
"istanbul": "~0.1.34",
"mocha": "~1.9.0"
},
"engines": {
"node": ">=0.6.0"
},
"homepage": "https://github.com/alexguan/node-zookeeper-client#readme",
"keywords": [
"zookeeper",
"client",
"pure",
"javascript"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/alexguan/node-zookeeper-client/raw/master/LICENSE"
}
],
"main": "index.js",
"name": "node-zookeeper-client",
"repository": {
"type": "git",
"url": "git+https://github.com/alexguan/node-zookeeper-client.git"
},
"scripts": {
"coverage": "istanbul cover _mocha --recursive test/*",
"pretest": "eslint index.js lib/*.js lib/jute/*.js",
"test": "mocha --recursive --reporter spec test/*"
},
"version": "0.2.3"
}