-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 1.84 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 1.84 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
{
"_from": "xcode@^2.0.0",
"_id": "xcode@2.1.0",
"_inBundle": false,
"_integrity": "sha512-uCrmPITrqTEzhn0TtT57fJaNaw8YJs1aCzs+P/QqxsDbvPZSv7XMPPwXrKvHtD6pLjBM/NaVwraWJm8q83Y4iQ==",
"_location": "/xcode",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "xcode@^2.0.0",
"name": "xcode",
"escapedName": "xcode",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/cordova-ios"
],
"_resolved": "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz",
"_shasum": "bab64a7e954bb50ca8d19da7e09531c65a43ecfe",
"_spec": "xcode@^2.0.0",
"_where": "D:\\freddy\\source\\repos\\Cordova\\tasks\\node_modules\\cordova-ios",
"author": {
"name": "Apache Software Foundation"
},
"bugs": {
"url": "https://github.com/apache/cordova-node-xcode/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Andrew Lunny",
"email": "alunny@gmail.com"
},
{
"name": "Anis Kadri"
},
{
"name": "Mike Reinstein"
},
{
"name": "Filip Maj"
},
{
"name": "Brett Rudd",
"email": "goya@apache.org"
},
{
"name": "Bob Easterday"
}
],
"dependencies": {
"simple-plist": "^1.0.0",
"uuid": "^3.3.2"
},
"deprecated": false,
"description": "parser for xcodeproj/project.pbxproj files",
"devDependencies": {
"nodeunit": "^0.11.3",
"pegjs": "^0.10.0"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/apache/cordova-node-xcode#readme",
"license": "Apache-2.0",
"main": "index.js",
"name": "xcode",
"repository": {
"url": "git+https://github.com/apache/cordova-node-xcode.git"
},
"scripts": {
"pegjs": "pegjs lib/parser/pbxproj.pegjs",
"test": "nodeunit test/parser test"
},
"version": "2.1.0"
}