Current File : //usr/lib/node_modules/pm2/node_modules/cron/package.json |
{
"_from": "cron@^1.3",
"_id": "cron@1.6.0",
"_inBundle": false,
"_integrity": "sha512-8OkXbeK3qF42ndzkIkCo3zfCDg2TxGjQiCQqVE+ZFFHa4vAcw0PdBc5i/6aJ9FppLncyKZmDuZdJ9/uuXEYZaw==",
"_location": "/pm2/cron",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cron@^1.3",
"name": "cron",
"escapedName": "cron",
"rawSpec": "^1.3",
"saveSpec": null,
"fetchSpec": "^1.3"
},
"_requiredBy": [
"/pm2"
],
"_resolved": "https://registry.npmjs.org/cron/-/cron-1.6.0.tgz",
"_shasum": "15f92c1b5a930c5cdfcd53fe940064fa8ca2e72d",
"_spec": "cron@^1.3",
"_where": "/usr/lib/node_modules/pm2",
"author": {
"name": "Nick Campbell",
"email": "nicholas.j.campbell@gmail.com",
"url": "http://github.com/ncb000gt"
},
"bugs": {
"url": "http://github.com/kelektiv/node-cron/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Romain Beauxis",
"email": "toots@rastageeks.org",
"url": "https://github.com/toots"
},
{
"name": "James Padolsey",
"url": "https://github.com/jamespadolsey"
},
{
"name": "Finn Herpich",
"email": "fh@three-heads.de",
"url": "https://github.com/ErrorProne"
},
{
"name": "Clifton Cunningham",
"email": "clifton.cunningham@gmail.com",
"url": "https://github.com/cliftonc"
},
{
"name": "Eric Abouaf",
"email": "eric.abouaf@gmail.com",
"url": "https://github.com/neyric"
},
{
"name": "humanchimp",
"email": "morphcham@gmail.com",
"url": "https://github.com/humanchimp"
},
{
"name": "Craig Condon",
"email": "craig@spiceapps.com",
"url": "https://github.com/spiceapps"
},
{
"name": "Dan Bear",
"email": "daniel@hulu.com",
"url": "https://github.com/danhbear"
},
{
"name": "Vadim Baryshev",
"email": "vadimbaryshev@gmail.com",
"url": "https://github.com/baryshev"
},
{
"name": "Leandro Ferrari",
"email": "lfthomaz@gmail.com",
"url": "https://github.com/lfthomaz"
},
{
"name": "Gregg Zigler",
"email": "greggzigler@gmail.com",
"url": "https://github.com/greggzigler"
},
{
"name": "Jordan Abderrachid",
"email": "jabderrachid@gmail.com",
"url": "https://github.com/jordanabderrachid"
},
{
"name": "Masakazu Matsushita",
"email": "matsukaz@gmail.com",
"url": "matsukaz"
}
],
"dependencies": {
"moment-timezone": "^0.5.x"
},
"deprecated": false,
"description": "Cron jobs for your node",
"devDependencies": {
"chai": "~4.1.x",
"eslint": "~5.3.x",
"eslint-config-prettier": "~3.0.x",
"eslint-config-standard": "~11.0.x",
"eslint-plugin-import": "~2.14.x",
"eslint-plugin-node": "~7.0.x",
"eslint-plugin-prettier": "~2.6.x",
"eslint-plugin-promise": "~3.8.x",
"eslint-plugin-standard": "~3.1.x",
"mocha": "~5.1.x",
"prettier": "~1.14.x",
"sinon": "~1.12.x"
},
"homepage": "https://github.com/kelektiv/node-cron#readme",
"keywords": [
"cron",
"node cron",
"node-cron",
"schedule",
"scheduler",
"cronjob",
"cron job"
],
"license": "MIT",
"main": "lib/cron",
"name": "cron",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kelektiv/node-cron.git"
},
"scripts": {
"test": "make test"
},
"version": "1.6.0"
}