diff options
Diffstat (limited to 'cordova/node_modules/plist/package.json')
| -rwxr-xr-x | cordova/node_modules/plist/package.json | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/cordova/node_modules/plist/package.json b/cordova/node_modules/plist/package.json new file mode 100755 index 0000000..b337c57 --- /dev/null +++ b/cordova/node_modules/plist/package.json @@ -0,0 +1,87 @@ +{ + "_from": "[email protected]", + "_id": "[email protected]", + "_inBundle": true, + "_integrity": "sha1-V8zbeggh3yGDEhejytVOPhRqECU=", + "_location": "/cordova-ios/plist", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "[email protected]", + "name": "plist", + "escapedName": "plist", + "rawSpec": "2.1.0", + "saveSpec": null, + "fetchSpec": "2.1.0" + }, + "_requiredBy": [ + "/cordova-ios", + "/cordova-ios/cordova-common", + "/cordova-ios/ios-sim" + ], + "_resolved": "https://registry.npmjs.org/plist/-/plist-2.1.0.tgz", + "_shasum": "57ccdb7a0821df21831217a3cad54e3e146a1025", + "_spec": "[email protected]", + "_where": "/Users/brodybits/Documents/cordova/cordova-ios", + "author": { + "name": "Nathan Rajlich", + "email": "[email protected]" + }, + "bugs": { + "url": "https://github.com/TooTallNate/node-plist/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Hans Huebner", + "email": "[email protected]" + }, + { + "name": "Pierre Metrailler" + }, + { + "name": "Mike Reinstein", + "email": "[email protected]" + }, + { + "name": "Vladimir Tsvang" + }, + { + "name": "Mathieu D'Amours" + } + ], + "dependencies": { + "base64-js": "1.2.0", + "xmlbuilder": "8.2.2", + "xmldom": "0.1.x" + }, + "deprecated": false, + "description": "Mac OS X Plist parser/builder for Node.js and browsers", + "devDependencies": { + "browserify": "^14.3.0", + "mocha": "^3.3.0", + "multiline": "^1.0.2", + "zuul": "^3.10.1" + }, + "homepage": "https://github.com/TooTallNate/node-plist#readme", + "keywords": [ + "apple", + "browser", + "mac", + "plist", + "parser", + "xml" + ], + "license": "MIT", + "main": "index.js", + "name": "plist", + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/node-plist.git" + }, + "scripts": { + "test": "make test" + }, + "version": "2.1.0" +} |
