package.json
2.43 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
{
"_args": [
[
{
"raw": "[email protected]",
"scope": null,
"escapedName": "simple-plist",
"name": "simple-plist",
"rawSpec": "0.1.4",
"spec": "0.1.4",
"type": "version"
},
"/home/siddharth/Workspace/Temp/Flexydial/node_modules/xcode"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/simple-plist",
"_nodeVersion": "0.12.7",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/simple-plist-0.1.4.tgz_1462930930371_0.9155550985597074"
},
"_npmUser": {
"name": "wollardj",
"email": "[email protected]"
},
"_npmVersion": "2.11.3",
"_phantomChildren": {},
"_requested": {
"raw": "[email protected]",
"scope": null,
"escapedName": "simple-plist",
"name": "simple-plist",
"rawSpec": "0.1.4",
"spec": "0.1.4",
"type": "version"
},
"_requiredBy": [
"/xcode"
],
"_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.1.4.tgz",
"_shasum": "10eb51b47e33c556eb8ec46d5ee64d64e717db5d",
"_shrinkwrap": null,
"_spec": "[email protected]",
"_where": "/home/siddharth/Workspace/Temp/Flexydial/node_modules/xcode",
"author": {
"name": "Joe Wollard"
},
"bugs": {
"url": "https://github.com/wollardj/node-simple-plist/issues"
},
"dependencies": {
"bplist-creator": "0.0.4",
"bplist-parser": "0.0.6",
"plist": "1.2.0"
},
"description": "A wrapper utility for interacting with plist data.",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "10eb51b47e33c556eb8ec46d5ee64d64e717db5d",
"tarball": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.1.4.tgz"
},
"gitHead": "a01406ab0d347b5a1a9a0f59395fe6d464b0f962",
"homepage": "https://github.com/wollardj/node-simple-plist.git",
"keywords": [
"plist",
"binary",
"bplist",
"xml"
],
"license": "MIT",
"main": "simple-plist.js",
"maintainers": [
{
"name": "wollardj",
"email": "[email protected]"
},
{
"name": "appcelerator",
"email": "[email protected]"
}
],
"name": "simple-plist",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/wollardj/node-simple-plist.git"
},
"scripts": {},
"version": "0.1.4"
}