package.json
2.88 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"_args": [
[
{
"raw": "plist@^1.2.0",
"scope": null,
"escapedName": "plist",
"name": "plist",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"/home/siddharth/Workspace/Temp/Flexydial/node_modules/cordova-custom-config"
]
],
"_from": "plist@>=1.2.0 <2.0.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/plist",
"_nodeVersion": "5.0.0",
"_npmUser": {
"name": "mreinstein",
"email": "[email protected]"
},
"_npmVersion": "3.3.11",
"_phantomChildren": {},
"_requested": {
"raw": "plist@^1.2.0",
"scope": null,
"escapedName": "plist",
"name": "plist",
"rawSpec": "^1.2.0",
"spec": ">=1.2.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/cordova-custom-config",
"/simple-plist"
],
"_resolved": "https://registry.npmjs.org/plist/-/plist-1.2.0.tgz",
"_shasum": "084b5093ddc92506e259f874b8d9b1afb8c79593",
"_shrinkwrap": null,
"_spec": "plist@^1.2.0",
"_where": "/home/siddharth/Workspace/Temp/Flexydial/node_modules/cordova-custom-config",
"author": {
"name": "Nathan Rajlich",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/TooTallNate/node-plist/issues"
},
"contributors": [
{
"name": "Hans Huebner",
"email": "[email protected]"
},
{
"name": "Pierre Metrailler"
},
{
"name": "Mike Reinstein",
"email": "[email protected]"
},
{
"name": "Vladimir Tsvang"
},
{
"name": "Mathieu D'Amours"
}
],
"dependencies": {
"base64-js": "0.0.8",
"util-deprecate": "1.0.2",
"xmlbuilder": "4.0.0",
"xmldom": "0.1.x"
},
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
"devDependencies": {
"browserify": "12.0.1",
"mocha": "2.3.3",
"multiline": "1.0.2",
"zuul": "3.7.2"
},
"directories": {},
"dist": {
"shasum": "084b5093ddc92506e259f874b8d9b1afb8c79593",
"tarball": "https://registry.npmjs.org/plist/-/plist-1.2.0.tgz"
},
"gitHead": "69520574f27864145192338b72e608fbe1bda6f7",
"homepage": "https://github.com/TooTallNate/node-plist#readme",
"keywords": [
"apple",
"browser",
"mac",
"plist",
"parser",
"xml"
],
"license": "MIT",
"main": "lib/plist.js",
"maintainers": [
{
"name": "TooTallNate",
"email": "[email protected]"
},
{
"name": "tootallnate",
"email": "[email protected]"
},
{
"name": "mreinstein",
"email": "[email protected]"
}
],
"name": "plist",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-plist.git"
},
"scripts": {
"test": "make test"
},
"version": "1.2.0"
}