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/brace/package.json
{
  "name": "brace",
  "version": "0.11.1",
  "description": "browserify compatible version of the ace editor.",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "update": "(cd build && node ./update && node ./update-ts)",
    "test": "browserify test/*.js > test/bundle.js --debug && opener test/index.html"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/brace.git"
  },
  "homepage": "https://github.com/thlorenz/brace",
  "dependencies": {},
  "devDependencies": {
    "browserify": "~4.2.0",
    "opener": "~1.3.0",
    "shelljs": "~0.2.6",
    "tape": "~4.0.0",
    "uglify-js": "~2.2.5"
  },
  "keywords": [
    "ace",
    "editor",
    "browser",
    "package",
    "bundle",
    "inline",
    "browserify"
  ],
  "author": {
    "name": "Thorsten Lorenz",
    "email": "thlorenz@gmx.de",
    "url": "http://thlorenz.com"
  },
  "license": "MIT",
  "engine": {
    "node": ">=0.6"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/21..latest",
      "firefox/nightly",
      "chrome/26..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  }
}