{
  "_args": [
    [
      "jsonc-parser@2.3.0",
      "/var/www/mediawiki/extensions/GioExtension"
    ]
  ],
  "_development": true,
  "_from": "jsonc-parser@2.3.0",
  "_id": "jsonc-parser@2.3.0",
  "_inBundle": false,
  "_integrity": "sha512-b0EBt8SWFNnixVdvoR2ZtEGa9ZqLhbJnOjezn+WP+8kspFm+PFYDN8Z4Bc7pRlDjvuVcADSUkroIuTWWn/YiIA==",
  "_location": "/jsonc-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsonc-parser@2.3.0",
    "name": "jsonc-parser",
    "escapedName": "jsonc-parser",
    "rawSpec": "2.3.0",
    "saveSpec": null,
    "fetchSpec": "2.3.0"
  },
  "_requiredBy": [
    "/vscode-json-languageservice"
  ],
  "_resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.3.0.tgz",
  "_spec": "2.3.0",
  "_where": "/var/www/mediawiki/extensions/GioExtension",
  "author": {
    "name": "Microsoft Corporation"
  },
  "bugs": {
    "url": "https://github.com/microsoft/node-jsonc-parser/issues"
  },
  "description": "Scanner and parser for JSON with comments.",
  "devDependencies": {
    "@types/mocha": "^5.2.7",
    "@types/node": "^10.12.12",
    "@typescript-eslint/eslint-plugin": "^2.30.0",
    "@typescript-eslint/parser": "^2.30.0",
    "eslint": "^7.3.1",
    "mocha": "^7.1.2",
    "rimraf": "^3.0.2",
    "typescript": "^3.6.4"
  },
  "homepage": "https://github.com/microsoft/node-jsonc-parser#readme",
  "license": "MIT",
  "main": "./lib/umd/main.js",
  "module": "./lib/esm/main.js",
  "name": "jsonc-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/node-jsonc-parser.git"
  },
  "scripts": {
    "clean": "rimraf lib",
    "compile": "tsc -p ./src && npm run lint",
    "compile-esm": "tsc -p ./src/tsconfig.esm.json",
    "lint": "eslint src/**/*.ts",
    "postpublish": "node ./build/post-publish.js",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
    "preversion": "npm test",
    "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
    "test": "npm run compile && mocha",
    "watch": "tsc -w -p ./src"
  },
  "typings": "./lib/umd/main",
  "version": "2.3.0"
}
