@elastic/elasticsearch-mock
Version:
Mock utility for the Elasticsearch's Node.js client
50 lines (49 loc) • 1.3 kB
JSON
{
"name": "@elastic/elasticsearch-mock",
"version": "2.1.0",
"description": "Mock utility for the Elasticsearch's Node.js client",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "standard && ava -v && tsd",
"coverage:report": "nyc ava && nyc report --reporter=lcov && echo \"\n==> open coverage/lcov-report/index.html\"",
"coverage:check": "nyc ava && nyc check-coverage --branches=100 --lines=100 --functions=100 --statements=100"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elastic/elasticsearch-js-mock.git"
},
"keywords": [
"elasticsearch",
"elastic",
"kibana",
"mapping",
"REST",
"search",
"client",
"index",
"mock",
"test",
"stub",
"sinon"
],
"author": "Tomas Della Vedova",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/elastic/elasticsearch-js-mock/issues"
},
"homepage": "https://github.com/elastic/elasticsearch-js-mock#readme",
"devDependencies": {
"@elastic/elasticsearch": "9.0.0",
"ava": "6.2.0",
"node-abort-controller": "3.1.1",
"nyc": "17.1.0",
"standard": "17.1.2",
"tsd": "0.32.0"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"find-my-way": "^9.3.0",
"into-stream": "^6.0.0"
}
}