{ "name": "search-query-parser", "version": "1.4.0", "description": "Parser for advanced search query syntax", "main": "index.js", "scripts": { "test": "mocha -R spec" }, "repository": { "type": "git", "url": "git://github.com/nepsilon/search-query-parser" }, "keywords": [ "search syntax parser", "query syntax parser", "query", "parser", "search query", "search" ], "license": "MIT", "bugs": { "url": "https://github.com/nepsilon/search-query-parser/issues" }, "homepage": "https://github.com/nepsilon/search-query-parser", "devDependencies": { "mocha": "*", "should": "^3.2.0", "typescript": "^3.3.3333" } }