UNPKG

opensearch-browser

Version:

An OpenSearch client supporting the geo and time extensions.

63 lines (62 loc) 2.08 kB
{ "name": "opensearch-browser", "version": "2.0.0-alpha.7", "description": "An OpenSearch client supporting the geo and time extensions.", "main": "dist/index.js", "scripts": { "test": "mochify --transform babelify --transform [ stringify --extensions [.xml] ] test/setup.js test/*js test/formats/*js", "test:watch": "npm run test -- -w", "coverage": "nyc --reporter text --reporter lcovonly --instrument false mochify --transform [ stringify --extensions [.xml] ] --transform [ babelify --ignore [ /.*/test/.* ] --plugins [ babel-plugin-istanbul] ]", "build": "babel src/ -d dist/ && browserify -d -t babelify src/index.js -o dist/opensearch-browserify.js", "watch": "babel src/ -d dist/ -w", "lint": "eslint src test", "docs": "rm -rf docs/*; jsdoc -r src README.md -d docs", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/eoxc/opensearch.git" }, "keywords": [ "OpenSearch", "Geo", "Time" ], "author": "Fabian Schindler <fabian.schindler@eox.at>", "license": "MIT", "bugs": { "url": "https://github.com/eoxc/opensearch/issues" }, "homepage": "https://github.com/eoxc/opensearch", "dependencies": { "event-emitter": "^0.3.5", "isomorphic-fetch": "^3.0.0", "url-parse": "^1.4.7" }, "devDependencies": { "@babel/cli": "^7.22.10", "@babel/core": "^7.22.11", "@babel/eslint-parser": "^7.22.11", "@babel/eslint-plugin": "^7.22.10", "@babel/preset-env": "^7.22.10", "@babel/register": "^7.22.5", "babel-plugin-istanbul": "^6.1.1", "babel-polyfill": "^6.22.0", "babelify": "^10.0.0", "bluebird": "3.7.2", "browserify": "^14.3.0", "chai": "^3.5.0", "coveralls": "^3.1.1", "eslint": "^8.47.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.28.0", "fetch-mock": "^6.4.2", "jsdoc": "^3.5.5", "mochify": "^9.2.0", "nyc": "^15.1.0", "sinon": "^1.17.7", "sinon-chai": "^2.8.0", "stringify": "^5.2.0", "xhr-mock": "^1.9.0" } }