{ "_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": "/home/christian/Documents/newarte/artesanias/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" }