{
  "_from": "vscode-textmate@^8.0.0",
  "_id": "vscode-textmate@8.0.0",
  "_inBundle": false,
  "_integrity": "sha512-AFbieoL7a5LMqcnOF04ji+rpXadgOXnZsxQr//r83kLPr7biP7am3g9zbaZIaBGwBRWeSvoMD4mgPdX3e4NWBg==",
  "_location": "/vscode-textmate",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "vscode-textmate@^8.0.0",
    "name": "vscode-textmate",
    "escapedName": "vscode-textmate",
    "rawSpec": "^8.0.0",
    "saveSpec": null,
    "fetchSpec": "^8.0.0"
  },
  "_requiredBy": [
    "/shiki"
  ],
  "_resolved": "https://registry.npmjs.org/vscode-textmate/-/vscode-textmate-8.0.0.tgz",
  "_shasum": "2c7a3b1163ef0441097e0b5d6389cd5504b59e5d",
  "_spec": "vscode-textmate@^8.0.0",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/shiki",
  "author": {
    "name": "Microsoft Corporation"
  },
  "bugs": {
    "url": "https://github.com/microsoft/vscode-textmate/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "VSCode TextMate grammar helpers",
  "devDependencies": {
    "@types/mocha": "^9.1.0",
    "@types/node": "^16.6.1",
    "copy-webpack-plugin": "^9.1.0",
    "mocha": "^9.2.2",
    "typescript": "^4.3.5",
    "vscode-oniguruma": "^1.5.1",
    "webpack": "^5.50.0",
    "webpack-cli": "^4.8.0"
  },
  "homepage": "https://github.com/microsoft/vscode-textmate#readme",
  "license": "MIT",
  "main": "./release/main.js",
  "name": "vscode-textmate",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/vscode-textmate.git"
  },
  "scripts": {
    "benchmark": "node benchmark/benchmark.js",
    "bundle": "webpack",
    "compile": "tsc",
    "inspect": "node out/tests/inspect.js",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "tsc && webpack --progress",
    "test": "mocha --ui=tdd ./out/tests/all.test.js",
    "tmconvert": "node scripts/tmconvert.js",
    "version": "npm run compile && npm run test",
    "watch": "tsc --watch"
  },
  "typings": "./release/main.d.ts",
  "version": "8.0.0"
}
