package.json
1.11 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
{
"_from": "utf7@^1.0.2",
"_id": "utf7@1.0.2",
"_inBundle": false,
"_integrity": "sha1-lV9JCq5lO6IguUVqCod2wZk2CZE=",
"_location": "/utf7",
"_phantomChildren": {},
"_requested": {
"type": "range",
"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",
"_shasum": "955f490aae653ba220b9456a0a8776c199360991",
"_spec": "utf7@^1.0.2",
"_where": "C:\\Users\\LG\\Desktop\\캡디2\\forensic_tool\\node_modules\\appium-adb",
"author": {
"name": "Konstantin Käfer",
"email": "kkaefer@gmail.com"
},
"bundleDependencies": false,
"dependencies": {
"semver": "~5.3.0"
},
"deprecated": false,
"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"
}