{
  "_from": "jsonc-parser@~2.2.0",
  "_id": "jsonc-parser@2.2.1",
  "_inBundle": false,
  "_integrity": "sha512-o6/yDBYccGvTz1+QFevz6l6OBZ2+fMVu2JZ9CIhzsYRX4mjaK5IyX9eldUdCmga16zlgQxyrj5pt9kzuj2C02w==",
  "_location": "/jsonc-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jsonc-parser@~2.2.0",
    "name": "jsonc-parser",
    "escapedName": "jsonc-parser",
    "rawSpec": "~2.2.0",
    "saveSpec": null,
    "fetchSpec": "~2.2.0"
  },
  "_requiredBy": [
    "/markdownlint-cli"
  ],
  "_resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-2.2.1.tgz",
  "_shasum": "db73cd59d78cce28723199466b2a03d1be1df2bc",
  "_spec": "jsonc-parser@~2.2.0",
  "_where": "C:\\Users\\fvers\\Local Sites\\moovelogisticawoocommerce\\app\\public\\wp-content\\plugins\\moove-logistica-for-woocommerce\\node_modules\\markdownlint-cli",
  "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": "^5.2.7",
    "@types/node": "^10.12.12",
    "mocha": "^6.2.2",
    "rimraf": "^3.0.0",
    "tslint": "^5.20.0",
    "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",
    "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 && 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.2.1"
}
