Files
weipan02_server/nodejs/node_modules/node-schedule/package.json
你的名字 0483b4b364 1
2025-07-14 10:22:40 +08:00

71 lines
1.7 KiB
JSON
Executable File

{
"_args": [
[
"node-schedule@1.3.0",
"/www/wwwroot/Adminx.cc/nodejs"
]
],
"_from": "node-schedule@1.3.0",
"_id": "node-schedule@1.3.0",
"_inBundle": false,
"_integrity": "sha512-NNwO9SUPjBwFmPh3vXiPVEhJLn4uqYmZYvJV358SRGM06BR4UoIqxJpeJwDDXB6atULsgQA97MfD1zMd5xsu+A==",
"_location": "/node-schedule",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-schedule@1.3.0",
"name": "node-schedule",
"escapedName": "node-schedule",
"rawSpec": "1.3.0",
"saveSpec": null,
"fetchSpec": "1.3.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/node-schedule/-/node-schedule-1.3.0.tgz",
"_spec": "1.3.0",
"_where": "/www/wwwroot/Adminx.cc/nodejs",
"author": {
"name": "Matt Patenaude",
"email": "matt@mattpatenaude.com",
"url": "http://mattpatenaude.com"
},
"bugs": {
"url": "https://github.com/node-schedule/node-schedule/issues"
},
"dependencies": {
"cron-parser": "^2.4.0",
"long-timeout": "0.1.1",
"sorted-array-functions": "^1.0.0"
},
"description": "A cron-like and not-cron-like job scheduler for Node.",
"devDependencies": {
"coveralls": "^2.11.2",
"eslint": "^3.19.0",
"istanbul": "^0.4.5",
"nodeunit": "^0.10.2",
"sinon": "^1.14.1"
},
"homepage": "https://github.com/node-schedule/node-schedule#readme",
"keywords": [
"schedule",
"task",
"job",
"cron"
],
"license": "MIT",
"main": "./lib/schedule.js",
"name": "node-schedule",
"repository": {
"type": "git",
"url": "git+https://github.com/node-schedule/node-schedule.git"
},
"scripts": {
"lint": "eslint lib test",
"test": "nodeunit"
},
"version": "1.3.0"
}