{"_id":"comment-parser","_rev":"4249713","name":"comment-parser","description":"Generic JSDoc-like comment parser","dist-tags":{"latest":"1.4.6"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"time":{"modified":"2026-03-29T21:54:14.000Z","created":"2014-03-09T08:30:54.041Z","1.4.6":"2026-03-28T20:49:52.014Z","1.4.5":"2026-01-22T20:10:03.436Z","1.4.4":"2026-01-17T22:24:36.175Z","1.4.3":"2026-01-16T23:15:25.929Z","1.4.2":"2026-01-16T22:11:02.287Z","1.4.1":"2023-10-25T02:22:32.537Z","1.4.0":"2023-08-01T06:28:58.933Z","1.3.1":"2022-03-19T06:33:34.607Z","1.3.0":"2021-11-17T06:52:43.245Z","1.2.4":"2021-08-22T20:48:59.738Z","1.2.3":"2021-07-28T06:23:50.147Z","1.2.2":"2021-07-28T06:12:20.725Z","1.2.1":"2021-07-26T06:09:13.591Z","1.2.0":"2021-07-26T05:33:32.409Z","1.1.6-beta.3":"2021-07-24T10:08:46.476Z","1.1.6-beta.2":"2021-07-24T08:32:01.583Z","1.1.6-beta.1":"2021-07-22T06:03:54.575Z","1.1.6-beta.0":"2021-07-05T20:38:30.958Z","1.1.5":"2021-04-22T09:15:57.891Z","1.1.4":"2021-03-23T06:25:15.021Z","1.1.3":"2021-03-20T19:25:31.312Z","1.1.2":"2021-02-07T08:58:22.853Z","1.1.1":"2021-01-18T06:32:35.764Z","1.1.0":"2021-01-17T10:39:53.920Z","1.0.1":"2021-01-08T21:14:39.089Z","1.0.0":"2021-01-06T07:57:31.653Z","1.0.0-beta.2":"2020-12-25T22:38:39.313Z","1.0.0-beta.1":"2020-12-25T22:09:29.818Z","1.0.0-beta.0":"2020-11-16T09:02:20.802Z","1.0.0-beta":"2020-11-16T08:56:11.426Z","0.7.6":"2020-08-15T20:58:32.147Z","0.7.5":"2020-05-30T05:10:19.638Z","0.7.4":"2020-05-06T08:27:37.994Z","0.7.3":"2020-05-06T06:41:19.640Z","0.7.2":"2019-12-19T19:09:04.795Z","0.7.1":"2019-12-04T05:38:04.286Z","0.7.0":"2019-11-03T03:20:51.830Z","0.6.2":"2019-08-19T06:07:15.987Z","0.6.1":"2019-07-16T22:18:38.735Z","0.6.0":"2019-07-15T21:40:03.103Z","0.5.5":"2019-06-20T05:26:32.347Z","0.5.4":"2019-01-07T10:40:25.952Z","0.5.3":"2019-01-06T18:09:24.679Z","0.5.2":"2019-01-02T10:27:02.752Z","0.5.1":"2018-12-09T21:54:51.871Z","0.5.0":"2017-11-09T03:10:47.088Z","0.4.2":"2017-09-24T00:26:14.581Z","0.4.1":"2017-09-19T07:20:29.649Z","0.3.2":"2017-07-12T16:39:33.649Z","0.4.0":"2016-02-08T18:49:31.695Z","0.3.1":"2015-11-25T16:50:08.959Z","0.3.0":"2015-01-26T08:30:09.604Z","0.2.4":"2015-01-06T20:21:50.801Z","0.2.3":"2014-11-26T20:12:59.536Z","0.2.2":"2014-11-04T03:47:59.057Z","0.2.1":"2014-11-02T18:37:21.828Z","0.2.0":"2014-09-21T21:52:56.952Z","0.1.2":"2014-03-12T06:14:06.201Z","0.1.1":"2014-03-10T07:59:49.575Z","0.1.0":"2014-03-09T08:30:54.041Z"},"users":{"pandao":true,"panta82":true},"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"versions":{"1.4.6":{"name":"comment-parser","version":"1.4.6","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.cjs","publishConfig":{"access":"public"},"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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@changesets/cli":"^2.29.8","@types/jest":"^30.0.0","convert-extension":"^0.3.0","jest":"^30.1.3","prettier":"3.6.2","rimraf":"^6.0.1","rollup":"^4.52.0","ts-jest":"^29.4.4","typescript":"^5.9.2"},"engines":{"node":">= 12.0.0"},"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/","format":"prettier --write src tests","pretest":"rimraf coverage; npm run build","test":"prettier --check src tests && jest --verbose","preversion":"npm run build","prepare":"npm run build","prepublishOnly":"npm run build","release:add":"changeset","release:version":"git pull origin main && changeset version && npm install && git add . && git commit -m \"release v$(node -p \"require('./package.json').version\")\"","release:publish":"git pull origin main && changeset publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"contributors":[{"name":"Alex Grozav","url":"https://github.com/alexgrozav"},{"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":"Jayden Seric","url":"https://github.com/jaydenseric"},{"name":"Jordan Harband","url":"https://github.com/ljharb"},{"name":"tengattack","url":"https://github.com/tengattack"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","gitHead":"e6415d55e63424fe9b946a5ed23e75de75d483a1","_id":"comment-parser@1.4.6","_nodeVersion":"24.14.0","_npmVersion":"11.9.0","dist":{"shasum":"49a6b1d53fa563324f7577ab8c0b26db4e7d1f9a","size":70468,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.4.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.4.6.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/comment-parser_1.4.6_1774730991870_0.6048795320950895"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-03-28T20:49:52.014Z","publish_time":1774730992014,"_source_registry_name":"default","_cnpm_publish_time":1774730992014},"1.4.5":{"name":"comment-parser","version":"1.4.5","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.cjs","publishConfig":{"access":"public"},"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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@changesets/cli":"^2.29.8","@types/jest":"^30.0.0","convert-extension":"^0.3.0","jest":"^30.1.3","prettier":"3.6.2","rimraf":"^6.0.1","rollup":"^4.52.0","ts-jest":"^29.4.4","typescript":"^5.9.2"},"engines":{"node":">= 12.0.0"},"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/","format":"prettier --write src tests","pretest":"rimraf coverage; npm run build","test":"prettier --check src tests && jest --verbose","preversion":"npm run build","prepare":"npm run build","prepublishOnly":"npm run build","release:add":"changeset","release:version":"git pull origin main && changeset version && npm install && git add . && git commit -m \"release v$(node -p \"require('./package.json').version\")\"","release:publish":"git pull origin main && changeset publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"contributors":[{"name":"Alex Grozav","url":"https://github.com/alexgrozav"},{"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":"Jayden Seric","url":"https://github.com/jaydenseric"},{"name":"Jordan Harband","url":"https://github.com/ljharb"},{"name":"tengattack","url":"https://github.com/tengattack"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","_id":"comment-parser@1.4.5","gitHead":"cdd18d4d60d38f9c77206692224182063336673b","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"shasum":"6c595cd090737a1010fe5ff40d86e1d21b7bd6ce","size":67635,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.4.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.4.5.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/comment-parser_1.4.5_1769112603269_0.7626464331798426"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-22T20:10:03.436Z","publish_time":1769112603436,"_source_registry_name":"default","_cnpm_publish_time":1769112603436},"1.4.4":{"name":"comment-parser","version":"1.4.4","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.cjs","publishConfig":{"access":"public"},"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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@changesets/cli":"^2.29.8","@types/jest":"^30.0.0","convert-extension":"^0.3.0","jest":"^30.1.3","prettier":"3.6.2","rimraf":"^6.0.1","rollup":"^4.52.0","ts-jest":"^29.4.4","typescript":"^5.9.2"},"engines":{"node":">= 12.0.0"},"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/","format":"prettier --write src tests","pretest":"rimraf coverage; npm run build","test":"prettier --check src tests && jest --verbose","preversion":"npm run build","postversion":"git add . && git commit -m \"chore: release v$(node -p \"require('./package.json').version\")\"","prepare":"npm run build","prepublishOnly":"npm run build","release:add":"git pull origin master && changeset","release:version":"git pull origin master && changeset version && npm install","release:publish":"git pull origin master && npm run build && changeset publish && git push --follow-tags"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"contributors":[{"name":"Alex Grozav","url":"https://github.com/alexgrozav"},{"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":"Jayden Seric","url":"https://github.com/jaydenseric"},{"name":"Jordan Harband","url":"https://github.com/ljharb"},{"name":"tengattack","url":"https://github.com/tengattack"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","_id":"comment-parser@1.4.4","gitHead":"d5aa705ca623ec20921fa85d26257fe073384b21","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"shasum":"45b16f7d9de769b1271ba22e8a3ecf2bb0873c63","size":67264,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.4.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.4.4.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/comment-parser_1.4.4_1768688676038_0.2995631196429045"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-17T22:24:36.175Z","publish_time":1768688676175,"_source_registry_name":"default","_cnpm_publish_time":1768688676175},"1.4.3":{"name":"comment-parser","version":"1.4.3","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.cjs","publishConfig":{"access":"public"},"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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@changesets/cli":"^2.29.8","@types/jest":"^30.0.0","convert-extension":"^0.3.0","jest":"^30.1.3","prettier":"3.6.2","rimraf":"^6.0.1","rollup":"^4.52.0","ts-jest":"^29.4.4","typescript":"^5.9.2"},"engines":{"node":">= 12.0.0"},"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/","format":"prettier --write src tests","pretest":"rimraf coverage; npm run build","test":"prettier --check src tests && jest --verbose","preversion":"npm run build","prepare":"npm run build","prepublishOnly":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"contributors":[{"name":"Alex Grozav","url":"https://github.com/alexgrozav"},{"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":"Jayden Seric","url":"https://github.com/jaydenseric"},{"name":"Jordan Harband","url":"https://github.com/ljharb"},{"name":"tengattack","url":"https://github.com/tengattack"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","_id":"comment-parser@1.4.3","gitHead":"4093060bf4801581c75c97c92a3b83a7f5e73958","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"shasum":"abd9076d8f83a809c573c304e2e1eba09d2362c4","size":66821,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.4.3.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/comment-parser_1.4.3_1768605325751_0.27928673014821226"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-16T23:15:25.929Z","publish_time":1768605325929,"_source_registry_name":"default","_cnpm_publish_time":1768605325929},"1.4.2":{"name":"comment-parser","version":"1.4.2","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.cjs","publishConfig":{"access":"public"},"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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@changesets/cli":"^2.29.8","@types/jest":"^30.0.0","convert-extension":"^0.3.0","jest":"^30.1.3","prettier":"3.6.2","rimraf":"^6.0.1","rollup":"^4.52.0","ts-jest":"^29.4.4","typescript":"^5.9.2"},"engines":{"node":">= 12.0.0"},"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/","format":"prettier --write src tests","pretest":"rimraf coverage; npm run build","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"contributors":[{"name":"Alex Grozav","url":"https://github.com/alexgrozav"},{"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":"Jayden Seric","url":"https://github.com/jaydenseric"},{"name":"Jordan Harband","url":"https://github.com/ljharb"},{"name":"tengattack","url":"https://github.com/tengattack"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","_id":"comment-parser@1.4.2","gitHead":"81597e9c6a724a8036ba4be5044193f06751ec77","_nodeVersion":"20.11.1","_npmVersion":"10.2.4","dist":{"shasum":"55e471b14d1fbc5577de180c7ec80323d0a31239","size":40273,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.4.2.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/comment-parser_1.4.2_1768601462127_0.2877981581582618"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-01-16T22:11:02.287Z","publish_time":1768601462287,"_source_registry_name":"default","_cnpm_publish_time":1768601462287},"1.4.1":{"name":"comment-parser","version":"1.4.1","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.cjs","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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.23","convert-extension":"^0.3.0","jest":"^27.0.5","prettier":"2.3.1","rimraf":"^3.0.2","rollup":"^2.52.2","ts-jest":"^27.0.3","typescript":"^4.9.5"},"engines":{"node":">= 12.0.0"},"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/","format":"prettier --write src tests","pretest":"rimraf coverage; npm run build","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"contributors":[{"name":"Alex Grozav","url":"https://github.com/alexgrozav"},{"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":"Jayden Seric","url":"https://github.com/jaydenseric"},{"name":"Jordan Harband","url":"https://github.com/ljharb"},{"name":"tengattack","url":"https://github.com/tengattack"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","gitHead":"0d210d3ddc5863137850716b2c581f27cc9de617","_id":"comment-parser@1.4.1","_nodeVersion":"14.20.0","_npmVersion":"6.14.17","dist":{"shasum":"bdafead37961ac079be11eb7ec65c4d021eaf9cc","size":69071,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.4.1.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.4.1_1698200552304_0.9785465489341616"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-10-25T02:22:32.537Z","publish_time":1698200552537,"_source_registry_name":"default","_cnpm_publish_time":1698200552537},"1.4.0":{"name":"comment-parser","version":"1.4.0","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.cjs","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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.23","convert-extension":"^0.3.0","jest":"^27.0.5","prettier":"2.3.1","rimraf":"^3.0.2","rollup":"^2.52.2","ts-jest":"^27.0.3","typescript":"^4.9.5"},"engines":{"node":">= 12.0.0"},"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/","format":"prettier --write src tests","pretest":"rimraf coverage; npm run build","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"contributors":[{"name":"Alex Grozav","url":"https://github.com/alexgrozav"},{"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":"Jayden Seric","url":"https://github.com/jaydenseric"},{"name":"Jordan Harband","url":"https://github.com/ljharb"},{"name":"tengattack","url":"https://github.com/tengattack"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","gitHead":"dd8dc86253c530672b91da24ebe5e2d6fa76301b","_id":"comment-parser@1.4.0","_nodeVersion":"16.20.1","_npmVersion":"8.19.4","dist":{"shasum":"0f8c560f59698193854f12884c20c0e39a26d32c","size":67542,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.4.0.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.4.0_1690871338693_0.37743817007979885"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-08-01T06:28:58.933Z","publish_time":1690871338933,"_source_registry_name":"default","_cnpm_publish_time":1690871338933},"1.3.1":{"name":"comment-parser","version":"1.3.1","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.cjs","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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"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"},"engines":{"node":">= 12.0.0"},"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","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"contributors":[{"name":"Alex Grozav","url":"https://github.com/alexgrozav"},{"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":"Jayden Seric","url":"https://github.com/jaydenseric"},{"name":"Jordan Harband","url":"https://github.com/ljharb"},{"name":"tengattack","url":"https://github.com/tengattack"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","gitHead":"3e664ab3a4e52424886fe25698c9603cec39f3dd","_id":"comment-parser@1.3.1","_nodeVersion":"16.13.2","_npmVersion":"8.1.2","dist":{"shasum":"3d7ea3adaf9345594aedee6563f422348f165c1b","size":67083,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.3.1.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.3.1_1647671614464_0.17181988121703617"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-03-19T06:33:48.960Z","publish_time":1647671614607,"_cnpm_publish_time":1647671614607},"1.3.0":{"name":"comment-parser","version":"1.3.0","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.cjs","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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"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"},"engines":{"node":">= 12.0.0"},"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","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"contributors":[{"name":"Alex Grozav","url":"https://github.com/alexgrozav"},{"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":"Jayden Seric","url":"https://github.com/jaydenseric"},{"name":"Jordan Harband","url":"https://github.com/ljharb"},{"name":"tengattack","url":"https://github.com/tengattack"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"9b7b865d7958e1c0d85f975c7c5e93f44fe34144","_id":"comment-parser@1.3.0","_nodeVersion":"12.13.1","_npmVersion":"7.19.1","dist":{"shasum":"68beb7dbe0849295309b376406730cd16c719c44","size":67044,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.3.0.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.3.0_1637131963071_0.8925834221805913"},"_hasShrinkwrap":false,"publish_time":1637131963245,"_cnpm_publish_time":1637131963245},"1.2.4":{"name":"comment-parser","version":"1.2.4","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.cjs","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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"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"},"engines":{"node":">= 12.0.0"},"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","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"b39ebd85810a41e3ccce111fea51c8abe9a89880","_id":"comment-parser@1.2.4","_nodeVersion":"12.13.1","_npmVersion":"7.19.1","dist":{"shasum":"489f3ee55dfd184a6e4bffb31baba284453cb760","size":66415,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.2.4.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.2.4_1629665339591_0.7559463539589915"},"_hasShrinkwrap":false,"publish_time":1629665339738,"_cnpm_publish_time":1629665339738},"1.2.3":{"name":"comment-parser","version":"1.2.3","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.cjs","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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"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"},"engines":{"node":"^12.20 || ^14.14.0 || ^16"},"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","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"bcb2c2fbb256b62741a6fc7933b4d5d8537ae4eb","_id":"comment-parser@1.2.3","_nodeVersion":"12.13.1","_npmVersion":"7.19.1","dist":{"shasum":"303a7eb99c9b2632efd594e183ccbd32042caf69","size":66402,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.2.3.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.2.3_1627453429928_0.4302682213889608"},"_hasShrinkwrap":false,"publish_time":1627453430147,"_cnpm_publish_time":1627453430147},"1.2.2":{"name":"comment-parser","version":"1.2.2","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.js","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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"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"},"engines":{"node":"^12.20 || ^14.14.0 || ^16"},"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","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"6c6f85eb197c95d3b0a5d2755d79ba4addd2f8f6","_id":"comment-parser@1.2.2","_nodeVersion":"12.13.1","_npmVersion":"7.19.1","dist":{"shasum":"6d6d6420b6f0f69e262dca413cb6b0c8eca95991","size":66384,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.2.2.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.2.2_1627452740568_0.12213964085276818"},"_hasShrinkwrap":false,"publish_time":1627452740725,"_cnpm_publish_time":1627452740725},"1.2.1":{"name":"comment-parser","version":"1.2.1","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.js","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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"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"},"engines":{"node":"^12.20 || ^14.14.0 || ^16"},"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","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"e17e9891264569e6998535ef6a62284cba5c7455","_id":"comment-parser@1.2.1","_nodeVersion":"12.13.1","_npmVersion":"7.19.1","dist":{"shasum":"38778b5b2af825cc10099fd5923f8ac151274381","size":65769,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.2.1.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.2.1_1627279753344_0.5568231937760395"},"_hasShrinkwrap":false,"publish_time":1627279753591,"_cnpm_publish_time":1627279753591},"1.2.0":{"name":"comment-parser","version":"1.2.0","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.js","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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"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"},"engines":{"node":">= 12.0.0"},"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","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"5cf420a04b1b2a1ad81741ff11f0b01572408a91","_id":"comment-parser@1.2.0","_nodeVersion":"12.13.1","_npmVersion":"7.19.1","dist":{"shasum":"f8e8e3fe8decc571b1656f415b4d09e718cd14b0","size":65733,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.2.0.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.2.0_1627277612161_0.4625012150664618"},"_hasShrinkwrap":false,"publish_time":1627277612409,"_cnpm_publish_time":1627277612409},"1.1.6-beta.3":{"name":"comment-parser","version":"1.1.6-beta.3","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.js","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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"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"},"engines":{"node":">= 12.0.0"},"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","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"readmeFilename":"README.md","gitHead":"b3c52c9be6c4270cdcc8b61e21f50ca4cd628581","_id":"comment-parser@1.1.6-beta.3","_nodeVersion":"12.13.1","_npmVersion":"7.19.1","dist":{"shasum":"66df48fa6e8a10d9e31016613491b78075fe3065","size":65717,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.1.6-beta.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.1.6-beta.3.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.1.6-beta.3_1627121326263_0.3680319882591978"},"_hasShrinkwrap":false,"publish_time":1627121326476,"_cnpm_publish_time":1627121326476},"1.1.6-beta.2":{"name":"comment-parser","version":"1.1.6-beta.2","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.js","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"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"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"},"engines":{"node":">= 12.0.0"},"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","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"readmeFilename":"README.md","gitHead":"6db134ed57c30d9d057487ebefbdedea20ac0c4a","_id":"comment-parser@1.1.6-beta.2","_nodeVersion":"12.13.1","_npmVersion":"7.19.1","dist":{"shasum":"8ca94229af21ac5f1c4771121d1d545b7acba8f1","size":64774,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.1.6-beta.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.1.6-beta.2.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.1.6-beta.2_1627115521439_0.7341844988166415"},"_hasShrinkwrap":false,"publish_time":1627115521583,"_cnpm_publish_time":1627115521583},"1.1.6-beta.1":{"name":"comment-parser","version":"1.1.6-beta.1","description":"Generic JSDoc-like comment parser","type":"module","main":"lib/index.js","exports":{".":{"import":"./es6/index.js","require":"./lib/index.js"},"./primitives":{"import":"./es6/primitives.js","require":"./lib/primitives.js"},"./util":{"import":"./es6/util.js","require":"./lib/util.js"},"./parser/*":{"import":"./es6/parser/*.js","require":"./lib/parser/*.js"},"./stringifier/*":{"import":"./es6/stringifier/*.js","require":"./lib/stringifier/*.js"},"./transforms/*":{"import":"./es6/transforms/*.js","require":"./lib/transforms/*.js"}},"types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.23","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"},"engines":{"node":">= 12.0.0"},"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 && cd es6 && replace \"from '(\\.[^']*)'\" \"from '\\$1.js'\" * -r","format":"prettier --write src tests","pretest":"rimraf coverage; npm run build","test":"prettier --check src tests && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"readmeFilename":"README.md","gitHead":"3eb27c2a89c876711b482f6e77f4305032f1ea7a","_id":"comment-parser@1.1.6-beta.1","_nodeVersion":"12.13.1","_npmVersion":"7.19.1","dist":{"shasum":"17a698f1566b88db9991aa83f49f5a872713c0d1","size":44560,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.1.6-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.1.6-beta.1.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.1.6-beta.1_1626933834442_0.600800945020864"},"_hasShrinkwrap":false,"publish_time":1626933834575,"_cnpm_publish_time":1626933834575},"1.1.6-beta.0":{"name":"comment-parser","version":"1.1.6-beta.0","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","rollup":"^2.33.3","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"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","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"readmeFilename":"README.md","gitHead":"0c10a032c83a2a1c352adcbfaf33aa9c72782967","_id":"comment-parser@1.1.6-beta.0","_nodeVersion":"12.13.1","_npmVersion":"7.5.2","dist":{"shasum":"57e503b18d0a5bd008632dcc54b1f95c2fffe8f6","size":44653,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.1.6-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.1.6-beta.0.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.1.6-beta.0_1625517510822_0.8822899759891352"},"_hasShrinkwrap":false,"publish_time":1625517510958,"_cnpm_publish_time":1625517510958},"1.1.5":{"name":"comment-parser","version":"1.1.5","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","rollup":"^2.33.3","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"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","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose","preversion":"npm run build"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"14f2ab94d4e7a886be81027f51663b4a5e6412f7","_id":"comment-parser@1.1.5","_nodeVersion":"12.13.1","_npmVersion":"7.5.2","dist":{"shasum":"453627ef8f67dbcec44e79a9bd5baa37f0bce9b2","size":43530,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.1.5.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.1.5_1619082957762_0.7180469019725695"},"_hasShrinkwrap":false,"publish_time":1619082957891,"_cnpm_publish_time":1619082957891},"1.1.4":{"name":"comment-parser","version":"1.1.4","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","rollup":"^2.33.3","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"scripts":{"build":"rimraf lib es6 browser; tsc -p tsconfig.es6.json && tsc -p tsconfig.node.json && rollup -o browser/index.js -f iife --context window -n CommentParser es6/index.js","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"00cc57e269a8b64c9e11282bdaa32db829b1cf62","_id":"comment-parser@1.1.4","_nodeVersion":"12.13.1","_npmVersion":"7.5.2","dist":{"shasum":"38ba3fb9293e29fa613a287f1fe184241dbd3755","size":43514,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.1.4.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.1.4_1616480714865_0.3314281865891384"},"_hasShrinkwrap":false,"publish_time":1616480715021,"_cnpm_publish_time":1616480715021},"1.1.3":{"name":"comment-parser","version":"1.1.3","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","rollup":"^2.33.3","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"scripts":{"build":"rimraf lib es6 browser; tsc -p tsconfig.es6.json && tsc -p tsconfig.node.json && rollup -o browser/index.js -f iife --context window -n CommentParser es6/index.js","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"23f2d6881a4d738defa9624cb056233b639d4dbe","_id":"comment-parser@1.1.3","_nodeVersion":"12.13.1","_npmVersion":"7.5.2","dist":{"shasum":"727764a3631b74a7af743197976f74a6ca1c7e85","size":43230,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.1.3.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.1.3_1616268331166_0.4428204991635283"},"_hasShrinkwrap":false,"publish_time":1616268331312,"_cnpm_publish_time":1616268331312},"1.1.2":{"name":"comment-parser","version":"1.1.2","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","rollup":"^2.33.3","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"scripts":{"build":"rimraf lib es6 browser; tsc -p tsconfig.es6.json && tsc -p tsconfig.node.json && rollup -o browser/index.js -f iife --context window -n CommentParser es6/index.js","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"318d93cdac3e62cbc2f301b64e23506fa16cdeab","_id":"comment-parser@1.1.2","_nodeVersion":"12.13.1","_npmVersion":"7.5.2","dist":{"shasum":"e5317d7a2ec22b470dcb54a29b25426c30bf39d8","size":43221,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.1.2.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.1.2_1612688302714_0.02766178688795251"},"_hasShrinkwrap":false,"publish_time":1612688302853,"_cnpm_publish_time":1612688302853},"1.1.1":{"name":"comment-parser","version":"1.1.1","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","rollup":"^2.33.3","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"scripts":{"build":"rimraf lib es6 browser; tsc -p tsconfig.es6.json && tsc -p tsconfig.node.json && rollup -o browser/index.js -f iife --context window -n CommentParser es6/index.js","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"91080ee7394ab9fdecbab309c9f76200fae77fb4","_id":"comment-parser@1.1.1","_nodeVersion":"12.13.1","_npmVersion":"6.14.11","dist":{"shasum":"c0581d520677e2cfab1a568e94ea0400df9fe4bd","size":42041,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.1.1.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.1.1_1610951555578_0.3726196766409773"},"_hasShrinkwrap":false,"publish_time":1610951555764,"_cnpm_publish_time":1610951555764},"1.1.0":{"name":"comment-parser","version":"1.1.0","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","rollup":"^2.33.3","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"scripts":{"build":"rimraf lib es6 browser; tsc -p tsconfig.es6.json && tsc -p tsconfig.node.json && rollup -o browser/index.js -f iife --context window -n CommentParser es6/index.js","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"readmeFilename":"README.md","gitHead":"89a6422036f490d1038676336010c34a42ade1aa","_id":"comment-parser@1.1.0","_nodeVersion":"12.13.1","_npmVersion":"6.14.11","dist":{"shasum":"4f6fac17718363653e1cb6d5ded3f093ce51ae4e","size":41548,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.1.0.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.1.0_1610879993711_0.9404737703858541"},"_hasShrinkwrap":false,"publish_time":1610879993920,"_cnpm_publish_time":1610879993920},"1.0.1":{"name":"comment-parser","version":"1.0.1","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","rollup":"^2.33.3","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"scripts":{"build":"rimraf lib es6 browser; tsc -p tsconfig.es6.json && tsc -p tsconfig.node.json && rollup -o browser/index.js -f iife --context window -n CommentParser es6/index.js","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"286d1d3bf888f5895d494e1991c07c76efac755f","_id":"comment-parser@1.0.1","_nodeVersion":"12.13.1","_npmVersion":"6.14.10","dist":{"shasum":"6f40ebc3ac5063cf59b5eb415bc689636134cc4a","size":35007,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.0.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.0.1.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.0.1_1610140478883_0.9354115614126441"},"_hasShrinkwrap":false,"publish_time":1610140479089,"_cnpm_publish_time":1610140479089},"1.0.0":{"name":"comment-parser","version":"1.0.0","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","rollup":"^2.33.3","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"scripts":{"build":"rimraf lib es6 browser; tsc -p tsconfig.es6.json && tsc -p tsconfig.node.json && rollup -o browser/index.js -f iife --context window -n CommentParser es6/index.js","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"gitHead":"9dba20d47e0f32e130329be1e93f3502ad3f688a","_id":"comment-parser@1.0.0","_nodeVersion":"12.13.1","_npmVersion":"6.14.10","dist":{"shasum":"59bf7173fd4215e37727958af2d88e7118a68aa1","size":34386,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.0.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.0.0.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.0.0_1609919851517_0.13879271671908677"},"_hasShrinkwrap":false,"publish_time":1609919851653,"_cnpm_publish_time":1609919851653},"1.0.0-beta.2":{"name":"comment-parser","version":"1.0.0-beta.2","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","rollup":"^2.33.3","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"scripts":{"build":"rimraf lib es6 browser; tsc -p tsconfig.es6.json && tsc -p tsconfig.node.json && rollup -o browser/index.js -f iife --context window -n CommentParser es6/index.js","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"readmeFilename":"README.md","gitHead":"20c974fbe9f68129d9f6c023f726d2de3ed9fe71","_id":"comment-parser@1.0.0-beta.2","_nodeVersion":"12.13.1","_npmVersion":"6.14.8","dist":{"shasum":"d04d18dc5c0e1787a06cba66559680210ff8b408","size":34350,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.0.0-beta.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.0.0-beta.2.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.0.0-beta.2_1608935919160_0.1393269198987377"},"_hasShrinkwrap":false,"publish_time":1608935919313,"_cnpm_publish_time":1608935919313},"1.0.0-beta.1":{"name":"comment-parser","version":"1.0.0-beta.1","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","rollup":"^2.33.3","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"scripts":{"build":"rimraf lib es6 browser; tsc -p tsconfig.es6.json && tsc -p tsconfig.node.json && rollup -o browser/index.js -f iife --context window -n CommentParser es6/index.js","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"readmeFilename":"README.md","gitHead":"e69f1aff2e3fac375189c69adf936790f280775b","_id":"comment-parser@1.0.0-beta.1","_nodeVersion":"12.13.1","_npmVersion":"6.14.8","dist":{"shasum":"d73aadd30eb3d8e48bb912bccdaccc1ff48eac8b","size":30097,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.0.0-beta.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.0.0-beta.1.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.0.0-beta.1_1608934169687_0.36177391204099796"},"_hasShrinkwrap":false,"publish_time":1608934169818,"_cnpm_publish_time":1608934169818},"1.0.0-beta.0":{"name":"comment-parser","version":"1.0.0-beta.0","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"scripts":{"build":"rimraf lib; tsc","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"readmeFilename":"README.md","gitHead":"63a29709f9af8231aec1efd09730d284ea1735b3","_id":"comment-parser@1.0.0-beta.0","_nodeVersion":"12.13.1","_npmVersion":"6.14.8","dist":{"shasum":"6302982f11a67e777086aaba9b900ed687a57a98","size":25550,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.0.0-beta.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.0.0-beta.0.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.0.0-beta.0_1605517340685_0.04664281587665875"},"_hasShrinkwrap":false,"publish_time":1605517340802,"_cnpm_publish_time":1605517340802},"1.0.0-beta":{"name":"comment-parser","version":"1.0.0-beta","description":"Generic JSDoc-like comment parser","main":"lib/index.js","types":"lib/index.d.ts","directories":{"test":"tests"},"devDependencies":{"@types/jest":"^26.0.14","jest":"^26.5.3","prettier":"2.1.2","rimraf":"^3.0.2","ts-jest":"^26.4.1","typescript":"^4.0.3"},"engines":{"node":">= 10.0.0"},"scripts":{"build":"rimraf lib; tsc","format":"prettier --write src/ tests/","pretest":"rimraf coverage; npm run build","test":"prettier --check src/ tests/ && jest --verbose"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergiy Yavorsky","email":"sergiy@yavorsky.me","url":"https://github.com/syavorsky"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"homepage":"https://github.com/syavorsky/comment-parser","dependencies":{},"readmeFilename":"README.md","gitHead":"c83fbd468e675db0efc833e2c8898bb67be4d5bc","_id":"comment-parser@1.0.0-beta","_nodeVersion":"12.13.1","_npmVersion":"6.14.8","dist":{"shasum":"fb2d121c0f2530506d77f1de821df6c1f0ea99aa","size":25547,"noattachment":false,"key":"/comment-parser/-/comment-parser-1.0.0-beta.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-1.0.0-beta.tgz"},"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_1.0.0-beta_1605516971261_0.23925296127280204"},"_hasShrinkwrap":false,"publish_time":1605516971426,"_cnpm_publish_time":1605516971426},"0.7.6":{"name":"comment-parser","version":"0.7.6","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^6.8.0","eslint-config-standard":"^14.1.1","eslint-plugin-import":"^2.20.2","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","mocha":"^7.1.2","nodemon":"^2.0.3","nyc":"^15.0.1","readable-stream":"^3.6.0","typescript":"^3.8.3"},"engines":{"node":">= 6.0.0"},"scripts":{"typescript":"tsc index.d.ts","lint:fix":"eslint --fix .","test:lint":"eslint .","test:typescript":"tsc index.d.ts","test:unit":"nyc mocha tests","test":"npm run test:typescript && npm run test:lint && npm run test:unit","watch":"nodemon -q -i node_modules -x npm test"},"nyc":{"branches":85,"lines":85,"functions":85,"statements":85,"exclude":["tests"]},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"3922d744e9035e6d15de28dd283f303780152bac","_id":"comment-parser@0.7.6","_nodeVersion":"12.13.1","_npmVersion":"6.14.5","dist":{"shasum":"0e743a53c8e646c899a1323db31f6cd337b10f12","size":11735,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.7.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.7.6.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.7.6_1597525112029_0.7043764488099822"},"_hasShrinkwrap":false,"publish_time":1597525112147,"_cnpm_publish_time":1597525112147},"0.7.5":{"name":"comment-parser","version":"0.7.5","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^6.8.0","eslint-config-standard":"^14.1.1","eslint-plugin-import":"^2.20.2","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","mocha":"^7.1.2","nodemon":"^2.0.3","nyc":"^15.0.1","readable-stream":"^3.6.0","typescript":"^3.8.3"},"engines":{"node":">= 6.0.0"},"scripts":{"typescript":"tsc index.d.ts","lint:fix":"eslint --fix .","test:lint":"eslint .","test:typescript":"tsc index.d.ts","test:unit":"nyc mocha tests","test":"npm run test:typescript && npm run test:lint && npm run test:unit","watch":"nodemon -q -i node_modules -x npm test"},"nyc":{"branches":85,"lines":85,"functions":85,"statements":85,"exclude":["tests"]},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"6f4f37bba26437b529c707be30c2167e2143484e","_id":"comment-parser@0.7.5","_nodeVersion":"12.13.1","_npmVersion":"6.13.4","dist":{"shasum":"06db157a3b34addf8502393743e41897e2c73059","size":11296,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.7.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.7.5.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.7.5_1590815419434_0.9757303902774259"},"_hasShrinkwrap":false,"publish_time":1590815419638,"_cnpm_publish_time":1590815419638},"0.7.4":{"name":"comment-parser","version":"0.7.4","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^6.8.0","eslint-config-standard":"^14.1.1","eslint-plugin-import":"^2.20.2","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","mocha":"^7.1.2","nodemon":"^2.0.3","nyc":"^15.0.1","readable-stream":"^3.6.0","typescript":"^3.8.3"},"engines":{"node":">= 6.0.0"},"scripts":{"typescript":"tsc index.d.ts","lint:fix":"eslint --fix .","test:lint":"eslint .","test:typescript":"tsc index.d.ts","test:unit":"nyc mocha tests","test":"npm run test:typescript && npm run test:lint && npm run test:unit","watch":"nodemon -q -i node_modules -x npm test"},"nyc":{"branches":85,"lines":85,"functions":85,"statements":85,"exclude":["tests"]},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"58aa3e2e84171119952049af423cc1fcf509cc57","_id":"comment-parser@0.7.4","_nodeVersion":"12.13.1","_npmVersion":"6.13.4","dist":{"shasum":"f5eb83cbae323cae6533c057f41d52692361c83a","size":11239,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.7.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.7.4.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.7.4_1588753657841_0.5907975228111726"},"_hasShrinkwrap":false,"publish_time":1588753657994,"_cnpm_publish_time":1588753657994},"0.7.3":{"name":"comment-parser","version":"0.7.3","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^6.8.0","eslint-config-standard":"^14.1.1","eslint-plugin-import":"^2.20.2","eslint-plugin-node":"^11.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","mocha":"^7.1.2","nodemon":"^2.0.3","nyc":"^15.0.1","readable-stream":"^3.6.0","typescript":"^3.8.3"},"engines":{"node":">= 6.0.0"},"scripts":{"typescript":"tsc index.d.ts","lint:fix":"eslint --fix .","test:lint":"eslint .","test:typescript":"tsc index.d.ts","test:unit":"nyc mocha tests","test":"npm run test:typescript && npm run test:lint && npm run test:unit","watch":"nodemon -q -i node_modules -x npm test"},"nyc":{"branches":85,"lines":85,"functions":85,"statements":85,"exclude":["tests"]},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"60b119edbae46387efac518e2fce5c6a0c1703e0","_id":"comment-parser@0.7.3","_nodeVersion":"12.13.1","_npmVersion":"6.13.4","dist":{"shasum":"f526108fe4412d7fb84235929384d75f84bc922d","size":11212,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.7.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.7.3.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.7.3_1588747279388_0.1829085858422086"},"_hasShrinkwrap":false,"publish_time":1588747279640,"_cnpm_publish_time":1588747279640},"0.7.2":{"name":"comment-parser","version":"0.7.2","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^6.6.0","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.2","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","mocha":"^6.2.2","nodemon":"^1.19.4","nyc":"^14.1.1","typescript":"^3.6.4"},"engines":{"node":">= 6.0.0"},"scripts":{"typescript":"tsc index.d.ts","lint:fix":"eslint --fix .","test:lint":"eslint .","test:typescript":"tsc index.d.ts","test:unit":"nyc mocha tests","test":"npm run test:typescript && npm run test:lint && npm run test:unit","watch":"nodemon -q -i node_modules -x npm test"},"nyc":{"branches":85,"lines":85,"functions":85,"statements":85,"exclude":["tests"]},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"35ecd2c0cf568d843a26ebdac6215fcee12e3544","_id":"comment-parser@0.7.2","_nodeVersion":"12.13.1","_npmVersion":"6.12.1","dist":{"shasum":"baf6d99b42038678b81096f15b630d18142f4b8a","size":32565,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.7.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.7.2.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.7.2_1576782544660_0.9380577148903031"},"_hasShrinkwrap":false,"publish_time":1576782544795,"_cnpm_publish_time":1576782544795},"0.7.1":{"name":"comment-parser","version":"0.7.1","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^6.6.0","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.2","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","mocha":"^6.2.2","nodemon":"^1.19.4","typescript":"^3.6.4"},"engines":{"node":">= 6.0.0"},"scripts":{"typescript":"tsc index.d.ts","lint:fix":"eslint --fix .","test:lint":"eslint .","test:typescript":"tsc index.d.ts","test:unit":"mocha tests","test":"npm run test:typescript && npm run test:lint && npm run test:unit","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"dec7e915863d058ad477a216706d12b1e0053b74","_id":"comment-parser@0.7.1","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"99607706e369305f89b0268f138fca7e795a60fc","size":15361,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.7.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.7.1.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.7.1_1575437884096_0.6689137541579722"},"_hasShrinkwrap":false,"publish_time":1575437884286,"_cnpm_publish_time":1575437884286},"0.7.0":{"name":"comment-parser","version":"0.7.0","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^6.6.0","eslint-config-standard":"^14.1.0","eslint-plugin-import":"^2.18.2","eslint-plugin-node":"^10.0.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.1","mocha":"^6.2.2","nodemon":"^1.19.4","typescript":"^3.6.4"},"engines":{"node":">= 6.0.0"},"scripts":{"typescript":"tsc index.d.ts","lint:fix":"eslint --fix .","test:lint":"eslint .","test:typescript":"tsc index.d.ts","test:unit":"mocha tests","test":"npm run test:typescript && npm run test:lint && npm run test:unit","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"64abc21fb4c79308b482049fe3098110202fd018","_id":"comment-parser@0.7.0","_nodeVersion":"8.12.0","_npmVersion":"6.10.1","dist":{"shasum":"9dc1f689a60d81fbcaf867d3c9eba3eb061ccfc1","size":15199,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.7.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.7.0.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.7.0_1572751251660_0.49917549772302827"},"_hasShrinkwrap":false,"publish_time":1572751251830,"_cnpm_publish_time":1572751251830},"0.6.2":{"name":"comment-parser","version":"0.6.2","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^6.0.1","eslint-config-standard":"^13.0.1","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^9.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","mocha":"^6.1.4","nodemon":"^1.19.1"},"engines":{"node":">= 6.0.0"},"scripts":{"lint:fix":"eslint --fix .","test:lint":"eslint .","test:unit":"mocha tests","test":"npm run test:lint && npm run test:unit","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"e7d81084ca6533661abf48617c40fa5336ba163e","_id":"comment-parser@0.6.2","_nodeVersion":"8.12.0","_npmVersion":"6.10.1","dist":{"shasum":"b71e8fcacad954bea616779391838150d0096dcb","size":14022,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.6.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.6.2.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.6.2_1566194835852_0.1452977785142262"},"_hasShrinkwrap":false,"publish_time":1566194835987,"_cnpm_publish_time":1566194835987},"0.6.1":{"name":"comment-parser","version":"0.6.1","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^6.0.1","eslint-config-standard":"^13.0.1","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^9.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","mocha":"^6.1.4","nodemon":"^1.19.1"},"engines":{"node":">= 6.0.0"},"scripts":{"lint:fix":"eslint --fix .","test:lint":"eslint .","test:unit":"mocha tests","test":"npm run test:lint && npm run test:unit","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"contributors":[{"name":"Alexej Yaroshevich","url":"https://github.com/zxqfox"},{"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"942ed98e892e2b18688bb6ebeec09f10e9fe01ea","_id":"comment-parser@0.6.1","_nodeVersion":"8.12.0","_npmVersion":"6.9.0","dist":{"shasum":"88040c7c0a57c62e64962c3e888518620a42e7c9","size":12717,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.6.1.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.6.1_1563315518605_0.39357142558607383"},"_hasShrinkwrap":false,"publish_time":1563315518735,"_cnpm_publish_time":1563315518735},"0.6.0":{"name":"comment-parser","version":"0.6.0","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^6.0.1","eslint-config-standard":"^13.0.1","eslint-plugin-import":"^2.18.0","eslint-plugin-node":"^9.1.0","eslint-plugin-promise":"^4.2.1","eslint-plugin-standard":"^4.0.0","mocha":"^6.1.4","nodemon":"^1.19.1"},"engines":{"node":">= 6.0.0"},"scripts":{"lint:fix":"eslint --fix .","test:lint":"eslint .","test:unit":"mocha tests","test":"npm run test:lint && npm run test:unit","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"contributors":[{"name":"Alexej Yaroshevich","url":"https://github.com/zxqfox"},{"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"d334eda74376847afbaf6ff9fef74fd3231010b9","_id":"comment-parser@0.6.0","_nodeVersion":"8.12.0","_npmVersion":"6.9.0","dist":{"shasum":"bcde52dc26a4bd317b609146b75b55b7cc3ddf68","size":12371,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.6.0.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.6.0_1563226802883_0.7413080578914921"},"_hasShrinkwrap":false,"publish_time":1563226803103,"_cnpm_publish_time":1563226803103},"0.5.5":{"name":"comment-parser","version":"0.5.5","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^5.16.0","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","mocha":"^5.2.0","nodemon":"^1.18.9"},"scripts":{"test:lint":"eslint .","test:unit":"mocha tests","test":"npm run test:lint && npm run test:unit","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"contributors":[{"name":"Alexej Yaroshevich","url":"https://github.com/zxqfox"},{"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"52b04db625e7386bd0da8c9bdf17d7c80d581ec1","_id":"comment-parser@0.5.5","_nodeVersion":"8.12.0","_npmVersion":"6.9.0","dist":{"shasum":"c2584cae7c2f0afc773e96b2ee98f8c10cbd693d","size":11552,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.5.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.5.5.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.5.5_1561008392201_0.7851366932131965"},"_hasShrinkwrap":false,"publish_time":1561008392347,"_cnpm_publish_time":1561008392347},"0.5.4":{"name":"comment-parser","version":"0.5.4","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^4.7.1","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","mocha":"^5.2.0","nodemon":"^1.18.9"},"scripts":{"pretest":"eslint .","test":"mocha tests","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"contributors":[{"name":"Alexej Yaroshevich","url":"https://github.com/zxqfox"},{"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"afd22382dcec49ce71f8bd9863d431d2291485a8","_id":"comment-parser@0.5.4","_npmVersion":"6.4.1","_nodeVersion":"11.3.0","_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"dist":{"shasum":"089840b9cccacad2b769b231ed43081d501b9487","size":11393,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.5.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.5.4.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.5.4_1546857625714_0.7279094778375019"},"_hasShrinkwrap":false,"publish_time":1546857625952,"_cnpm_publish_time":1546857625952},"0.5.3":{"name":"comment-parser","version":"0.5.3","description":"Generic JSDoc-like comment parser. ","main":"index.js","types":"index.d.ts","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^4.7.1","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","mocha":"^5.2.0","nodemon":"^1.18.9"},"scripts":{"pretest":"eslint .","test":"mocha tests","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"contributors":[{"name":"Alexej Yaroshevich","url":"https://github.com/zxqfox"},{"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"1ee2815231b5592680094098ce9641f0efc77e5d","_id":"comment-parser@0.5.3","_npmVersion":"6.4.1","_nodeVersion":"11.3.0","_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"dist":{"shasum":"9faf401d63f0d526c79a8417ceab171259795912","size":11008,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.5.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.5.3.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.5.3_1546798164531_0.7300579034599246"},"_hasShrinkwrap":false,"publish_time":1546798164679,"_cnpm_publish_time":1546798164679},"0.5.2":{"name":"comment-parser","version":"0.5.2","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"^4.2.0","eslint":"^4.7.1","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","mocha":"^5.2.0","nodemon":"^1.18.9"},"scripts":{"pretest":"eslint .","test":"mocha tests","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"contributors":[{"name":"Alexej Yaroshevich","url":"https://github.com/zxqfox"},{"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"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"061940fb63f3b10fbd9073da4c02e98c6435bf0c","_id":"comment-parser@0.5.2","_npmVersion":"6.4.1","_nodeVersion":"11.3.0","_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"dist":{"shasum":"97366ee0e282289806d9ed7c18f61c1614aa8235","size":10945,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.5.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.5.2.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.5.2_1546424822528_0.2607447312606832"},"_hasShrinkwrap":false,"publish_time":1546424822752,"_cnpm_publish_time":1546424822752},"0.5.1":{"name":"comment-parser","version":"0.5.1","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{"readable-stream":"^2.0.4"},"devDependencies":{"chai":"~1.9.0","eslint":"^4.7.1","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","mocha":"^3.5.3","nodemon":"^1.2.1"},"scripts":{"pretest":"eslint .","test":"mocha tests","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"contributors":[{"name":"Alexej Yaroshevich","url":"https://github.com/zxqfox"},{"name":"Dieter Oberkofler","url":"https://github.com/doberkofler"},{"name":"Evgeny Reznichenko","url":"https://github.com/zxcabs"},{"name":"Jordan Harband","url":"https://github.com/ljharb"},{"name":"tengattack","url":"https://github.com/tengattack"}],"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"f507a98e3a0dbae132188cf4a8ef048ad004aeae","_id":"comment-parser@0.5.1","_npmVersion":"6.4.1","_nodeVersion":"8.12.0","_npmUser":{"name":"yavorskiys","email":"sergiy@yavorsky.me"},"dist":{"shasum":"041fb38d943ba99b700aff44c13958681eb89adc","size":10265,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.5.1.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser_0.5.1_1544392491742_0.42352785595869746"},"_hasShrinkwrap":false,"publish_time":1544392491871,"_cnpm_publish_time":1544392491871},"0.5.0":{"name":"comment-parser","version":"0.5.0","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{"readable-stream":"^2.0.4"},"devDependencies":{"chai":"~1.9.0","eslint":"^4.7.1","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","mocha":"^3.5.3","nodemon":"^1.2.1"},"scripts":{"pretest":"eslint .","test":"mocha tests","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"55e2f22c21a7bfb58c5810d0d50cb2ab7df9ce3d","_id":"comment-parser@0.5.0","_npmVersion":"5.5.1","_nodeVersion":"6.11.3","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"dist":{"shasum":"e833701804308eedef96c0b5029375b07f4eba1e","size":10089,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.5.0.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser-0.5.0.tgz_1510197046990_0.21625039563514292"},"publish_time":1510197047088,"_cnpm_publish_time":1510197047088,"_hasShrinkwrap":false},"0.4.2":{"name":"comment-parser","version":"0.4.2","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{"readable-stream":"^2.0.4"},"devDependencies":{"chai":"~1.9.0","eslint":"^4.7.1","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","mocha":"^3.5.3","nodemon":"^1.2.1"},"scripts":{"pretest":"eslint .","test":"mocha tests","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"7f706901a0aa3ac39ec3d8613b85df5220fbc6d4","_id":"comment-parser@0.4.2","_shasum":"fa5a3f78013070114866dc7b8e9cf317a9635f74","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.11.3","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"dist":{"shasum":"fa5a3f78013070114866dc7b8e9cf317a9635f74","size":11811,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.4.2.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser-0.4.2.tgz_1506212774449_0.9942353118676692"},"publish_time":1506212774581,"_hasShrinkwrap":false,"_cnpm_publish_time":1506212774581},"0.4.1":{"name":"comment-parser","version":"0.4.1","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{"readable-stream":"^2.0.4"},"devDependencies":{"chai":"~1.9.0","eslint":"^4.7.1","eslint-config-standard":"^10.2.1","eslint-plugin-import":"^2.7.0","eslint-plugin-node":"^5.1.1","eslint-plugin-promise":"^3.5.0","eslint-plugin-standard":"^3.0.1","mocha":"^3.5.3","nodemon":"^1.2.1"},"scripts":{"pretest":"eslint .","test":"mocha tests","watch":"nodemon -q -i node_modules -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"18c957ce4664aac2d6e8140be74ecfb84fa27fd4","_id":"comment-parser@0.4.1","_shasum":"cec7a6c3e3137aba3e04d8f7b65145597f66188f","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"dist":{"shasum":"cec7a6c3e3137aba3e04d8f7b65145597f66188f","size":11697,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.4.1.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser-0.4.1.tgz_1505805629521_0.029222230659797788"},"publish_time":1505805629649,"_cnpm_publish_time":1505805629649,"_hasShrinkwrap":false},"0.3.2":{"name":"comment-parser","version":"0.3.2","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{"readable-stream":"^2.0.4"},"devDependencies":{"chai":"~1.9.0","jshint":"^2.5.10","jshint-stylish":"^1.0.0","mocha":"~1.17.1","nodemon":"^1.2.1"},"scripts":{"test":"jshint --reporter node_modules/jshint-stylish/stylish.js index.js && mocha tests/*","watch":"nodemon -q -w index.js -w parser.js -w tests/ -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"3ead3322c1b782d1d6f776fa1e20664ef57632bb","_id":"comment-parser@0.3.2","_shasum":"3c03f0776b86a36dfd9a0a2c97c6307f332082fe","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"dist":{"shasum":"3c03f0776b86a36dfd9a0a2c97c6307f332082fe","size":10939,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.3.2.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/comment-parser-0.3.2.tgz_1499877573474_0.9505084389820695"},"publish_time":1499877573649,"_hasShrinkwrap":false,"_cnpm_publish_time":1499877573649},"0.4.0":{"name":"comment-parser","version":"0.4.0","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{"readable-stream":"^2.0.4"},"devDependencies":{"chai":"~1.9.0","jshint":"^2.5.10","jshint-stylish":"^1.0.0","mocha":"~1.17.1","nodemon":"^1.2.1"},"scripts":{"test":"jshint --reporter node_modules/jshint-stylish/stylish.js index.js && mocha tests/*","watch":"nodemon -q -w index.js -w parser.js -w tests/ -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"7fa0cd73f9ed23c5b7e9f0258301a776c663b521","_id":"comment-parser@0.4.0","_shasum":"b274a3c924b6b2e55768f712acd3e3003cb55f57","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"dist":{"shasum":"b274a3c924b6b2e55768f712acd3e3003cb55f57","size":10905,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.4.0.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"_npmOperationalInternal":{"host":"packages-6-west.internal.npmjs.com","tmp":"tmp/comment-parser-0.4.0.tgz_1454957370745_0.3444726690649986"},"publish_time":1454957371695,"_cnpm_publish_time":1454957371695,"_hasShrinkwrap":false},"0.3.1":{"name":"comment-parser","version":"0.3.1","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{"readable-stream":"^2.0.4"},"devDependencies":{"chai":"~1.9.0","jshint":"^2.5.10","jshint-stylish":"^1.0.0","mocha":"~1.17.1","nodemon":"^1.2.1"},"scripts":{"test":"jshint --reporter node_modules/jshint-stylish/stylish.js index.js && mocha tests/*","watch":"nodemon -q -w index.js -w tests/ -x npm test"},"repository":{"type":"git","url":"git+ssh://git@github.com/yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"a4c62837c1a2bf2399379de23268b442ccc51db5","_id":"comment-parser@0.3.1","_shasum":"fd657aac8c1492d308c9a6100fc9b49d2435aba1","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"dist":{"shasum":"fd657aac8c1492d308c9a6100fc9b49d2435aba1","size":10750,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.3.1.tgz"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"publish_time":1448470208959,"_cnpm_publish_time":1448470208959,"_hasShrinkwrap":false},"0.3.0":{"name":"comment-parser","version":"0.3.0","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"chai":"~1.9.0","jshint":"^2.5.10","jshint-stylish":"^1.0.0","mocha":"~1.17.1","nodemon":"^1.2.1"},"scripts":{"test":"jshint --reporter node_modules/jshint-stylish/stylish.js index.js && mocha tests/*","watch":"nodemon -q -w index.js -w tests/ -x npm test"},"repository":{"type":"git","url":"git@github.com:yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"49f191f066f6d57bc5239ce9a1d39149f0143884","_id":"comment-parser@0.3.0","_shasum":"797f2b86628915a5ad045b6aa57d42720509e657","_from":".","_npmVersion":"2.1.10","_nodeVersion":"0.10.33","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"dist":{"shasum":"797f2b86628915a5ad045b6aa57d42720509e657","size":9952,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.3.0.tgz"},"publish_time":1422261009604,"_cnpm_publish_time":1422261009604,"_hasShrinkwrap":false},"0.2.4":{"name":"comment-parser","version":"0.2.4","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"mocha":"~1.17.1","chai":"~1.9.0"},"scripts":{"test":"mocha tests/*"},"repository":{"type":"git","url":"git@github.com:yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"cc52b71ae3233493e4e1df813b978d25dea5cb1a","_id":"comment-parser@0.2.4","_shasum":"ba753c7e08e4d50ab4011cb1d4be5831ec17be99","_from":".","_npmVersion":"2.1.10","_nodeVersion":"0.10.33","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"dist":{"shasum":"ba753c7e08e4d50ab4011cb1d4be5831ec17be99","size":8510,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.2.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.2.4.tgz"},"publish_time":1420575710801,"_cnpm_publish_time":1420575710801,"_hasShrinkwrap":false},"0.2.3":{"name":"comment-parser","version":"0.2.3","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{},"devDependencies":{"mocha":"~1.17.1","chai":"~1.9.0"},"scripts":{"test":"mocha tests/*"},"repository":{"type":"git","url":"git@github.com:yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"2b221cd9d9f0e6230304e2da9c9136e73ee8984f","_id":"comment-parser@0.2.3","_shasum":"8d91ef5b748dc147a2209da214e186b28f0ea87a","_from":".","_npmVersion":"1.4.13","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"dist":{"shasum":"8d91ef5b748dc147a2209da214e186b28f0ea87a","size":8292,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.2.3.tgz"},"publish_time":1417032779536,"_cnpm_publish_time":1417032779536,"_hasShrinkwrap":false},"0.2.2":{"name":"comment-parser","version":"0.2.2","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{"lodash":"~2.4.1"},"devDependencies":{"mocha":"~1.17.1","chai":"~1.9.0"},"scripts":{"test":"mocha tests/*"},"repository":{"type":"git","url":"git@github.com:yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"bc8a7822f03eba1d38c4779989c0590f0fe87aaa","_id":"comment-parser@0.2.2","_shasum":"59ee350cfe837021831235c711bd7874ad4ddb4a","_from":".","_npmVersion":"1.4.13","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"dist":{"shasum":"59ee350cfe837021831235c711bd7874ad4ddb4a","size":7966,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.2.2.tgz"},"publish_time":1415072879057,"_cnpm_publish_time":1415072879057,"_hasShrinkwrap":false},"0.2.1":{"name":"comment-parser","version":"0.2.1","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{"lodash":"~2.4.1"},"devDependencies":{"mocha":"~1.17.1","chai":"~1.9.0"},"scripts":{"test":"mocha tests/*"},"repository":{"type":"git","url":"git@github.com:yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"a885ae3580dfc9f9fb4ff886c11c363b2f4b9c65","_id":"comment-parser@0.2.1","_shasum":"48c296c5bddc3d716ece79381f31bbd20867c3f2","_from":".","_npmVersion":"1.4.13","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"dist":{"shasum":"48c296c5bddc3d716ece79381f31bbd20867c3f2","size":7643,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.2.1.tgz"},"publish_time":1414953441828,"_cnpm_publish_time":1414953441828,"_hasShrinkwrap":false},"0.2.0":{"name":"comment-parser","version":"0.2.0","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{"lodash":"~2.4.1"},"devDependencies":{"mocha":"~1.17.1","chai":"~1.9.0"},"scripts":{"test":"mocha tests/*"},"repository":{"type":"git","url":"git@github.com:yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","gitHead":"6fbf854082e875b6f54ef3611938a5ac30630e1b","_id":"comment-parser@0.2.0","_shasum":"da18efa028982f41d112cac64a191c4a4b77a164","_from":".","_npmVersion":"1.4.13","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"dist":{"shasum":"da18efa028982f41d112cac64a191c4a4b77a164","size":6916,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.2.0.tgz"},"publish_time":1411336376952,"_cnpm_publish_time":1411336376952,"_hasShrinkwrap":false},"0.1.2":{"name":"comment-parser","version":"0.1.2","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{"lodash":"~2.4.1"},"devDependencies":{"mocha":"~1.17.1","chai":"~1.9.0"},"scripts":{"test":"mocha tests/*"},"repository":{"type":"git","url":"git@github.com:yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","_id":"comment-parser@0.1.2","dist":{"shasum":"43420460369d723963142f13c457a4d81c2facf7","size":5817,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.1.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.1.2.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"publish_time":1394604846201,"_cnpm_publish_time":1394604846201,"_hasShrinkwrap":false},"0.1.1":{"name":"comment-parser","version":"0.1.1","description":"Generic JSDoc-like comment parser. ","main":"index.js","directories":{"test":"tests"},"dependencies":{"lodash":"~2.4.1"},"devDependencies":{"mocha":"~1.17.1","chai":"~1.9.0"},"scripts":{"test":"mocha tests/*"},"repository":{"type":"git","url":"git@github.com:yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","_id":"comment-parser@0.1.1","dist":{"shasum":"4da06f600d0fd5622d4813be242c1490b24a151d","size":5751,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.1.1.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"publish_time":1394438389575,"_cnpm_publish_time":1394438389575,"_hasShrinkwrap":false},"0.1.0":{"name":"comment-parser","version":"0.1.0","description":"Generic JSDoc-like comment parser.","main":"index.js","directories":{"test":"tests"},"dependencies":{"event-stream":"~3.1.0","lodash":"~2.4.1"},"devDependencies":{"mocha":"~1.17.1","chai":"~1.9.0"},"scripts":{"test":"mocha tests/*"},"repository":{"type":"git","url":"git@github.com:yavorskiy/comment-parser.git"},"keywords":["jsdoc","comments","parser"],"author":{"name":"Sergii Iavorskyi","email":"yavorskiy.s@gmail.com","url":"https://github.com/yavorskiy"},"license":"MIT","bugs":{"url":"https://github.com/yavorskiy/comment-parser/issues"},"homepage":"https://github.com/yavorskiy/comment-parser","_id":"comment-parser@0.1.0","dist":{"shasum":"e00ca1f468c5334877fb4ee75c9971f462b94048","size":5341,"noattachment":false,"key":"/comment-parser/-/comment-parser-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/comment-parser/download/comment-parser-0.1.0.tgz"},"_from":".","_npmVersion":"1.3.14","_npmUser":{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"},"maintainers":[{"name":"yavorskiys","email":"yavorskiy.s@gmail.com"}],"publish_time":1394353854041,"_cnpm_publish_time":1394353854041,"_hasShrinkwrap":false}},"readme":"# comment-parser\n\n`comment-parser` is a library helping to handle Generic JSDoc-style comments. It is\n\n- **language-agnostic** – no semantics enforced. You decide what tags are and what they mean. And it can be used with any language supporting `/** */` source comments.\n- **no dependencies** – it is compact and environment-agnostic, can be run on both the server and browser sides\n- **highly customizable** – with a little code you can deeply customize how comments are parsed\n- **bidirectional** - you can write comment blocks back to the source after updating or formatting\n- **strictly typed** - comes with generated `d.ts` data definitions since written in TypeScript\n\n```sh\nnpm install comment-parser\n```\n\n> ???? Check out the [Playground](https://syavorsky.github.io/comment-parser)\n\n> ???? Previous version lives in [0.x](https://github.com/syavorsky/comment-parser/tree/0.x) branch\n\nLib mainly provides two pieces [Parser](#Parser) and [Stringifier](#Stringifier).\n\n## Parser\n\nLet's go over string parsing:\n\n```js\nconst { parse } = require('comment-parser/lib')\n\nconst source = `\n/**\n * Description may go\n * over few lines followed by @tags\n * @param {string} name the name parameter\n * @param {any} value the value of any type\n */`\n\nconst parsed = parse(source)\n```\n\nLib source code is written in TypeScript and all data shapes are conveniently available for your IDE of choice. All types described below can be found in [primitives.ts](src/primitives.ts)\n\nThe input source is first parsed into lines, then lines split into tokens, and finally, tokens are processed into blocks of tags\n\n### Block\n\n```js\n/**\n * Description may go\n * over multiple lines followed by @tags\n * @param {string} name the name parameter\n * @param {any} value the value parameter\n */\n```\n\n### Description\n\n```js\n/**\n * Description may go\n * over multiple lines followed by @tags\n```\n\n### Tags\n\n```js\n * @param {string} name the name parameter\n```\n\n```js\n * @param {any} value the value parameter\n */\n```\n\n### Tokens\n\n```\n|line|start|delimiter|postDelimiter|tag   |postTag|name |postName|type    |postType|description                     |end|\n|----|-----|---------|-------------|------|-------|-----|--------|--------|--------|--------------------------------|---|\n|   0|{2}  |/**      |             |      |       |     |        |        |        |                                |   |\n|   1|{3}  |*        |{1}          |      |       |     |        |        |        |Description may go              |   |\n|   2|{3}  |*        |{1}          |      |       |     |        |        |        |over few lines followed by @tags|   |\n|   3|{3}  |*        |{1}          |@param|{1}    |name |{1}     |{string}|{1}     |the name parameter              |   |\n|   4|{3}  |*        |{1}          |@param|{1}    |value|{1}     |{any}   |{1}     |the value of any type           |   |\n|   5|{3}  |         |             |      |       |     |        |        |        |                                |*/ |\n```\n\n### Result\n\nThe result is an array of Block objects, see the full output on the [playground](https://syavorsky.github.io/comment-parser)\n\n```js\n[{\n  // uppper text of the comment, overall block description\n  description: 'Description may go over multiple lines followed by @tags',\n  // list of block tags: @param, @param\n  tags: [{\n    // tokens.tag without \"@\"\n    tag: 'param',\n    // unwrapped tokens.name\n    name: 'name',\n    // unwrapped tokens.type\n    type: 'string',\n    // true, if tokens.name is [optional]\n    optional: false,\n    // default value if optional [name=default] has one\n    default: undefined,\n    // tokens.description assembled from a siongle or multiple lines\n    description: 'the name parameter',\n    // problems occured while parsing this tag section, subset of ../problems array\n    problems: [],\n    // source lines processed for extracting this tag, \"slice\" of the ../source item reference\n    source: [ ... ],\n  }, ... ],\n  // source is an array of `Line` items having the source\n  // line number and `Tokens` that can be assembled back into\n  // the line string preserving original formatting\n  source: [{\n    // source line number\n    number: 1,\n    // source line string\n    source: \"/**\",\n    // source line tokens\n    tokens: {\n      // indentation\n      start: \"\",\n      // delimiter, either '/**', '*/', '*', or ''. Mid lines may have no delimiters\n      delimiter: \"/**\",\n      // space between delimiter and tag\n      postDelimiter: \"\",\n      // tag starting with \"@\"\n      tag: \"\",\n      // space between tag and type\n      postTag: \"\",\n      // name with no whitespaces or \"multiple words\" wrapped into quotes. May occure in [name] and [name=default] forms\n      name: \"\",\n      // space between name and type\n      postName: \"\",\n      // type is has to be {wrapped} into curlies otherwise will be omitted\n      type: \"\",\n      // space between type and description\n      postType: \"\",\n      // description is basicaly rest of the line\n      description: \"\",\n      // closing */ marker if present\n      end: \"\"\n    }\n  }, ... ],\n  // problems occured while parsing the block\n  problems: [],\n}];\n```\n\nWhile `.source[].tokens` are not providing readable annotation information, they are essential for tracing data origins and assembling string blocks with `stringify`\n\n### options\n\n```ts\ninterface Options {\n  // start count for source line numbers\n  startLine: number;\n  // escaping chars sequence marking wrapped content literal for the parser\n  fence: string;\n  // block and comment description compaction strategy\n  spacing: 'compact' | 'preserve';\n  // tokenizer functions extracting name, type, and description out of tag, see Tokenizer\n  tokenizers: Tokenizer[];\n}\n```\n\nexamples\n- [default config](https://syavorsky.github.io/comment-parser/#parse-defaults)\n- [line numbers control](https://syavorsky.github.io/comment-parser/#parse-line-numbering)\n- [description spacing](https://syavorsky.github.io/comment-parser/#parse-spacing)\n- [escaping](https://syavorsky.github.io/comment-parser/#parse-escaping)\n- [explore the origin source](https://syavorsky.github.io/comment-parser/#parse-source-exploration)\n\n[suggest more examples](https://github.com/syavorsky/comment-parser/issues/new?title=example+suggestion%3A+...&labels=example,parser)\n\n## Stringifier\n\nThe stringifier is an important piece used by other tools updating the source code. It goes over `Block.source[].tokens` items and assembles them back to the string. It might be used with various transforms applied before stringifying.\n\n```js\nconst { parse, stringify, transforms: {flow, align, indent} } = require('comment-parser');\n\nconst source = `\n  /**\n   * Description may go\n   * over multiple lines followed by @tags\n   *\n* @my-tag {my.type} my-name description line 1\n      description line 2\n    * description line 3\n   */`;\n\nconst parsed = parse(source);\nconst transform = flow(align(), indent(0))\nconsole.log(stringify(transform(parsed[0])));\n```\n\n### Result\n\n```js\n/**\n * Description may go\n * over multiple lines followed by @tags\n *\n * @my-tag {my.type} my-name description line 1\n                             description line 2\n *                           description line 3\n */\n```\n\nexamples\n- [format comments](https://syavorsky.github.io/comment-parser/#stringify-formatting)\n\n[suggest more examples](https://github.com/syavorsky/comment-parser/issues/new?title=example+suggestion%3A+...&labels=example,stringifier)\n\n## Migrating from 0.x version\n\nCode of pre-1.0 version is forked into [0.x](https://github.com/syavorsky/comment-parser/tree/0.x) and will phase out eventually. Please file the issue if you find some previously existing functionality can't be achieved with 1.x API. Check out [migration notes](migrate-1.0.md).\n","_attachments":{},"homepage":"https://github.com/syavorsky/comment-parser","bugs":{"url":"https://github.com/syavorsky/comment-parser/issues"},"license":"MIT"}