{
  "_from": "comment-json@4.2.5",
  "_id": "comment-json@4.2.5",
  "_inBundle": false,
  "_integrity": "sha512-bKw/r35jR3HGt5PEPm1ljsQQGyCrR8sFGNiN5L+ykDHdpO8Smxkrkla9Yi6NkQyUrb8V54PGhfMs6NrIwtxtdw==",
  "_location": "/comment-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "comment-json@4.2.5",
    "name": "comment-json",
    "escapedName": "comment-json",
    "rawSpec": "4.2.5",
    "saveSpec": null,
    "fetchSpec": "4.2.5"
  },
  "_requiredBy": [
    "/@nestjs/schematics"
  ],
  "_resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.5.tgz",
  "_shasum": "482e085f759c2704b60bc6f97f55b8c01bc41e70",
  "_spec": "comment-json@4.2.5",
  "_where": "/home/kattop/public_html/rafique/api/node_modules/@nestjs/schematics",
  "author": {
    "name": "kaelzhang"
  },
  "ava": {
    "files": [
      "test/*.test.js"
    ]
  },
  "bugs": {
    "url": "https://github.com/kaelzhang/node-comment-json/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array-timsort": "^1.0.3",
    "core-util-is": "^1.0.3",
    "esprima": "^4.0.1",
    "has-own-prop": "^2.0.0",
    "repeat-string": "^1.6.1"
  },
  "deprecated": false,
  "description": "Parse and stringify JSON with comments. It will retain comments even after saved!",
  "devDependencies": {
    "@ostai/eslint-config": "^3.6.0",
    "ava": "^4.0.1",
    "codecov": "^3.8.2",
    "eslint": "^8.8.0",
    "eslint-plugin-import": "^2.25.4",
    "nyc": "^15.1.0",
    "test-fixture": "^2.4.1",
    "typescript": "^4.5.5"
  },
  "engines": {
    "node": ">= 6"
  },
  "files": [
    "src/",
    "index.d.ts"
  ],
  "homepage": "https://github.com/kaelzhang/node-comment-json#readme",
  "keywords": [
    "comment-json",
    "comments",
    "annotations",
    "json",
    "json-stringify",
    "json-parse",
    "parser",
    "comments-json",
    "json-comments"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "comment-json",
  "repository": {
    "type": "git",
    "url": "git://github.com/kaelzhang/node-comment-json.git"
  },
  "scripts": {
    "fix": "eslint . --fix",
    "lint": "eslint .",
    "posttest": "npm run report",
    "report": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "report:dev": "nyc report --reporter=html && npm run report:open",
    "report:open": "open coverage/index.html",
    "test": "npm run test:only",
    "test:dev": "npm run test:only && npm run report:dev",
    "test:node": "NODE_DEBUG=comment-json nyc ava --timeout=10s --verbose",
    "test:only": "npm run test:ts && npm run test:node",
    "test:ts": "tsc -b test/ts/tsconfig.build.json && node test/ts/test-ts.js"
  },
  "types": "index.d.ts",
  "version": "4.2.5"
}
