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/q/package.json | |
| parent | 76f7b3678d3f1ff99c3935a774d420453b0c3cb9 (diff) | |
| download | WeatherApp-dcdfc94cb39dfe2c39925a0145ffa45e2d061c30.tar.xz WeatherApp-dcdfc94cb39dfe2c39925a0145ffa45e2d061c30.zip | |
Initial Upload via GIT
Diffstat (limited to 'cordova/node_modules/q/package.json')
| -rwxr-xr-x | cordova/node_modules/q/package.json | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/cordova/node_modules/q/package.json b/cordova/node_modules/q/package.json new file mode 100755 index 0000000..31cc440 --- /dev/null +++ b/cordova/node_modules/q/package.json @@ -0,0 +1,117 @@ +{ + "_from": "[email protected]", + "_id": "[email protected]", + "_inBundle": true, + "_integrity": "sha1-fjL3W0E4EpHQRhHxvxQQmsAGUdc=", + "_location": "/cordova-ios/q", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "[email protected]", + "name": "q", + "escapedName": "q", + "rawSpec": "1.5.1", + "saveSpec": null, + "fetchSpec": "1.5.1" + }, + "_requiredBy": [ + "/cordova-ios", + "/cordova-ios/cordova-common" + ], + "_resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "_shasum": "7e32f75b41381291d04611f1bf14109ac00651d7", + "_spec": "[email protected]", + "_where": "/Users/brodybits/Documents/cordova/cordova-ios", + "author": { + "name": "Kris Kowal", + "email": "[email protected]", + "url": "https://github.com/kriskowal" + }, + "bugs": { + "url": "http://github.com/kriskowal/q/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Kris Kowal", + "email": "[email protected]", + "url": "https://github.com/kriskowal" + }, + { + "name": "Irakli Gozalishvili", + "email": "[email protected]", + "url": "http://jeditoolkit.com" + }, + { + "name": "Domenic Denicola", + "email": "[email protected]", + "url": "http://domenicdenicola.com" + } + ], + "dependencies": {}, + "deprecated": false, + "description": "A library for promises (CommonJS/Promises/A,B,D)", + "devDependencies": { + "cover": "*", + "grunt": "~0.4.1", + "grunt-cli": "~0.1.9", + "grunt-contrib-uglify": "~0.9.1", + "jasmine-node": "1.11.0", + "jshint": "~2.1.9", + "matcha": "~0.2.0", + "opener": "*", + "promises-aplus-tests": "1.x" + }, + "directories": { + "test": "./spec" + }, + "engines": { + "node": ">=0.6.0", + "teleport": ">=0.2.0" + }, + "files": [ + "LICENSE", + "q.js", + "queue.js" + ], + "homepage": "https://github.com/kriskowal/q", + "keywords": [ + "q", + "promise", + "promises", + "promises-a", + "promises-aplus", + "deferred", + "future", + "async", + "flow control", + "fluent", + "browser", + "node" + ], + "license": "MIT", + "main": "q.js", + "name": "q", + "overlay": { + "teleport": { + "dependencies": { + "system": ">=0.0.4" + } + } + }, + "repository": { + "type": "git", + "url": "git://github.com/kriskowal/q.git" + }, + "scripts": { + "benchmark": "matcha", + "cover": "cover run jasmine-node spec && cover report html && opener cover_html/index.html", + "lint": "jshint q.js", + "minify": "grunt", + "prepublish": "grunt", + "test": "npm ls -s && jasmine-node spec && promises-aplus-tests spec/aplus-adapter && npm run -s lint", + "test-browser": "opener spec/q-spec.html" + }, + "version": "1.5.1" +} |
