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/tail/package.json | |
| parent | 76f7b3678d3f1ff99c3935a774d420453b0c3cb9 (diff) | |
| download | WeatherApp-dcdfc94cb39dfe2c39925a0145ffa45e2d061c30.tar.xz WeatherApp-dcdfc94cb39dfe2c39925a0145ffa45e2d061c30.zip | |
Initial Upload via GIT
Diffstat (limited to 'cordova/node_modules/tail/package.json')
| -rwxr-xr-x | cordova/node_modules/tail/package.json | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/cordova/node_modules/tail/package.json b/cordova/node_modules/tail/package.json new file mode 100755 index 0000000..73add18 --- /dev/null +++ b/cordova/node_modules/tail/package.json @@ -0,0 +1,61 @@ +{ + "_from": "tail@^0.4.0", + "_id": "[email protected]", + "_inBundle": true, + "_integrity": "sha1-0p3nJ1DMmdseBTr/E8NZ7PtxMAI=", + "_location": "/cordova-ios/tail", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "tail@^0.4.0", + "name": "tail", + "escapedName": "tail", + "rawSpec": "^0.4.0", + "saveSpec": null, + "fetchSpec": "^0.4.0" + }, + "_requiredBy": [ + "/cordova-ios", + "/cordova-ios/simctl" + ], + "_resolved": "https://registry.npmjs.org/tail/-/tail-0.4.0.tgz", + "_shasum": "d29de72750cc99db1e053aff13c359ecfb713002", + "_spec": "tail@^0.4.0", + "_where": "/Users/brodybits/Documents/cordova/cordova-ios/node_modules/simctl", + "author": { + "name": "Luca Grulla" + }, + "bugs": { + "url": "https://github.com/lucagrulla/node-tail/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Luca Grulla" + }, + { + "name": "Tom Hall" + }, + { + "name": "Andy Kent" + } + ], + "dependencies": {}, + "deprecated": false, + "description": "tail a file in node", + "devDependencies": { + "coffee-script": "1.7.1" + }, + "engines": { + "node": ">= 0.4.0" + }, + "homepage": "https://github.com/lucagrulla/node-tail#readme", + "main": "tail", + "name": "tail", + "repository": { + "type": "git", + "url": "git://github.com/lucagrulla/node-tail.git" + }, + "version": "0.4.0" +} |
