{
  "_from": "comment-json@4.2.3",
  "_id": "comment-json@4.2.3",
  "_inBundle": false,
  "_integrity": "sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==",
  "_location": "/comment-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "comment-json@4.2.3",
    "name": "comment-json",
    "escapedName": "comment-json",
    "rawSpec": "4.2.3",
    "saveSpec": null,
    "fetchSpec": "4.2.3"
  },
  "_requiredBy": [
    "/@nestjs/schematics"
  ],
  "_resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.3.tgz",
  "_shasum": "50b487ebbf43abe44431f575ebda07d30d015365",
  "_spec": "comment-json@4.2.3",
  "_where": "/code/appleanalytics/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"
  },
  "version": "4.2.3"
}
