package.json
2.43 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
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
{
"_args": [
[
{
"raw": "sntp@2.x.x",
"scope": null,
"escapedName": "sntp",
"name": "sntp",
"rawSpec": "2.x.x",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/hawk"
]
],
"_from": "sntp@>=2.0.0 <3.0.0",
"_id": "sntp@2.1.0",
"_inCache": true,
"_location": "/sntp",
"_nodeVersion": "8.7.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/sntp-2.1.0.tgz_1508979210264_0.7410221791360527"
},
"_npmUser": {
"name": "hueniverse",
"email": "eran@hammer.io"
},
"_npmVersion": "5.5.1",
"_phantomChildren": {},
"_requested": {
"raw": "sntp@2.x.x",
"scope": null,
"escapedName": "sntp",
"name": "sntp",
"rawSpec": "2.x.x",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/hawk"
],
"_resolved": "https://registry.npmjs.org/sntp/-/sntp-2.1.0.tgz",
"_shasum": "2c6cec14fedc2222739caf9b5c3d85d1cc5a2cc8",
"_shrinkwrap": null,
"_spec": "sntp@2.x.x",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/hawk",
"author": {
"name": "Eran Hammer",
"email": "eran@hammer.io",
"url": "http://hueniverse.com"
},
"bugs": {
"url": "https://github.com/hueniverse/sntp/issues"
},
"dependencies": {
"hoek": "4.x.x"
},
"description": "SNTP Client",
"devDependencies": {
"code": "4.x.x",
"lab": "14.x.x"
},
"directories": {},
"dist": {
"integrity": "sha512-FL1b58BDrqS3A11lJ0zEdnJ3UOKqVxawAkF3k7F0CVN7VQ34aZrV+G8BZ1WC9ZL7NyrwsW0oviwsWDgRuVYtJg==",
"shasum": "2c6cec14fedc2222739caf9b5c3d85d1cc5a2cc8",
"tarball": "https://registry.npmjs.org/sntp/-/sntp-2.1.0.tgz"
},
"engines": {
"node": ">=4.0.0"
},
"gitHead": "4ea16d6c111c205c3dc1f8e95c635108ed3f4d6b",
"homepage": "https://github.com/hueniverse/sntp#readme",
"keywords": [
"sntp",
"ntp",
"time"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"maintainers": [
{
"name": "hueniverse",
"email": "eran@hueniverse.com"
}
],
"name": "sntp",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/hueniverse/sntp.git"
},
"scripts": {
"test": "lab -a code -t 100 -L -m 20000",
"test-cov-html": "lab -a code -r html -o coverage.html -m 20000"
},
"version": "2.1.0"
}