forked from maksrom/javascript-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.35 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.35 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
{
"author": {
"name": "Paul Vorbach",
"email": "paul@vorb.de",
"url": "http://vorb.de"
},
"contributors": [
{
"name": "salba"
}
],
"name": "MD5",
"description": "native js function for hashing messages with MD5",
"tags": [
"md5",
"hash",
"encryption",
"native",
"message digest"
],
"version": "1.2.1",
"repository": {
"type": "git",
"url": "git://github.com/pvorb/node-md5.git"
},
"bugs": {
"url": "https://github.com/pvorb/node-md5/issues"
},
"main": "md5.js",
"scripts": {
"test": "mocha"
},
"engines": {
"node": "*"
},
"dependencies": {
"charenc": ">= 0.0.1",
"crypt": ">= 0.0.1"
},
"devDependencies": {
"mocha": "~ 1.4.2"
},
"optionalDependencies": {},
"homepage": "https://github.com/pvorb/node-md5",
"_id": "MD5@1.2.1",
"dist": {
"shasum": "2f0b755ad2f2ae2db716d90c4cc85026e87998e1",
"tarball": "http://registry.npmjs.org/MD5/-/MD5-1.2.1.tgz"
},
"_from": "MD5@*",
"_npmVersion": "1.4.3",
"_npmUser": {
"name": "pvorb",
"email": "paul@vorba.ch"
},
"maintainers": [
{
"name": "pvorb",
"email": "paul@vorb.de"
}
],
"directories": {},
"_shasum": "2f0b755ad2f2ae2db716d90c4cc85026e87998e1",
"_resolved": "https://registry.npmjs.org/MD5/-/MD5-1.2.1.tgz",
"readme": "ERROR: No README data found!"
}