package.json
2.61 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
101
102
103
104
105
106
107
108
109
110
111
112
{
"_args": [
[
{
"raw": "cryptiles@3.x.x",
"scope": null,
"escapedName": "cryptiles",
"name": "cryptiles",
"rawSpec": "3.x.x",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/hawk"
]
],
"_from": "cryptiles@>=3.0.0 <4.0.0",
"_id": "cryptiles@3.1.2",
"_inCache": true,
"_location": "/cryptiles",
"_nodeVersion": "7.8.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/cryptiles-3.1.2.tgz_1495952659156_0.7303131713997573"
},
"_npmUser": {
"name": "hueniverse",
"email": "eran@hammer.io"
},
"_npmVersion": "4.2.0",
"_phantomChildren": {
"hoek": "4.2.0"
},
"_requested": {
"raw": "cryptiles@3.x.x",
"scope": null,
"escapedName": "cryptiles",
"name": "cryptiles",
"rawSpec": "3.x.x",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/hawk"
],
"_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.2.tgz",
"_shasum": "a89fbb220f5ce25ec56e8c4aa8a4fd7b5b0d29fe",
"_shrinkwrap": null,
"_spec": "cryptiles@3.x.x",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/hawk",
"bugs": {
"url": "https://github.com/hapijs/cryptiles/issues"
},
"dependencies": {
"boom": "5.x.x"
},
"description": "General purpose crypto utilities",
"devDependencies": {
"code": "4.x.x",
"lab": "13.x.x"
},
"directories": {},
"dist": {
"shasum": "a89fbb220f5ce25ec56e8c4aa8a4fd7b5b0d29fe",
"tarball": "https://registry.npmjs.org/cryptiles/-/cryptiles-3.1.2.tgz"
},
"engines": {
"node": ">=4.0.0"
},
"gitHead": "c32a74c4c6c64b967e9d8c2ebf4038f5ebcd2a0b",
"homepage": "https://github.com/hapijs/cryptiles#readme",
"keywords": [
"cryptography",
"security",
"utilites"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"maintainers": [
{
"name": "ceejbot",
"email": "ceejceej@gmail.com"
},
{
"name": "hueniverse",
"email": "eran@hammer.io"
},
{
"name": "marsup",
"email": "nicolas@morel.io"
},
{
"name": "nlf",
"email": "quitlahok@gmail.com"
},
{
"name": "wyatt",
"email": "wpreul@gmail.com"
}
],
"name": "cryptiles",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/cryptiles.git"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"version": "3.1.2"
}