UNPKG

cordova-plugin-mfp

Version:

IBM MobileFirst Platform Foundation Cordova Plugin

115 lines (114 loc) 2.85 kB
{ "_from": "q@0.9.7", "_id": "q@0.9.7", "_inBundle": false, "_integrity": "sha512-ijt0LhxWClXBtc1RCt8H0WhlZLAdVX26nWbpsJy+Hblmp81d2F/pFsvlrJhJDDruFHM+ECtxP0H0HzGSrARkwg==", "_location": "/q", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "q@0.9.7", "name": "q", "escapedName": "q", "rawSpec": "0.9.7", "saveSpec": null, "fetchSpec": "0.9.7" }, "_requiredBy": [ "/" ], "_resolved": "http://visustar.francelab.fr.ibm.com:8081/nexus/content/groups/mobile-npm-all/q/-/q-0.9.7.tgz", "_shasum": "4de2e6cb3b29088c9e4cbc03bf9d42fb96ce2f75", "_spec": "q@0.9.7", "_where": "/root/workspace/mfp-cordova-plugins-build-and-deploy/target/cordova-runtime/plugins/cordova-plugin-mfp", "author": { "name": "Kris Kowal", "email": "kris@cixar.com", "url": "https://github.com/kriskowal" }, "bugs": { "url": "http://github.com/kriskowal/q/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Kris Kowal", "email": "kris@cixar.com", "url": "https://github.com/kriskowal" }, { "name": "Irakli Gozalishvili", "email": "rfobic@gmail.com", "url": "http://jeditoolkit.com" }, { "name": "Domenic Denicola", "email": "domenic@domenicdenicola.com", "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.2.2", "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" }, "homepage": "https://github.com/kriskowal/q", "keywords": [ "q", "promise", "promises", "promises-a", "promises-aplus", "deferred", "future", "async", "flow control", "fluent", "browser", "node" ], "license": { "type": "MIT", "url": "http://github.com/kriskowal/q/raw/master/LICENSE" }, "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 node_modules/jasmine-node/bin/jasmine-node spec && cover report html && opener cover_html/index.html", "lint": "jshint q.js", "minify": "grunt", "prepublish": "grunt", "test": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter", "test-browser": "opener spec/q-spec.html" }, "version": "0.9.7" }