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
|
{
"name": "crypto",
"id": "crypto",
"version": "0.0.3",
"description": "JavaScript implementations of standard and secure cryptographic algorithms.",
"keywords": [
"crypto",
"md5",
"sha1"
],
"author": {
"name": "Irakli Gozalishvili",
"email": "rfobic@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/Gozala/crypto.git",
"web": "https://github.com/Gozala/crypto"
},
"bugs": {
"url": "http://github.com/Gozala/crypto/issues/"
},
"devDependencies": {
"test": ">=0.0.10"
},
"directories": {
"lib": "./"
},
"scripts": {
"test": "node test/test-crypto.js"
},
"licenses": [
{
"type": "BSD",
"url": "http://pajhome.org.uk/site/legal.html#bsdlicense"
}
],
"_npmUser": {
"name": "gozala",
"email": "rfobic@gmail.com"
},
"_id": "crypto@0.0.3",
"dependencies": {},
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "1.0.101",
"_nodeVersion": "v0.5.9",
"_defaultsLoaded": true,
"dist": {
"shasum": "470a81b86be4c5ee17acc8207a1f5315ae20dbb0",
"tarball": "https://registry.npmjs.org/crypto/-/crypto-0.0.3.tgz"
},
"maintainers": [
{
"name": "gozala",
"email": "rfobic@gmail.com"
}
],
"_shasum": "470a81b86be4c5ee17acc8207a1f5315ae20dbb0",
"_resolved": "https://registry.npmjs.org/crypto/-/crypto-0.0.3.tgz",
"_from": "crypto@latest"
}
|