cordova-plugin-uiwebview-engine
Version:
Cordova UIWebView Engine Plugin
80 lines (79 loc) • 1.91 kB
JSON
{
"_from": "xcode@^2.0.0",
"_id": "xcode@2.0.0",
"_inBundle": false,
"_integrity": "sha512-5xF6RCjAdDEiEsbbZaS/gBRt3jZ/177otZcpoLCjGN/u1LrfgH7/Sgeeavpr/jELpyDqN2im3AKosl2G2W8hfw==",
"_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.0.0.tgz",
"_shasum": "134f1f94c26fbfe8a9aaa9724bfb2772419da1a2",
"_spec": "xcode@^2.0.0",
"_where": "/Users/frodo/Projects/cordova-plugin-uiwebview-engine/tests/ios/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.0.0"
}