Repository: cordova-ios
Updated Branches:
  refs/heads/master 6221bd7c7 -> f99e0be24


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/6394314d/node_modules/xcode/package.json
----------------------------------------------------------------------
diff --git a/node_modules/xcode/package.json b/node_modules/xcode/package.json
index fbe2305..d1c3659 100644
--- a/node_modules/xcode/package.json
+++ b/node_modules/xcode/package.json
@@ -1,48 +1,28 @@
 {
-  "_args": [
-    [
-      "xcode@^0.8.3",
-      "/Users/omefire/Projects/cordova-ios"
-    ]
-  ],
-  "_from": "xcode@>=0.8.3 <0.9.0",
-  "_id": "[email protected]",
-  "_inCache": true,
-  "_installable": true,
-  "_location": "/xcode",
-  "_nodeVersion": "4.2.6",
-  "_npmOperationalInternal": {
-    "host": "packages-12-west.internal.npmjs.com",
-    "tmp": "tmp/xcode-0.8.4.tgz_1457572486508_0.5393483068328351"
+  "author": {
+    "name": "Andrew Lunny",
+    "email": "[email protected]"
   },
-  "_npmUser": {
-    "email": "[email protected]",
-    "name": "anis"
+  "name": "xcode",
+  "description": "parser for xcodeproj/project.pbxproj files",
+  "version": "0.8.4",
+  "main": "index.js",
+  "repository": {
+    "url": "git+https://github.com/alunny/node-xcode.git";
   },
-  "_npmVersion": "2.14.12",
-  "_phantomChildren": {},
-  "_requested": {
-    "name": "xcode",
-    "raw": "xcode@^0.8.3",
-    "rawSpec": "^0.8.3",
-    "scope": null,
-    "spec": ">=0.8.3 <0.9.0",
-    "type": "range"
+  "engines": {
+    "node": ">=0.6.7"
   },
-  "_requiredBy": [
-    "/"
-  ],
-  "_resolved": "https://registry.npmjs.org/xcode/-/xcode-0.8.4.tgz";,
-  "_shasum": "e82c64675fcae3cb02e9ceb801d786dd90123604",
-  "_shrinkwrap": null,
-  "_spec": "xcode@^0.8.3",
-  "_where": "/Users/omefire/Projects/cordova-ios",
-  "author": {
-    "email": "[email protected]",
-    "name": "Andrew Lunny"
+  "dependencies": {
+    "node-uuid": "1.3.3",
+    "pegjs": "0.6.2",
+    "simple-plist": "0.0.4"
   },
-  "bugs": {
-    "url": "https://github.com/alunny/node-xcode/issues";
+  "devDependencies": {
+    "nodeunit": "0.9.0"
+  },
+  "scripts": {
+    "test": "nodeunit test/parser test"
   },
   "contributors": [
     {
@@ -70,52 +50,47 @@
       "url": "@bobeast"
     }
   ],
-  "dependencies": {
-    "node-uuid": "1.3.3",
-    "pegjs": "0.6.2",
-    "simple-plist": "0.0.4"
+  "gitHead": "eb0e23e44c451d0e7ea92d881eb8c82f4aa86481",
+  "bugs": {
+    "url": "https://github.com/alunny/node-xcode/issues";
   },
-  "description": "parser for xcodeproj/project.pbxproj files",
-  "devDependencies": {
-    "nodeunit": "0.9.0"
+  "homepage": "https://github.com/alunny/node-xcode#readme";,
+  "_id": "[email protected]",
+  "_shasum": "e82c64675fcae3cb02e9ceb801d786dd90123604",
+  "_from": "xcode@>=0.8.3 <0.9.0",
+  "_npmVersion": "2.14.12",
+  "_nodeVersion": "4.2.6",
+  "_npmUser": {
+    "name": "anis",
+    "email": "[email protected]"
   },
-  "directories": {},
   "dist": {
     "shasum": "e82c64675fcae3cb02e9ceb801d786dd90123604",
-    "tarball": "http://registry.npmjs.org/xcode/-/xcode-0.8.4.tgz";
+    "tarball": 
"http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/xcode/-/xcode-0.8.4.tgz";
   },
-  "engines": {
-    "node": ">=0.6.7"
-  },
-  "gitHead": "eb0e23e44c451d0e7ea92d881eb8c82f4aa86481",
-  "homepage": "https://github.com/alunny/node-xcode#readme";,
-  "main": "index.js",
   "maintainers": [
     {
-      "email": "[email protected]",
-      "name": "alunny"
+      "name": "alunny",
+      "email": "[email protected]"
     },
     {
-      "email": "[email protected]",
-      "name": "filmaj"
+      "name": "filmaj",
+      "email": "[email protected]"
     },
     {
-      "email": "[email protected]",
-      "name": "shepheb"
+      "name": "shepheb",
+      "email": "[email protected]"
     },
     {
-      "email": "[email protected]",
-      "name": "anis"
+      "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"
+  "_npmOperationalInternal": {
+    "host": "packages-12-west.internal.npmjs.com",
+    "tmp": "tmp/xcode-0.8.4.tgz_1457572486508_0.5393483068328351"
   },
-  "version": "0.8.4"
+  "directories": {},
+  "_resolved": 
"http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/xcode/-/xcode-0.8.4.tgz";,
+  "readme": "ERROR: No README data found!"
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to