1
This commit is contained in:
136
nodejs/node_modules/cron-parser/package.json
generated
vendored
Executable file
136
nodejs/node_modules/cron-parser/package.json
generated
vendored
Executable file
@ -0,0 +1,136 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"cron-parser@2.6.0",
|
||||
"/www/wwwroot/Adminx.cc/nodejs"
|
||||
]
|
||||
],
|
||||
"_from": "cron-parser@2.6.0",
|
||||
"_id": "cron-parser@2.6.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-KGfDDTjBIx85MnVYcdhLccoJH/7jcYW+5Z/t3Wsg2QlJhmmjf+97z+9sQftS71lopOYYapjEKEvmWaCsym5Z4g==",
|
||||
"_location": "/cron-parser",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "cron-parser@2.6.0",
|
||||
"name": "cron-parser",
|
||||
"escapedName": "cron-parser",
|
||||
"rawSpec": "2.6.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.6.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/node-schedule"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cron-parser/-/cron-parser-2.6.0.tgz",
|
||||
"_spec": "2.6.0",
|
||||
"_where": "/www/wwwroot/Adminx.cc/nodejs",
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"is-nan": "^1.2.1",
|
||||
"moment-timezone": "^0.5.0"
|
||||
},
|
||||
"description": "Node.js library for parsing crontab instructions",
|
||||
"devDependencies": {
|
||||
"sinon": "^1.17.7",
|
||||
"tap": "^0.5.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": {
|
||||
"test": "tap ./test/*.js"
|
||||
},
|
||||
"types": "lib/index.d.ts",
|
||||
"version": "2.6.0"
|
||||
}
|
||||
Reference in New Issue
Block a user