123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- {
- "_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": "/data/wwwroot/zbsc.yunbaozb.com/node/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"
- }
|