{
  "_from": "vscode-oniguruma@^1.7.0",
  "_id": "vscode-oniguruma@1.7.0",
  "_inBundle": false,
  "_integrity": "sha512-L9WMGRfrjOhgHSdOYgCt/yRMsXzLDJSL7BPrOZt73gU0iWO4mpqzqQzOz5srxqTvMBaR0XZTSrVWo4j55Rc6cA==",
  "_location": "/vscode-oniguruma",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vscode-oniguruma@^1.7.0",
    "name": "vscode-oniguruma",
    "escapedName": "vscode-oniguruma",
    "rawSpec": "^1.7.0",
    "saveSpec": null,
    "fetchSpec": "^1.7.0"
  },
  "_requiredBy": [
    "/shiki"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-oniguruma/-/vscode-oniguruma-1.7.0.tgz",
  "_shasum": "439bfad8fe71abd7798338d1cd3dc53a8beea94b",
  "_spec": "vscode-oniguruma@^1.7.0",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/shiki",
  "author": {
    "name": "Microsoft Corporation"
  },
  "bugs": {
    "url": "https://github.com/microsoft/vscode-oniguruma/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "VSCode oniguruma bindings",
  "devDependencies": {
    "@types/mocha": "^10.0.0",
    "@types/node": "^18.11.9",
    "mocha": "^10.1.0",
    "typescript": "^4.9.3",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.0"
  },
  "homepage": "https://github.com/microsoft/vscode-oniguruma#readme",
  "license": "MIT",
  "main": "release/main.js",
  "name": "vscode-oniguruma",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/vscode-oniguruma.git"
  },
  "scripts": {
    "build-onig": "cd deps/oniguruma && autoreconf -vfi && emconfigure ./configure && make clean && emmake make",
    "build-tsc": "tsc -p tsconfig.json",
    "build-wasm": "./scripts/build.sh",
    "package": "npm run build-tsc && webpack && node ./scripts/cp ./out/onig.wasm ./release/onig.wasm",
    "prepublishOnly": "npm run package",
    "test": "mocha --ui=tdd ./out/test/index.test.js",
    "watch-tsc": "tsc -w -p tsconfig.json"
  },
  "typings": "main.d.ts",
  "version": "1.7.0"
}
