| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "node-cron@3.0.0",
- "D:\\Projects\\scrapper-api"
- ]
- ],
- "_from": "node-cron@3.0.0",
- "_id": "node-cron@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-DDwIvvuCwrNiaU7HEivFDULcaQualDv7KoNlB/UU1wPW0n1tDEmBJKhEIE6DlF2FuoOHcNbLJ8ITL2Iv/3AWmA==",
- "_location": "/node-cron",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "node-cron@3.0.0",
- "name": "node-cron",
- "escapedName": "node-cron",
- "rawSpec": "3.0.0",
- "saveSpec": null,
- "fetchSpec": "3.0.0"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/node-cron/-/node-cron-3.0.0.tgz",
- "_spec": "3.0.0",
- "_where": "D:\\Projects\\scrapper-api",
- "author": {
- "name": "Lucas Merencia"
- },
- "bugs": {
- "url": "https://github.com/merencia/node-cron/issues"
- },
- "dependencies": {
- "moment-timezone": "^0.5.31"
- },
- "description": "A simple cron-like task scheduler for Node.js",
- "devDependencies": {
- "chai": "^4.2.0",
- "coveralls": "^3.0.2",
- "eslint": "^5.7.0",
- "istanbul": "^0.4.2",
- "mocha": "^6.1.4",
- "nyc": "^14.0.0",
- "sinon": "^7.3.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 run lint && npm test && npm run coverage",
- "coverage": "nyc report --reporter=text-lcov | coveralls",
- "lint": "eslint ./src ./test",
- "test": "nyc --reporter=html --reporter=text mocha --recursive"
- },
- "version": "3.0.0"
- }
|