UNPKG

3.07 kBJSONView Raw
1{
2 "author": {
3 "name": "Spencer Alger",
4 "company": "Elasticsearch BV"
5 },
6 "name": "elasticsearch",
7 "description": "The official low-level Elasticsearch client for Node.js and the browser.",
8 "main": "src/elasticsearch.js",
9 "homepage": "https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/16.x/index.html",
10 "version": "16.7.1",
11 "keywords": [
12 "elasticsearch",
13 "mapping",
14 "REST"
15 ],
16 "scripts": {
17 "test": "grunt test",
18 "generate": "node scripts/generate",
19 "grunt": "grunt",
20 "lint": "node scripts/eslint"
21 },
22 "browser": {
23 "./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
24 "./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
25 "./src/lib/apis/index.js": "./src/lib/apis/browser_index.js",
26 "./test/mocks/server.js": "./test/mocks/browser_server.js"
27 },
28 "config": {
29 "blanket": {
30 "pattern": "specified in test/unit/coverage.js"
31 },
32 "default_api_branch": "7.6",
33 "supported_es_branches": [
34 "7.6",
35 "7.5",
36 "7.4",
37 "7.3",
38 "7.2",
39 "7.1",
40 "7.0",
41 "6.8",
42 "5.6"
43 ],
44 "unstable_es_branches": [
45 "7.7",
46 "7.x",
47 "master"
48 ]
49 },
50 "devDependencies": {
51 "@babel/core": "^7.0.0-beta.41",
52 "@babel/preset-env": "^7.0.0-beta.41",
53 "acorn": "^6.2.0",
54 "aliasify": "^2.1.0",
55 "async": "~0.8.0",
56 "aws-sdk": "2.489.0",
57 "babel-eslint": "^8.2.2",
58 "babel-loader": "^8.0.0-beta",
59 "backport": "^3.0.2",
60 "blanket": "^1.2.3",
61 "bluebird": "^2.9.14",
62 "browserify": "^16.1.1",
63 "eslint": "6.0.1",
64 "eslint-config-prettier": "6.0.0",
65 "eslint-config-standard": "12.0.0",
66 "eslint-plugin-import": "2.18.0",
67 "eslint-plugin-node": "9.1.0",
68 "eslint-plugin-prettier": "3.1.0",
69 "eslint-plugin-promise": "4.2.1",
70 "eslint-plugin-standard": "4.0.0",
71 "expect.js": "^0.3.1",
72 "fast-glob": "^3.0.4",
73 "find-root": "~0.1.1",
74 "grunt": "^1.0.1",
75 "grunt-cli": "^1.2.0",
76 "grunt-contrib-clean": "^1.0.0",
77 "grunt-contrib-compress": "^1.2.0",
78 "grunt-contrib-concat": "^1.0.1",
79 "grunt-contrib-copy": "^1.0.0",
80 "grunt-contrib-uglify": "^1.0.1",
81 "grunt-run": "^0.8.1",
82 "grunt-webpack": "^3.1.1",
83 "jquery": "^3.3.1",
84 "mocha": "^6.1.4",
85 "moment": "^2.13.0",
86 "nock": "^9.2.3",
87 "null-loader": "^0.1.1",
88 "optimist": "~0.6.0",
89 "prettier": "1.18.2",
90 "semver": "^4.3.6",
91 "sinon": "^1.17.4",
92 "split": "~0.3.2",
93 "through2": "~0.6.3",
94 "through2-map": "~1.4.0",
95 "webpack": "^3.10.0"
96 },
97 "license": "Apache-2.0",
98 "dependencies": {
99 "agentkeepalive": "^3.4.1",
100 "chalk": "^1.0.0",
101 "lodash": "^4.17.10"
102 },
103 "resolutions": {
104 "grunt-webpack/deep-for-each": "https://github.com/spalger/js-deep-for-each/releases/download/v2.0.2-fix-missing-lodash-dep/deep-for-each-2.0.2.tgz"
105 },
106 "repository": {
107 "type": "git",
108 "url": "https://github.com/elastic/elasticsearch-js-legacy.git"
109 },
110 "engines": {
111 "node": ">=0.8"
112 }
113}
\No newline at end of file