You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

141 lines
3.1 KiB

{
"_from": "cron-parser@^2.7.3",
"_id": "cron-parser@2.13.0",
"_inBundle": false,
"_integrity": "sha512-UWeIpnRb0eyoWPVk+pD3TDpNx3KCFQeezO224oJIkktBrcW6RoAPOx5zIKprZGfk6vcYSmA8yQXItejSaDBhbQ==",
"_location": "/cron-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "cron-parser@^2.7.3",
"name": "cron-parser",
"escapedName": "cron-parser",
"rawSpec": "^2.7.3",
"saveSpec": null,
"fetchSpec": "^2.7.3"
},
"_requiredBy": [
"/node-schedule"
],
"_resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-2.13.0.tgz",
"_shasum": "6f930bb6f2931790d2a9eec83b3ec276e27a6725",
"_spec": "cron-parser@^2.7.3",
"_where": "E:\\cloud\\OneDrive\\git\\fdc\\node_modules\\node-schedule",
"author": {
"name": "Harri Siirak"
},
"browser": {
"fs": false
},
"bugs": {
"url": "https://github.com/harrisiirak/cron-parser/issues"
},
"bundleDependencies": false,
"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"
}
],
"dependencies": {
"is-nan": "^1.2.1",
"moment-timezone": "^0.5.25"
},
"deprecated": false,
"description": "Node.js library for parsing crontab instructions",
"devDependencies": {
"sinon": "^7.3.2",
"tap": "^14.2.2"
},
"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": {
"test": "tap ./test/*.js"
},
"types": "lib/index.d.ts",
"version": "2.13.0"
}