| Current Path : /etc/kibana/node_modules/cronstrue/ |
| Current File : //etc/kibana/node_modules/cronstrue/package.json |
{
"name": "cronstrue",
"title": "cRonstrue",
"version": "1.51.0",
"description": "Convert cron expressions into human readable descriptions",
"author": "Brady Holt",
"license": "MIT",
"bugs": {
"url": "https://github.com/bradymholt/cronstrue/issues"
},
"homepage": "https://github.com/bradymholt/cronstrue",
"keywords": [
"cron",
"cronjob",
"crontab",
"schedule",
"parser",
"cron expression",
"cron description",
"pretty cron",
"cron for humans",
"cron translated",
"cron english",
"cron schedule",
"cron english",
"cron schedule"
],
"main": "dist/cronstrue.js",
"typings": "dist/cronstrue.d.ts",
"files": [
"dist/",
"i18n.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bradymholt/cronstrue.git"
},
"prettier": {
"printWidth": 120
},
"devDependencies": {},
"scripts": {
"build": "npx tsc --noEmit",
"test": "npx mocha --reporter spec --compilers ts:ts-node/register",
"prerelease": "rm -rf ./dist && npx webpack && node ./docs/generate.js README.md && git add -A",
"release": "npx npm-github-release"
},
"dependencies": {},
"cleaned": true
}