package.json
2.03 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
77
78
79
80
81
82
83
84
85
86
87
88
{
"_from": "plist@3.0.2",
"_id": "plist@3.0.2",
"_inBundle": false,
"_integrity": "sha512-MSrkwZBdQ6YapHy87/8hDU8MnIcyxBKjeF+McXnr5A9MtffPewTs7G3hlpodT5TacyfIyFTaJEhh3GGcmasTgQ==",
"_location": "/plist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "plist@3.0.2",
"name": "plist",
"escapedName": "plist",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"/appium-support"
],
"_resolved": "https://registry.npmjs.org/plist/-/plist-3.0.2.tgz",
"_shasum": "74bbf011124b90421c22d15779cee60060ba95bc",
"_spec": "plist@3.0.2",
"_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool\\node_modules\\appium-support",
"author": {
"name": "Nathan Rajlich",
"email": "nathan@tootallnate.net"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-plist/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Hans Huebner",
"email": "hans.huebner@gmail.com"
},
{
"name": "Pierre Metrailler"
},
{
"name": "Mike Reinstein",
"email": "reinstein.mike@gmail.com"
},
{
"name": "Vladimir Tsvang"
},
{
"name": "Mathieu D'Amours"
}
],
"dependencies": {
"base64-js": "^1.5.1",
"xmlbuilder": "^9.0.7",
"xmldom": "^0.5.0"
},
"deprecated": false,
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
"devDependencies": {
"browserify": "^16.5.2",
"mocha": "^5.2.0",
"multiline": "^1.0.2",
"zuul": "3.10.1"
},
"engines": {
"node": ">=6"
},
"homepage": "https://github.com/TooTallNate/node-plist#readme",
"keywords": [
"apple",
"browser",
"mac",
"plist",
"parser",
"xml"
],
"license": "MIT",
"main": "index.js",
"name": "plist",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-plist.git"
},
"scripts": {
"test": "make test"
},
"version": "3.0.2"
}