{ "_args": [ [ "comment-parser@1.2.4", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "comment-parser@1.2.4", "_id": "comment-parser@1.2.4", "_inBundle": false, "_integrity": "sha512-pm0b+qv+CkWNriSTMsfnjChF9kH0kxz55y44Wo5le9qLxMj5xDQAaEd9ZN1ovSuk9CsrncWaFwgpOMg7ClJwkw==", "_location": "/comment-parser", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "comment-parser@1.2.4", "name": "comment-parser", "escapedName": "comment-parser", "rawSpec": "1.2.4", "saveSpec": null, "fetchSpec": "1.2.4" }, "_requiredBy": [ "/@es-joy/jsdoccomment", "/eslint-plugin-jsdoc" ], "_resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.2.4.tgz", "_spec": "1.2.4", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Sergiy Yavorsky", "email": "sergiy@yavorsky.me", "url": "https://github.com/syavorsky" }, "bugs": { "url": "https://github.com/syavorsky/comment-parser/issues" }, "contributors": [ { "name": "Alexej Yaroshevich", "url": "https://github.com/zxqfox" }, { "name": "Andre Wachsmuth", "url": "https://github.com/blutorange" }, { "name": "Brett Zamir", "url": "https://github.com/brettz9" }, { "name": "Dieter Oberkofler", "url": "https://github.com/doberkofler" }, { "name": "Evgeny Reznichenko", "url": "https://github.com/zxcabs" }, { "name": "Javier \"Ciberma\" Mora", "url": "https://github.com/jhm-ciberman" }, { "name": "Jordan Harband", "url": "https://github.com/ljharb" }, { "name": "tengattack", "url": "https://github.com/tengattack" }, { "name": "Jayden Seric", "url": "https://github.com/jaydenseric" } ], "dependencies": {}, "description": "Generic JSDoc-like comment parser", "devDependencies": { "@types/jest": "^26.0.23", "convert-extension": "^0.3.0", "jest": "^27.0.5", "prettier": "2.3.1", "replace": "^1.2.1", "rimraf": "^3.0.2", "rollup": "^2.52.2", "ts-jest": "^27.0.3", "typescript": "^4.3.4" }, "directories": { "test": "tests" }, "engines": { "node": ">= 12.0.0" }, "exports": { ".": { "import": "./es6/index.js", "require": "./lib/index.cjs" }, "./primitives": { "import": "./es6/primitives.js", "require": "./lib/primitives.cjs" }, "./util": { "import": "./es6/util.js", "require": "./lib/util.cjs" }, "./parser/*": { "import": "./es6/parser/*.js", "require": "./lib/parser/*.cjs" }, "./stringifier/*": { "import": "./es6/stringifier/*.js", "require": "./lib/stringifier/*.cjs" }, "./transforms/*": { "import": "./es6/transforms/*.js", "require": "./lib/transforms/*.cjs" } }, "homepage": "https://github.com/syavorsky/comment-parser", "keywords": [ "jsdoc", "comments", "parser" ], "license": "MIT", "main": "lib/index.cjs", "name": "comment-parser", "repository": { "type": "git", "url": "git+ssh://git@github.com/yavorskiy/comment-parser.git" }, "scripts": { "build": "rimraf lib es6 browser; tsc -p tsconfig.json && tsc -p tsconfig.node.json && rollup -o browser/index.js -f iife --context window -n CommentParser es6/index.js && convert-extension cjs lib/ && cd es6 && replace \"from '(\\.[^']*)'\" \"from '\\$1.js'\" * -r --include=\"*.js\"", "format": "prettier --write src tests", "pretest": "rimraf coverage; npm run build", "preversion": "npm run build", "test": "prettier --check src tests && jest --verbose" }, "type": "module", "types": "lib/index.d.ts", "version": "1.2.4" }