80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"_from": "node-cron",
|
|
"_id": "node-cron@2.0.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-eJI+QitXlwcgiZwNNSRbqsjeZMp5shyajMR81RZCqeW0ZDEj4zU9tpd4nTh/1JsBiKbF8d08FCewiipDmVIYjg==",
|
|
"_location": "/node-cron",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "node-cron",
|
|
"name": "node-cron",
|
|
"escapedName": "node-cron",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/node-cron/-/node-cron-2.0.3.tgz",
|
|
"_shasum": "b9649784d0d6c00758410eef22fa54a10e3f602d",
|
|
"_spec": "node-cron",
|
|
"_where": "D:\\dev\\crossmap\\backend-services\\cm-app-crawlspider",
|
|
"author": {
|
|
"name": "Lucas Merencia"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/merencia/node-cron/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/node-cron",
|
|
"mocha": "^5.2.0",
|
|
"nyc": "^13.0.1",
|
|
"sinon": "^6.2.0"
|
|
},
|
|
"dependencies": {
|
|
"opencollective-postinstall": "^2.0.0",
|
|
"tz-offset": "0.0.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A simple cron-like task scheduler for Node.js",
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.2",
|
|
"expect.js": "^0.3.1",
|
|
"istanbul": "^0.4.2",
|
|
"mocha": "^4.0.1",
|
|
"nyc": "^13.0.1",
|
|
"sinon": "^4.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
},
|
|
"homepage": "https://github.com/merencia/node-cron",
|
|
"keywords": [
|
|
"cron",
|
|
"scheduler",
|
|
"schedule",
|
|
"task",
|
|
"job"
|
|
],
|
|
"license": "ISC",
|
|
"main": "src/node-cron.js",
|
|
"name": "node-cron",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/merencia/node-cron.git"
|
|
},
|
|
"scripts": {
|
|
"check": "npm test && npm run coverage",
|
|
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
|
"postinstall": "opencollective-postinstall",
|
|
"test": "nyc --reporter=html --reporter=text mocha --recursive"
|
|
},
|
|
"version": "2.0.3"
|
|
}
|