package.json
1.6 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
{
"_args": [
[
"md5-file@4.0.0",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_from": "md5-file@4.0.0",
"_id": "md5-file@4.0.0",
"_inBundle": false,
"_integrity": "sha512-UC0qFwyAjn4YdPpKaDNw6gNxRf7Mcx7jC1UGCY4boCzgvU2Aoc1mOGzTtrjjLKhM5ivsnhoKpQVxKPp+1j1qwg==",
"_location": "/md5-file",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "md5-file@4.0.0",
"name": "md5-file",
"escapedName": "md5-file",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/appium-support"
],
"_resolved": "https://registry.npmjs.org/md5-file/-/md5-file-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": {
"name": "Rory Bradford",
"email": "rory@dysfunctionalprogramming.com"
},
"bin": {
"md5-file": "cli.js"
},
"bugs": {
"url": "https://github.com/roryrjb/md5-file/issues"
},
"description": "return an md5sum of a given file",
"devDependencies": {
"mocha": "^5.0.5",
"standard": "^11.0.1"
},
"engines": {
"node": ">=6.0"
},
"files": [
"cli.js",
"index.js",
"promise.js"
],
"homepage": "https://github.com/roryrjb/md5-file#readme",
"keywords": [
"md5",
"md5sum",
"checksum"
],
"license": "MIT",
"main": "index.js",
"name": "md5-file",
"repository": {
"type": "git",
"url": "git+https://github.com/roryrjb/md5-file.git"
},
"scripts": {
"test": "standard && mocha"
},
"version": "4.0.0"
}