-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.42 KB
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
{
"_from": "system-sleep",
"_id": "system-sleep@1.3.6",
"_inBundle": false,
"_integrity": "sha512-tBQqFUdmuFQhiXtptJR0Nu+fOL0lGFRML2BD0G02bCCCHAZ09Qmu0M/nPzjJL/qx23zQ7arFMo2/LCvfSsgJZA==",
"_location": "/system-sleep",
"_npmUser": {
"name": "jochemstoel",
"email": "jochemstoel@gmail.com"
},
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "system-sleep",
"name": "system-sleep",
"escapedName": "system-sleep",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/system-sleep/-/system-sleep-1.3.6.tgz",
"_shasum": "ed9b698ae991f3e6cee85aa0083c9a06a9b6bc03",
"_spec": "system-sleep",
"_where": "C:\\Users\\norep\\Desktop",
"bugs": {
"url": "https://github.com/jochemstoel/nodejs-system-sleep/issues"
},
"bundleDependencies": false,
"dependencies": {
"deasync-promise": "1.0.1"
},
"deprecated": false,
"description": "A real and better system sleep() for Node. Works on every platform.",
"homepage": "https://github.com/jochemstoel/nodejs-system-sleep",
"main": "module.js",
"maintainers": [
{
"name": "jochemstoel",
"email": "jochemstoel@gmail.com"
}
],
"name": "system-sleep",
"repository": {
"type": "git",
"url": "git://github.com/jochemstoel/nodejs-system-sleep.git"
},
"version": "1.3.7"
}