{
  "_args": [
    [
      "@es-joy/jsdoccomment@0.31.0",
      "/data/DATAPROJECTS/bigcommerce/groupbc/bundle-checkout-js-main"
    ]
  ],
  "_development": true,
  "_from": "@es-joy/jsdoccomment@0.31.0",
  "_id": "@es-joy/jsdoccomment@0.31.0",
  "_inBundle": false,
  "_integrity": "sha512-tc1/iuQcnaiSIUVad72PBierDFpsxdUHtEF/OrfqvM1CBAsIoMP51j52jTMb3dXriwhieTo289InzZj72jL3EQ==",
  "_location": "/@es-joy/jsdoccomment",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@es-joy/jsdoccomment@0.31.0",
    "name": "@es-joy/jsdoccomment",
    "escapedName": "@es-joy%2fjsdoccomment",
    "scope": "@es-joy",
    "rawSpec": "0.31.0",
    "saveSpec": null,
    "fetchSpec": "0.31.0"
  },
  "_requiredBy": [
    "/eslint-plugin-jsdoc"
  ],
  "_resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.31.0.tgz",
  "_spec": "0.31.0",
  "_where": "/data/DATAPROJECTS/bigcommerce/groupbc/bundle-checkout-js-main",
  "author": {
    "name": "Brett Zamir",
    "email": "brettz9@yahoo.com"
  },
  "browserslist": [
    "cover 100%"
  ],
  "bugs": {
    "url": "https://github.com/es-joy/jsdoccomment/issues"
  },
  "c8": {
    "reporter": [
      "lcov",
      "text"
    ],
    "checkCoverage": true,
    "branches": 100,
    "statements": 100,
    "lines": 100,
    "functions": 100
  },
  "contributors": [],
  "dependencies": {
    "comment-parser": "1.3.1",
    "esquery": "^1.4.0",
    "jsdoc-type-pratt-parser": "~3.1.0"
  },
  "description": "Maintained replacement for ESLint's deprecated SourceCode#getJSDocComment along with other jsdoc utilities",
  "devDependencies": {
    "@babel/core": "^7.17.12",
    "@babel/plugin-syntax-class-properties": "^7.12.13",
    "@babel/preset-env": "^7.17.12",
    "@brettz9/eslint-plugin": "^1.0.4",
    "@rollup/plugin-babel": "^5.3.1",
    "c8": "^7.11.3",
    "chai": "^4.3.6",
    "eslint": "^8.15.0",
    "eslint-config-ash-nazg": "33.1.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-array-func": "^3.1.7",
    "eslint-plugin-compat": "^4.0.2",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-html": "^6.2.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-jsdoc": "^39.2.9",
    "eslint-plugin-markdown": "^2.2.1",
    "eslint-plugin-n": "^15.2.0",
    "eslint-plugin-no-unsanitized": "^4.0.1",
    "eslint-plugin-no-use-extend-native": "^0.5.0",
    "eslint-plugin-promise": "^6.0.0",
    "eslint-plugin-sonarjs": "^0.13.0",
    "eslint-plugin-unicorn": "^42.0.0",
    "espree": "^9.3.2",
    "estraverse": "^5.3.0",
    "mocha": "^10.0.0",
    "rollup": "^2.74.0"
  },
  "engines": {
    "node": "^14 || ^16 || ^17 || ^18"
  },
  "exports": {
    "import": "./src/index.js",
    "require": "./dist/index.cjs.cjs"
  },
  "homepage": "https://github.com/es-joy/jsdoccomment",
  "keywords": [
    "eslint",
    "sourcecode"
  ],
  "license": "MIT",
  "main": "./dist/index.cjs.cjs",
  "name": "@es-joy/jsdoccomment",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/es-joy/jsdoccomment.git"
  },
  "scripts": {
    "c8": "c8 npm run mocha",
    "eslint": "eslint --ext=js,cjs,md,html .",
    "lint": "npm run eslint --",
    "mocha": "mocha --require chai/register-expect.js",
    "open": "open ./coverage/lcov-report/index.html",
    "rollup": "rollup -c",
    "test": "npm run lint && npm run rollup && npm run c8"
  },
  "type": "module",
  "version": "0.31.0"
}
