{
  "_from": "jsonc-parser@^2.1.0",
  "_id": "jsonc-parser@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-n9GrT8rrr2fhvBbANa1g+xFmgGK5X91KFeDwlKQ3+SJfmH5+tKv/M/kahx/TXOMflfWHKGKqKyfHQaLKTNzJ6w==",
  "_location": "/jsonc-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jsonc-parser@^2.1.0",
    "name": "jsonc-parser",
    "escapedName": "jsonc-parser",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/vscode-json-languageservice"
  ],
  "_resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.1.0.tgz",
  "_shasum": "eb0d0c7a3c33048524ce3574c57c7278fb2f1bf3",
  "_spec": "jsonc-parser@^2.1.0",
  "_where": "/home/physikerwelt/git/ag-gipp/vmext/frontend/node_modules/vscode-json-languageservice",
  "author": {
    "name": "Microsoft Corporation"
  },
  "bugs": {
    "url": "https://github.com/Microsoft/node-jsonc-parser/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Scanner and parser for JSON with comments.",
  "devDependencies": {
    "@types/mocha": "^2.2.32",
    "@types/node": "^7.0.43",
    "mocha": "^6.0.2",
    "rimraf": "^2.6.3",
    "tslint": "^5.14.0",
    "typescript": "^3.3.4000"
  },
  "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",
    "compile-esm": "tsc -p ./src/tsconfig.esm.json",
    "postpublish": "node ./build/post-publish.js",
    "postversion": "git push && git push --tags",
    "prepublishOnly": "npm run clean && npm run compile-esm && npm run test",
    "preversion": "npm test",
    "test": "npm run compile && mocha",
    "watch": "tsc -w -p ./src"
  },
  "typings": "./lib/umd/main",
  "version": "2.1.0"
}
