123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- {
- "_args": [
- [
- "@es-joy/jsdoccomment@0.10.8",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "@es-joy/jsdoccomment@0.10.8",
- "_id": "@es-joy/jsdoccomment@0.10.8",
- "_inBundle": false,
- "_integrity": "sha512-3P1JiGL4xaR9PoTKUHa2N/LKwa2/eUdRqGwijMWWgBqbFEqJUVpmaOi2TcjcemrsRMgFLBzQCK4ToPhrSVDiFQ==",
- "_location": "/@es-joy/jsdoccomment",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@es-joy/jsdoccomment@0.10.8",
- "name": "@es-joy/jsdoccomment",
- "escapedName": "@es-joy%2fjsdoccomment",
- "scope": "@es-joy",
- "rawSpec": "0.10.8",
- "saveSpec": null,
- "fetchSpec": "0.10.8"
- },
- "_requiredBy": [
- "/eslint-plugin-jsdoc"
- ],
- "_resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.10.8.tgz",
- "_spec": "0.10.8",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "author": {
- "name": "Brett Zamir",
- "email": "brettz9@yahoo.com"
- },
- "browserslist": [
- "cover 100%"
- ],
- "bugs": {
- "url": "https://github.com/es-joy/jsdoccomment/issues"
- },
- "c8": {
- "checkCoverage": true,
- "branches": 100,
- "statements": 100,
- "lines": 100,
- "functions": 100
- },
- "contributors": [],
- "dependencies": {
- "comment-parser": "1.2.4",
- "esquery": "^1.4.0",
- "jsdoc-type-pratt-parser": "1.1.1"
- },
- "description": "Maintained replacement for ESLint's deprecated SourceCode#getJSDocComment along with other jsdoc utilities",
- "devDependencies": {
- "@babel/core": "^7.15.0",
- "@babel/plugin-syntax-class-properties": "^7.12.13",
- "@babel/preset-env": "^7.15.0",
- "@brettz9/eslint-plugin": "^1.0.3",
- "@rollup/plugin-babel": "^5.3.0",
- "c8": "^7.8.0",
- "chai": "^4.3.4",
- "eslint": "^7.32.0",
- "eslint-config-ash-nazg": "31.2.2",
- "eslint-config-standard": "^16.0.3",
- "eslint-plugin-array-func": "^3.1.7",
- "eslint-plugin-compat": "^3.13.0",
- "eslint-plugin-eslint-comments": "^3.2.0",
- "eslint-plugin-html": "^6.1.2",
- "eslint-plugin-import": "^2.24.2",
- "eslint-plugin-jsdoc": "^36.0.7",
- "eslint-plugin-markdown": "^2.2.0",
- "eslint-plugin-no-unsanitized": "^3.1.5",
- "eslint-plugin-no-use-extend-native": "^0.5.0",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^5.1.0",
- "eslint-plugin-sonarjs": "^0.10.0",
- "eslint-plugin-unicorn": "^35.0.0",
- "mocha": "^9.1.0",
- "rollup": "^2.56.3"
- },
- "engines": {
- "node": "^12 || ^14 || ^16"
- },
- "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 --parallel --require chai/register-expect",
- "prepublishOnly": "pnpm i && npm run rollup",
- "rollup": "rollup -c",
- "test": "npm run lint && npm run rollup && npm run c8"
- },
- "type": "module",
- "version": "0.10.8"
- }
|