HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/share/opensearch-dashboards/node_modules/lucene/package.json
{
  "name": "lucene",
  "version": "2.1.1",
  "description": "Lucene query parser and formatter for JavaScript created using PEG.js",
  "main": "lib/lucene.js",
  "files": [
    "lib"
  ],
  "scripts": {
    "build": "cat lib/lucene.grammar | pegjs > ./lib/queryParser.js",
    "test": "npm run build && mocha --exit && eslint lib test",
    "prepublish": "npm run build && npm test",
    "precommit": "npm test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bripkens/lucene.git"
  },
  "keywords": [
    "lucene",
    "query",
    "parser",
    "pegjs",
    "formatter"
  ],
  "author": {
    "name": "Ben Ripkens",
    "email": "bripkens@gmail.com",
    "url": "http://github.com/bripkens"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bripkens/lucene/issues"
  },
  "devDependencies": {
    "babel-eslint": "^7.1.1",
    "chai": "^3.5.0",
    "coveralls": "^3.0.5",
    "eslint": "^6.1.0",
    "husky": "^0.12.0",
    "istanbul": "^0.4.5",
    "mocha": "^6.2.0",
    "pegjs": "^0.10.0"
  }
}