package.json
1.77 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
{
"_args": [
[
"parse-listing@1.1.3",
"C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
]
],
"_from": "parse-listing@1.1.3",
"_id": "parse-listing@1.1.3",
"_inBundle": false,
"_integrity": "sha1-qlRvV/3BKc+/mUXNS3V7FLBhgt0=",
"_location": "/parse-listing",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "parse-listing@1.1.3",
"name": "parse-listing",
"escapedName": "parse-listing",
"rawSpec": "1.1.3",
"saveSpec": null,
"fetchSpec": "1.1.3"
},
"_requiredBy": [
"/jsftp"
],
"_resolved": "https://registry.npmjs.org/parse-listing/-/parse-listing-1.1.3.tgz",
"_spec": "1.1.3",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
"author": {
"name": "Sergi Mansilla",
"email": "sergi.mansilla@gmail.com",
"url": "http://sergimansilla.com"
},
"bugs": {
"url": "https://github.com/sergi/parse-listing/issues"
},
"dependencies": {},
"description": "Small library to parse file listings into JavaScript objects",
"devDependencies": {
"mocha": "^1.10.0"
},
"engines": {
"node": ">=0.6.21"
},
"homepage": "https://github.com/sergi/parse-listing",
"id": "parse-listing",
"keywords": [
"parse",
"ls",
"list",
"listing",
"ftp",
"unix",
"dos"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sergi/parse-listing/blob/master/LICENSE"
}
],
"main": "src/parser.js",
"name": "parse-listing",
"repository": {
"type": "git",
"url": "git+https://github.com/sergi/parse-listing.git"
},
"scripts": {
"test": "mocha -R spec -t 5000"
},
"version": "1.1.3"
}