{
  "_args": [
    [
      "comment-json@4.1.1",
      "C:\\xampp\\htdocs\\agent-happy-grains"
    ]
  ],
  "_development": true,
  "_from": "comment-json@4.1.1",
  "_id": "comment-json@4.1.1",
  "_inBundle": false,
  "_integrity": "sha512-v8gmtPvxhBlhdRBLwdHSjGy9BgA23t9H1FctdQKyUrErPjSrJcdDMqBq9B4Irtm7w3TNYLQJNH6ARKnpyag1sA==",
  "_location": "/comment-json",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "comment-json@4.1.1",
    "name": "comment-json",
    "escapedName": "comment-json",
    "rawSpec": "4.1.1",
    "saveSpec": null,
    "fetchSpec": "4.1.1"
  },
  "_requiredBy": [
    "/cspell",
    "/cspell-lib"
  ],
  "_resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.1.1.tgz",
  "_spec": "4.1.1",
  "_where": "C:\\xampp\\htdocs\\agent-happy-grains",
  "author": {
    "name": "kaelzhang"
  },
  "ava": {
    "files": [
      "test/*.test.js"
    ]
  },
  "bugs": {
    "url": "https://github.com/kaelzhang/node-comment-json/issues"
  },
  "dependencies": {
    "array-timsort": "^1.0.3",
    "core-util-is": "^1.0.2",
    "esprima": "^4.0.1",
    "has-own-prop": "^2.0.0",
    "repeat-string": "^1.6.1"
  },
  "description": "Parse and stringify JSON with comments. It will retain comments even after saved!",
  "devDependencies": {
    "@ostai/eslint-config": "^3.5.0",
    "ava": "^3.13.0",
    "codecov": "^3.7.2",
    "eslint": "^7.10.0",
    "eslint-plugin-import": "^2.22.1",
    "nyc": "^15.1.0",
    "test-fixture": "^2.4.1",
    "typescript": "^4.0.3"
  },
  "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 test/ts/test-ts.ts && node test/ts/test-ts.js"
  },
  "version": "4.1.1"
}
