| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183 |
- {
- "_args": [
- [
- "cron-parser@4.9.0",
- "/Users/zhanwencai/code/game/congkong/webServer"
- ]
- ],
- "_from": "cron-parser@4.9.0",
- "_id": "cron-parser@4.9.0",
- "_inBundle": false,
- "_integrity": "sha512-p0SaNjrHOnQeR8/VnfGbmg9te2kfyYSQ7Sc/j/6DtPL3JQvKxmjO9TSjNFpujqV3vEYYBvNNvXSxzyksBWAx1Q==",
- "_location": "/cron-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "cron-parser@4.9.0",
- "name": "cron-parser",
- "escapedName": "cron-parser",
- "rawSpec": "4.9.0",
- "saveSpec": null,
- "fetchSpec": "4.9.0"
- },
- "_requiredBy": [
- "/node-schedule"
- ],
- "_resolved": "https://registry.npmmirror.com/cron-parser/-/cron-parser-4.9.0.tgz",
- "_spec": "4.9.0",
- "_where": "/Users/zhanwencai/code/game/congkong/webServer",
- "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": {
- "luxon": "^3.2.1"
- },
- "description": "Node.js library for parsing crontab instructions",
- "devDependencies": {
- "eslint": "^8.27.0",
- "sinon": "^15.0.1",
- "tap": "^16.3.3",
- "tsd": "^0.26.0"
- },
- "directories": {
- "test": "test"
- },
- "engines": {
- "node": ">=12.0.0"
- },
- "files": [
- "lib",
- "types",
- "LICENSE",
- "README.md"
- ],
- "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": "types/index.d.ts",
- "typesVersions": {
- "<4.1": {
- "*": [
- "types/ts3/*"
- ]
- }
- },
- "version": "4.9.0"
- }
|