| Server IP : 82.148.16.210 / Your IP : 216.73.216.169 Web Server : nginx/1.29.5 System : Linux mail.sarafai.ru 6.1.0-43-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.162-1 (2026-02-08) x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /srv/projects/env4/src/dev/frontend3/node_modules/table/node_modules/comment-parser/ |
Upload File : |
{
"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@github.com:yavorskiy/comment-parser.git"
},
"keywords": [
"jsdoc",
"comments",
"parser"
],
"author": "Sergiy Yavorsky <sergiy@yavorsky.me> (https://github.com/syavorsky)",
"contributors": [
"Alexej Yaroshevich (https://github.com/zxqfox)",
"Andre Wachsmuth (https://github.com/blutorange)",
"Brett Zamir (https://github.com/brettz9)",
"Dieter Oberkofler (https://github.com/doberkofler)",
"Evgeny Reznichenko (https://github.com/zxcabs)",
"Javier \"Ciberma\" Mora (https://github.com/jhm-ciberman)",
"Jordan Harband (https://github.com/ljharb)",
"tengattack (https://github.com/tengattack)",
"Jayden Seric (https://github.com/jaydenseric)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/syavorsky/comment-parser/issues"
},
"homepage": "https://github.com/syavorsky/comment-parser",
"dependencies": {}
}