-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 2.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"_args": [
[
{
"raw": "node-cron",
"scope": null,
"escapedName": "node-cron",
"name": "node-cron",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/home/pi/Larm"
]
],
"_from": "node-cron@latest",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/node-cron",
"_nodeVersion": "4.4.4",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/node-cron-1.1.2.tgz_1472731069711_0.17741610133089125"
},
"_npmUser": {
"name": "merencia",
"email": "[email protected]"
},
"_npmVersion": "2.15.1",
"_phantomChildren": {},
"_requested": {
"raw": "node-cron",
"scope": null,
"escapedName": "node-cron",
"name": "node-cron",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/node-cron/-/node-cron-1.1.2.tgz",
"_shasum": "6f7f6e14e05f3885f8ebc6eee2882a6e17e6b9a7",
"_shrinkwrap": null,
"_spec": "node-cron",
"_where": "/home/pi/Larm",
"author": {
"name": "Lucas Merencia"
},
"bugs": {
"url": "https://github.com/merencia/node-cron/issues"
},
"dependencies": {},
"description": "A simple cron-like task scheduler for Node.js",
"devDependencies": {
"coveralls": "^2.11.6",
"expect.js": "^0.3.1",
"istanbul": "^0.4.2",
"mocha": "^3.0.2",
"sinon": "^1.17.3"
},
"directories": {},
"dist": {
"shasum": "6f7f6e14e05f3885f8ebc6eee2882a6e17e6b9a7",
"tarball": "https://registry.npmjs.org/node-cron/-/node-cron-1.1.2.tgz"
},
"gitHead": "c89903c6bee2e9f6cca6455674eacb3775a27fbc",
"homepage": "http://merencia.com/node-cron/",
"keywords": [
"cron",
"scheduler",
"schedule",
"task",
"job"
],
"license": "ISC",
"main": "src/node-cron.js",
"maintainers": [
{
"name": "merencia",
"email": "[email protected]"
}
],
"name": "node-cron",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/merencia/node-cron.git"
},
"scripts": {
"check": "npm run coverage && npm run coveralls",
"coverage": "istanbul cover _mocha -- --recursive",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"test": "./node_modules/mocha/bin/mocha --recursive"
},
"version": "1.1.2"
}