package.json
2.93 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
128
129
130
{
"_args": [
[
{
"raw": "xcode@^0.8.9",
"scope": null,
"escapedName": "xcode",
"name": "xcode",
"rawSpec": "^0.8.9",
"spec": ">=0.8.9 <0.9.0",
"type": "range"
},
"/home/siddharth/Workspace/Temp/Flexydial/node_modules/cordova-custom-config"
]
],
"_from": "xcode@>=0.8.9 <0.9.0",
"_id": "[email protected]",
"_inCache": true,
"_installable": true,
"_location": "/xcode",
"_nodeVersion": "4.2.6",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/xcode-0.8.9.tgz_1469137632459_0.21505266707390547"
},
"_npmUser": {
"name": "anis",
"email": "[email protected]"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"raw": "xcode@^0.8.9",
"scope": null,
"escapedName": "xcode",
"name": "xcode",
"rawSpec": "^0.8.9",
"spec": ">=0.8.9 <0.9.0",
"type": "range"
},
"_requiredBy": [
"/cordova-custom-config"
],
"_resolved": "https://registry.npmjs.org/xcode/-/xcode-0.8.9.tgz",
"_shasum": "ec6765f70e9dccccc9f6e9a5b9b4e7e814b4cf35",
"_shrinkwrap": null,
"_spec": "xcode@^0.8.9",
"_where": "/home/siddharth/Workspace/Temp/Flexydial/node_modules/cordova-custom-config",
"author": {
"name": "Andrew Lunny",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/alunny/node-xcode/issues"
},
"contributors": [
{
"name": "Andrew Lunny",
"url": "@alunny"
},
{
"name": "Anis Kadri",
"url": "@imhotep"
},
{
"name": "Mike Reinstein",
"url": "@mreinstein"
},
{
"name": "Filip Maj",
"url": "@filmaj"
},
{
"name": "Brett Rudd",
"url": "@goya"
},
{
"name": "Bob Easterday",
"url": "@bobeast"
}
],
"dependencies": {
"node-uuid": "1.4.7",
"pegjs": "0.9.0",
"simple-plist": "0.1.4"
},
"description": "parser for xcodeproj/project.pbxproj files",
"devDependencies": {
"nodeunit": "0.9.1"
},
"directories": {},
"dist": {
"shasum": "ec6765f70e9dccccc9f6e9a5b9b4e7e814b4cf35",
"tarball": "https://registry.npmjs.org/xcode/-/xcode-0.8.9.tgz"
},
"engines": {
"node": ">=0.6.7"
},
"gitHead": "9f3726f6d766875500eebd85d9712925e3faa8b3",
"homepage": "https://github.com/alunny/node-xcode#readme",
"main": "index.js",
"maintainers": [
{
"name": "alunny",
"email": "[email protected]"
},
{
"name": "filmaj",
"email": "[email protected]"
},
{
"name": "shepheb",
"email": "[email protected]"
},
{
"name": "anis",
"email": "[email protected]"
}
],
"name": "xcode",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"url": "git+https://github.com/alunny/node-xcode.git"
},
"scripts": {
"test": "nodeunit test/parser test"
},
"version": "0.8.9"
}