package.json
1.97 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
{
"_args": [
[
"compress-commons@2.1.1",
"C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
]
],
"_from": "compress-commons@2.1.1",
"_id": "compress-commons@2.1.1",
"_inBundle": false,
"_integrity": "sha512-eVw6n7CnEMFzc3duyFVrQEuY1BlHR3rYsSztyG32ibGMW722i3C6IizEGMFmfMU+A+fALvBIwxN3czffTcdA+Q==",
"_location": "/compress-commons",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "compress-commons@2.1.1",
"name": "compress-commons",
"escapedName": "compress-commons",
"rawSpec": "2.1.1",
"saveSpec": null,
"fetchSpec": "2.1.1"
},
"_requiredBy": [
"/zip-stream"
],
"_resolved": "https://registry.npmjs.org/compress-commons/-/compress-commons-2.1.1.tgz",
"_spec": "2.1.1",
"_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
"author": {
"name": "Chris Talkington",
"url": "http://christalkington.com/"
},
"bugs": {
"url": "https://github.com/archiverjs/node-compress-commons/issues"
},
"dependencies": {
"buffer-crc32": "^0.2.13",
"crc32-stream": "^3.0.1",
"normalize-path": "^3.0.0",
"readable-stream": "^2.3.6"
},
"description": "a library that defines a common interface for working with archive formats within node",
"devDependencies": {
"chai": "^4.0.0",
"mkdirp": "^0.5.0",
"mocha": "^5.0.0",
"rimraf": "^2.4.3"
},
"engines": {
"node": ">= 6"
},
"files": [
"lib"
],
"homepage": "https://github.com/archiverjs/node-compress-commons",
"keywords": [
"compress",
"commons",
"archive"
],
"license": "MIT",
"main": "lib/compress-commons.js",
"name": "compress-commons",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/archiverjs/node-compress-commons.git"
},
"scripts": {
"test": "mocha --reporter dot"
},
"version": "2.1.1"
}