2025-04-23 09:34:08 +08:00

71 lines
1.7 KiB
JSON

{
"_args": [
[
"node-schedule@1.3.2",
"E:\\new-xy\\xy-server"
]
],
"_from": "node-schedule@1.3.2",
"_id": "node-schedule@1.3.2",
"_inBundle": false,
"_integrity": "sha1-13Szg+Km9q3lnuzGIlSuoHzXWMs=",
"_location": "/node-schedule",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "node-schedule@1.3.2",
"name": "node-schedule",
"escapedName": "node-schedule",
"rawSpec": "1.3.2",
"saveSpec": null,
"fetchSpec": "1.3.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npm.taobao.org/node-schedule/download/node-schedule-1.3.2.tgz",
"_spec": "1.3.2",
"_where": "E:\\new-xy\\xy-server",
"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.7.3",
"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.2"
}