UNPKG

express-elastic-sanitize

Version:
47 lines (46 loc) 1.23 kB
{ "name": "express-elastic-sanitize", "version": "1.0.1", "description": "Elasticsearch input sanitizer for Express", "main": "build/index.js", "engines": { "node": ">=6.9.0" }, "scripts": { "test": "NODE_ENV=test mocha", "lint": "eslint .", "lint:fix": "eslint . --fix", "build": "babel src -d build", "prePublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/riipen/express-elastic-sanitize.git" }, "keywords": [ "Elasticsearch", "Query", "Sanitize", "Express" ], "author": "Jordan Ell", "license": "MIT", "bugs": { "url": "https://github.com/riipen/express-elastic-sanitize/issues" }, "homepage": "https://github.com/riipen/express-elastic-sanitize#readme", "devDependencies": { "@babel/cli": "7.6.4", "@babel/core": "7.6.4", "@babel/preset-env": "7.6.3", "@babel/register": "7.6.2", "babel-eslint": "7.2.3", "babel-plugin-transform-class-properties": "6.24.1", "babel-plugin-transform-es2015-modules-commonjs": "6.24.1", "chai": "4.1.0", "eslint": "6.6.0", "eslint-config-airbnb-base": "11.2.0", "eslint-plugin-import": "2.7.0", "mocha": "8.0.1" } }