{"name":"kafkajs","version":"1.9.2","description":"A modern Apache Kafka client for node.js","author":{"name":"Tulio Ornelas","email":"ornelas.tulio@gmail.com"},"main":"index.js","types":"types/index.d.ts","license":"MIT","keywords":["kafka","sasl","scram"],"engines":{"node":">=8.6.0"},"repository":{"type":"git","url":"git+https://github.com/tulios/kafkajs.git"},"bugs":{"url":"https://github.com/tulios/kafkajs/issues"},"homepage":"https://kafka.js.org","scripts":{"jest":"export KAFKA_VERSION=${KAFKA_VERSION:='2.2'} && NODE_ENV=test echo \"KAFKA_VERSION: ${KAFKA_VERSION}\" && KAFKAJS_DEBUG_PROTOCOL_BUFFERS=1 ./node_modules/.bin/jest","test:local":"yarn jest --detectOpenHandles","test:debug":"NODE_ENV=test KAFKAJS_DEBUG_PROTOCOL_BUFFERS=1 node --inspect-brk node_modules/.bin/jest --detectOpenHandles --runInBand --watch","test:local:watch":"yarn test:local --watch","test":"yarn lint && JEST_JUNIT_OUTPUT=test-report.xml ./scripts/testWithKafka.sh 'yarn jest --ci --maxWorkers=4 --no-watchman --forceExit'","lint":"find . -path ./node_modules -prune -o -path ./coverage -prune -o -path ./website -prune -o -name '*.js' -print0 | xargs -0 ./node_modules/.bin/eslint","format":"find . -path ./node_modules -prune -o -path ./coverage -prune -o -path ./website -prune -o -name '*.js' -print0 | xargs -0 ./node_modules/.bin/prettier --write","precommit":"lint-staged","test:group:broker":"yarn jest --forceExit --testPathPattern 'src/broker/.*'","test:group:admin":"yarn jest --forceExit --testPathPattern 'src/admin/.*'","test:group:producer":"yarn jest --forceExit --testPathPattern 'src/producer/.*'","test:group:consumer":"yarn jest --forceExit --testPathPattern 'src/consumer/.*.spec.js'","test:group:others":"yarn jest --forceExit --testPathPattern 'src/(?!(broker|admin|producer|consumer)/).*'","test:group:broker:ci":"JEST_JUNIT_OUTPUT=test-report.xml ./scripts/testWithKafka.sh \"yarn test:group:broker --ci --maxWorkers=4 --no-watchman\"","test:group:admin:ci":"JEST_JUNIT_OUTPUT=test-report.xml ./scripts/testWithKafka.sh \"yarn test:group:admin --ci --maxWorkers=4 --no-watchman\"","test:group:producer:ci":"JEST_JUNIT_OUTPUT=test-report.xml ./scripts/testWithKafka.sh \"yarn test:group:producer --ci --maxWorkers=4 --no-watchman\"","test:group:consumer:ci":"JEST_JUNIT_OUTPUT=test-report.xml ./scripts/testWithKafka.sh \"yarn test:group:consumer --ci --maxWorkers=4 --no-watchman\"","test:group:others:ci":"JEST_JUNIT_OUTPUT=test-report.xml ./scripts/testWithKafka.sh \"yarn test:group:others --ci --maxWorkers=4 --no-watchman\"","test:types":"tsc -p types/"},"devDependencies":{"@types/node":"^12.0.8","@typescript-eslint/typescript-estree":"^1.10.2","eslint":"^5.9.0","eslint-config-prettier":"^3.3.0","eslint-config-standard":"^12.0.0","eslint-plugin-import":"^2.14.0","eslint-plugin-node":"^8.0.0","eslint-plugin-prettier":"^3.0.0","eslint-plugin-promise":"^4.0.1","eslint-plugin-standard":"^4.0.0","execa":"^0.8.0","glob":"^7.1.2","husky":"^0.14.3","ip":"^1.1.5","jest":"^24.0.0","jest-extended":"^0.11.0","jest-junit":"^5.1.0","lint-staged":"^6.0.0","mockdate":"^2.0.2","prettier":"^1.15.2","semver":"^6.0.0","typescript":"^3.5.1","uuid":"^3.3.2"},"dependencies":{"long":"^4.0.0"},"lint-staged":{"*.js":["prettier --write","git add"]},"gitHead":"fd138411eaee3116b7992a13f7e3c6faa9251221","_id":"kafkajs@1.9.2","_npmVersion":"6.4.1","_nodeVersion":"8.16.0","_npmUser":{"name":"tulios","email":"ornelas.tulio@gmail.com"},"dist":{"shasum":"ea5726dfb6f30330cbb56e60727c70725f887b4d","size":98201,"noattachment":false,"key":"/kafkajs/-/kafkajs-1.9.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/kafkajs/download/kafkajs-1.9.2.tgz"},"maintainers":[{"name":"nevon","email":""},{"name":"tulios","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/kafkajs_1.9.2_1561541436959_0.28537720421259993"},"_hasShrinkwrap":false,"publish_time":1561541437094,"_cnpm_publish_time":1561541437094,"_cnpmcore_publish_time":"2021-12-16T20:03:39.660Z","dist-tags":{"beta":"2.3.0-beta.3","latest":"2.2.4"}}