{
  "_from": "jsonc-parser@3.2.1",
  "_id": "jsonc-parser@3.2.1",
  "_inBundle": false,
  "_integrity": "sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==",
  "_location": "/jsonc-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsonc-parser@3.2.1",
    "name": "jsonc-parser",
    "escapedName": "jsonc-parser",
    "rawSpec": "3.2.1",
    "saveSpec": null,
    "fetchSpec": "3.2.1"
  },
  "_requiredBy": [
    "/@angular-devkit/core",
    "/@angular-devkit/schematics"
  ],
  "_resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.1.tgz",
  "_shasum": "031904571ccf929d7670ee8c547545081cb37f1a",
  "_spec": "jsonc-parser@3.2.1",
  "_where": "/home/kattop/public_html/rafique/api/node_modules/@angular-devkit/core",
  "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": "^10.0.6",
    "@types/node": "^16.x",
    "@typescript-eslint/eslint-plugin": "^6.19.1",
    "@typescript-eslint/parser": "^6.19.1",
    "eslint": "^8.56.0",
    "mocha": "^10.2.0",
    "rimraf": "^5.0.5",
    "typescript": "^5.3.3"
  },
  "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",
    "prepack": "npm run clean && npm run compile-esm && npm run test && npm run remove-sourcemap-refs",
    "remove-sourcemap-refs": "node ./build/remove-sourcemap-refs.js",
    "test": "npm run compile && mocha ./lib/umd/test",
    "watch": "tsc -w -p ./src"
  },
  "typings": "./lib/umd/main.d.ts",
  "version": "3.2.1"
}
