| Server IP : 82.148.16.210 / Your IP : 216.73.216.59 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 : root ( 0) 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/gitdown/ |
Upload File : |
{
"author": {
"email": "gajus@gajus.com",
"name": "Gajus Kuizinas",
"url": "http://gajus.com"
},
"bin": "./dist/bin/index.js",
"dependencies": {
"bluebird": "^3.7.2",
"deadlink": "^1.1.3",
"filesize": "^6.1.0",
"get-urls": "^10.0.0",
"gitinfo": "^2.4.0",
"glob": "^7.1.6",
"jsonfile": "^6.1.0",
"lodash": "^4.17.20",
"markdown-contents": "^1.0.11",
"marked": "^2.0.0",
"moment": "^2.29.1",
"stack-trace": "^0.0.10",
"yargs": "^16.2.0"
},
"description": "Github markdown preprocessor.",
"devDependencies": {
"@babel/cli": "^7.12.16",
"@babel/core": "^7.12.16",
"@babel/node": "^7.12.16",
"@babel/plugin-transform-flow-strip-types": "^7.12.13",
"@babel/preset-env": "^7.12.16",
"@babel/register": "^7.12.13",
"babel-plugin-istanbul": "^6.0.0",
"chai": "^4.3.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.1.0",
"eslint": "~7.20.0",
"eslint-config-canonical": "~25.8.17",
"husky": "^4.2.3",
"mocha": "^8.3.0",
"nock": "^13.0.7",
"nyc": "^15.1.0",
"require-uncached": "^2",
"semantic-release": "^17.3.9",
"sinon": "^9.2.4"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint && npm run test && npm run build",
"pre-push": "babel-node ./src/bin/index.js ./.README/README.md --output-file ./README.md --check"
}
},
"keywords": [
"github",
"markdown",
"table of contents",
"toc",
"include",
"variable",
"transclusion"
],
"license": "BSD-3-Clause",
"main": "./dist/index.js",
"name": "gitdown",
"repository": {
"type": "git",
"url": "https://github.com/gajus/gitdown"
},
"engines": {
"node": ">=10"
},
"scripts": {
"build": "babel ./src --out-dir ./dist --copy-files",
"create-readme": "babel-node ./src/bin/index.js ./.README/README.md --output-file ./README.md",
"lint": "eslint --report-unused-disable-directives ./src ./tests",
"test": "nyc mocha \"./tests/**/*.js\" --require @babel/register --timeout 9000"
},
"version": "3.1.5"
}