diff options
| author | Kumar Priyansh <[email protected]> | 2020-01-03 18:34:23 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2020-01-03 18:34:23 +0530 |
| commit | c3373becc9a1393b2e03c8cd6c154601481a60dd (patch) | |
| tree | a8a31f613aef864d8d481ed57dc2c97490dfd328 /cordova/node_modules/bplist-parser/package.json | |
| parent | 2917c8eda330a126b530dd83573670cbc98a4206 (diff) | |
| download | WeatherApp-c3373becc9a1393b2e03c8cd6c154601481a60dd.tar.xz WeatherApp-c3373becc9a1393b2e03c8cd6c154601481a60dd.zip | |
Rewriting the app from scratch with Swift 5
Diffstat (limited to 'cordova/node_modules/bplist-parser/package.json')
| -rwxr-xr-x | cordova/node_modules/bplist-parser/package.json | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/cordova/node_modules/bplist-parser/package.json b/cordova/node_modules/bplist-parser/package.json deleted file mode 100755 index 655f43e..0000000 --- a/cordova/node_modules/bplist-parser/package.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "_from": "bplist-parser@^0.1.0", - "_id": "[email protected]", - "_inBundle": true, - "_integrity": "sha1-1g1dzCDLptx+HymbNdPh+V2vuuY=", - "_location": "/cordova-ios/bplist-parser", - "_phantomChildren": {}, - "_requested": { - "type": "range", - "registry": true, - "raw": "bplist-parser@^0.1.0", - "name": "bplist-parser", - "escapedName": "bplist-parser", - "rawSpec": "^0.1.0", - "saveSpec": null, - "fetchSpec": "^0.1.0" - }, - "_requiredBy": [ - "/cordova-ios", - "/cordova-ios/cordova-common", - "/cordova-ios/simple-plist" - ], - "_resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz", - "_shasum": "d60d5dcc20cba6dc7e1f299b35d3e1f95dafbae6", - "_spec": "bplist-parser@^0.1.0", - "_where": "/Users/brodybits/Documents/cordova/cordova-ios/node_modules/cordova-common", - "author": { - "name": "Joe Ferner", - "email": "[email protected]" - }, - "bugs": { - "url": "https://github.com/nearinfinity/node-bplist-parser/issues" - }, - "bundleDependencies": false, - "dependencies": { - "big-integer": "^1.6.7" - }, - "deprecated": false, - "description": "Binary plist parser.", - "devDependencies": { - "nodeunit": "~0.9.1" - }, - "homepage": "https://github.com/nearinfinity/node-bplist-parser#readme", - "keywords": [ - "bplist", - "plist", - "parser" - ], - "license": "MIT", - "main": "bplistParser.js", - "name": "bplist-parser", - "repository": { - "type": "git", - "url": "git+https://github.com/nearinfinity/node-bplist-parser.git" - }, - "scripts": { - "test": "./node_modules/nodeunit/bin/nodeunit test" - }, - "version": "0.1.1" -} |
