diff options
| author | Kumar Priyansh <[email protected]> | 2019-01-19 12:37:14 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-01-19 12:37:14 +0530 |
| commit | dcdfc94cb39dfe2c39925a0145ffa45e2d061c30 (patch) | |
| tree | 4f6379d955555b298c0e7b83a67e264240ee5614 /cordova/node_modules/simple-plist/package.json | |
| parent | 76f7b3678d3f1ff99c3935a774d420453b0c3cb9 (diff) | |
| download | WeatherApp-dcdfc94cb39dfe2c39925a0145ffa45e2d061c30.tar.xz WeatherApp-dcdfc94cb39dfe2c39925a0145ffa45e2d061c30.zip | |
Initial Upload via GIT
Diffstat (limited to 'cordova/node_modules/simple-plist/package.json')
| -rwxr-xr-x | cordova/node_modules/simple-plist/package.json | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/cordova/node_modules/simple-plist/package.json b/cordova/node_modules/simple-plist/package.json new file mode 100755 index 0000000..6b870a3 --- /dev/null +++ b/cordova/node_modules/simple-plist/package.json @@ -0,0 +1,70 @@ +{ + "_from": "simple-plist@^0.2.1", + "_id": "[email protected]", + "_inBundle": true, + "_integrity": "sha1-cXZts1IyaSjPOoByQrp2IyJjZyM=", + "_location": "/cordova-ios/simple-plist", + "_phantomChildren": { + "xmlbuilder": "8.2.2", + "xmldom": "0.1.27" + }, + "_requested": { + "type": "range", + "registry": true, + "raw": "simple-plist@^0.2.1", + "name": "simple-plist", + "escapedName": "simple-plist", + "rawSpec": "^0.2.1", + "saveSpec": null, + "fetchSpec": "^0.2.1" + }, + "_requiredBy": [ + "/cordova-ios", + "/cordova-ios/xcode" + ], + "_resolved": "https://registry.npmjs.org/simple-plist/-/simple-plist-0.2.1.tgz", + "_shasum": "71766db352326928cf3a807242ba762322636723", + "_spec": "simple-plist@^0.2.1", + "_where": "/Users/brodybits/Documents/cordova/cordova-ios/node_modules/xcode", + "author": { + "name": "Joe Wollard" + }, + "bugs": { + "url": "https://github.com/wollardj/node-simple-plist/issues" + }, + "bundleDependencies": false, + "dependencies": { + "bplist-creator": "0.0.7", + "bplist-parser": "0.1.1", + "plist": "2.0.1" + }, + "deprecated": false, + "description": "A wrapper utility for interacting with plist data.", + "devDependencies": { + "coffee-script": "^1.11.1", + "jest": "^16.0.2" + }, + "files": [ + "simple-plist.js" + ], + "homepage": "https://github.com/wollardj/node-simple-plist.git", + "keywords": [ + "plist", + "binary", + "bplist", + "xml" + ], + "license": "MIT", + "main": "simple-plist.js", + "name": "simple-plist", + "repository": { + "type": "git", + "url": "git+https://github.com/wollardj/node-simple-plist.git" + }, + "scripts": { + "clean": "rm -rf *.js __tests__/*.js __tests__/write-test* coverage", + "prepublish": "npm test", + "test": "npm run-script clean && ./node_modules/.bin/coffee -c . && ./node_modules/.bin/jest --coverage" + }, + "version": "0.2.1" +} |
