package.json
2.28 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
{
"_args": [
[
{
"raw": "cryptiles@0.2.x",
"scope": null,
"escapedName": "cryptiles",
"name": "cryptiles",
"rawSpec": "0.2.x",
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\hawk"
]
],
"_from": "cryptiles@>=0.2.0 <0.3.0",
"_id": "cryptiles@0.2.2",
"_inCache": true,
"_location": "/cryptiles",
"_npmUser": {
"name": "hueniverse",
"email": "eran@hueniverse.com"
},
"_npmVersion": "1.2.24",
"_phantomChildren": {},
"_requested": {
"raw": "cryptiles@0.2.x",
"scope": null,
"escapedName": "cryptiles",
"name": "cryptiles",
"rawSpec": "0.2.x",
"spec": ">=0.2.0 <0.3.0",
"type": "range"
},
"_requiredBy": [
"/hawk"
],
"_resolved": "https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz",
"_shasum": "ed91ff1f17ad13d3748288594f8a48a0d26f325c",
"_shrinkwrap": null,
"_spec": "cryptiles@0.2.x",
"_where": "C:\\Users\\yoon\\Desktop\\JS\\RUTroll\\node_modules\\hawk",
"author": {
"name": "Eran Hammer",
"email": "eran@hueniverse.com",
"url": "http://hueniverse.com"
},
"bugs": {
"url": "https://github.com/hueniverse/cryptiles/issues"
},
"contributors": [],
"dependencies": {
"boom": "0.4.x"
},
"description": "General purpose crypto utilities",
"devDependencies": {
"complexity-report": "0.x.x",
"lab": "0.1.x"
},
"directories": {},
"dist": {
"shasum": "ed91ff1f17ad13d3748288594f8a48a0d26f325c",
"tarball": "https://registry.npmjs.org/cryptiles/-/cryptiles-0.2.2.tgz"
},
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/hueniverse/cryptiles#readme",
"keywords": [
"cryptography",
"security",
"utilites"
],
"licenses": [
{
"type": "BSD",
"url": "http://github.com/hueniverse/cryptiles/raw/master/LICENSE"
}
],
"main": "index",
"maintainers": [
{
"name": "hueniverse",
"email": "eran@hueniverse.com"
}
],
"name": "cryptiles",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/hueniverse/cryptiles.git"
},
"scripts": {
"test": "make test-cov"
},
"version": "0.2.2"
}