Files
cm-app-coupang/node_modules/node-cron/package.json

80 lines
2.1 KiB
JSON

{
"_from": "node-cron@^2.0.3",
"_id": "node-cron@2.0.3",
"_inBundle": false,
"_integrity": "sha512-eJI+QitXlwcgiZwNNSRbqsjeZMp5shyajMR81RZCqeW0ZDEj4zU9tpd4nTh/1JsBiKbF8d08FCewiipDmVIYjg==",
"_location": "/node-cron",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "node-cron@^2.0.3",
"name": "node-cron",
"escapedName": "node-cron",
"rawSpec": "^2.0.3",
"saveSpec": null,
"fetchSpec": "^2.0.3"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-cron/-/node-cron-2.0.3.tgz",
"_shasum": "b9649784d0d6c00758410eef22fa54a10e3f602d",
"_spec": "node-cron@^2.0.3",
"_where": "D:\\dev\\xmap\\cm-melon",
"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"
}