package.json
1.18 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
{
"_args": [
[
"utf7@1.0.2",
"C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
]
],
"_from": "utf7@1.0.2",
"_id": "utf7@1.0.2",
"_inBundle": false,
"_integrity": "sha1-lV9JCq5lO6IguUVqCod2wZk2CZE=",
"_location": "/utf7",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "utf7@1.0.2",
"name": "utf7",
"escapedName": "utf7",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/appium-adb"
],
"_resolved": "https://registry.npmjs.org/utf7/-/utf7-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
"author": {
"name": "Konstantin Käfer",
"email": "kkaefer@gmail.com"
},
"dependencies": {
"semver": "~5.3.0"
},
"description": "Converts text to and from UTF-7 (RFC 2152 and IMAP)",
"devDependencies": {
"tape": "~4.6.0"
},
"licenses": [
{
"type": "BSD"
}
],
"main": "./utf7",
"name": "utf7",
"scripts": {
"test": "tape test/*.js"
},
"version": "1.0.2"
}