• File: package.json
  • Full Path: /var/www/nodejs/Notifications_Imali_API/node_modules/cron-parser/package.json
  • Date Modified: 01/01/2023 3:33 PM
  • File size: 3.74 KB
  • MIME-type: application/json
  • Charset: utf-8
{
  "_args": [
    [
      "cron-parser@3.5.0",
      "/var/www/nodejs/Notifications_Imali_API"
    ]
  ],
  "_from": "cron-parser@3.5.0",
  "_id": "cron-parser@3.5.0",
  "_inBundle": false,
  "_integrity": "sha512-wyVZtbRs6qDfFd8ap457w3XVntdvqcwBGxBoTvJQH9KGVKL/fB+h2k3C8AqiVxvUQKN1Ps/Ns46CNViOpVDhfQ==",
  "_location": "/cron-parser",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cron-parser@3.5.0",
    "name": "cron-parser",
    "escapedName": "cron-parser",
    "rawSpec": "3.5.0",
    "saveSpec": null,
    "fetchSpec": "3.5.0"
  },
  "_requiredBy": [
    "/node-schedule"
  ],
  "_resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-3.5.0.tgz",
  "_spec": "3.5.0",
  "_where": "/var/www/nodejs/Notifications_Imali_API",
  "author": {
    "name": "Harri Siirak"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/harrisiirak/cron-parser/issues"
  },
  "contributors": [
    {
      "name": "Nicholas Clawson"
    },
    {
      "name": "Daniel Prentis",
      "email": "daniel@salsitasoft.com"
    },
    {
      "name": "Renault John Lecoultre"
    },
    {
      "name": "Richard Astbury",
      "email": "richard.astbury@gmail.com"
    },
    {
      "name": "Meaglin Wasabi",
      "email": "Meaglin.wasabi@gmail.com"
    },
    {
      "name": "Mike Kusold",
      "email": "hello@mikekusold.com"
    },
    {
      "name": "Alex Kit",
      "email": "alex.kit@atmajs.com"
    },
    {
      "name": "Santiago Gimeno",
      "email": "santiago.gimeno@gmail.com"
    },
    {
      "name": "Daniel",
      "email": "darc.tec@gmail.com"
    },
    {
      "name": "Christian Steininger",
      "email": "christian.steininger.cs@gmail.com"
    },
    {
      "name": "Mykola Piskovyi",
      "email": "m.piskovyi@gmail.com"
    },
    {
      "name": "Brian Vaughn",
      "email": "brian.david.vaughn@gmail.com"
    },
    {
      "name": "Nicholas Clawson",
      "email": "nickclaw@gmail.com"
    },
    {
      "name": "Yasuhiroki",
      "email": "yasuhiroki.duck@gmail.com"
    },
    {
      "name": "Nicholas Clawson",
      "email": "nickclaw@gmail.com"
    },
    {
      "name": "Brendan Warkentin",
      "email": "faazshift@gmail.com"
    },
    {
      "name": "Charlie Fish",
      "email": "fishcharlie.code@gmail.com"
    },
    {
      "name": "Ian Graves",
      "email": "ian+diskimage@iangrav.es"
    },
    {
      "name": "Andy Thompson",
      "email": "me@andytson.com"
    },
    {
      "name": "Regev Brody",
      "email": "regevbr@gmail.com"
    }
  ],
  "dependencies": {
    "is-nan": "^1.3.2",
    "luxon": "^1.26.0"
  },
  "description": "Node.js library for parsing crontab instructions",
  "devDependencies": {
    "eslint": "^7.24.0",
    "sinon": "^10.0.0",
    "tap": "^15.0.3",
    "tsd": "^0.14.0"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=0.8"
  },
  "homepage": "https://github.com/harrisiirak/cron-parser#readme",
  "keywords": [
    "cron",
    "crontab",
    "parser"
  ],
  "license": "MIT",
  "main": "lib/parser.js",
  "name": "cron-parser",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/harrisiirak/cron-parser.git"
  },
  "scripts": {
    "lint": "eslint .",
    "lint:fix": "eslint --fix .",
    "test": "npm run lint && npm run test:unit && npm run test:tsd",
    "test:cover": "TZ=UTC tap --coverage-report=html ./test/*.js",
    "test:tsd": "tsd",
    "test:unit": "TZ=UTC tap ./test/*.js"
  },
  "tap": {
    "check-coverage": false
  },
  "tsd": {
    "directory": "test",
    "compilerOptions": {
      "lib": [
        "es2017",
        "dom"
      ]
    }
  },
  "types": "index.d.ts",
  "typesVersions": {
    "<4.1": {
      "*": [
        "types/ts3/*"
      ]
    }
  },
  "version": "3.5.0"
}