UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

145 lines (144 loc) 3.33 kB
{ "_args": [ [ "q@~1.3.0", "/Users/gil/projects/testim/click-test/src/selenium/node_modules/webdriverio" ] ], "_from": "q@>=1.3.0 <1.4.0", "_id": "q@1.3.0", "_inCache": true, "_location": "/q", "_nodeVersion": "1.8.1", "_npmUser": { "email": "kris.kowal@cixar.com", "name": "kriskowal" }, "_npmVersion": "2.8.3", "_phantomChildren": {}, "_requested": { "name": "q", "raw": "q@~1.3.0", "rawSpec": "~1.3.0", "scope": null, "spec": ">=1.3.0 <1.4.0", "type": "range" }, "_requiredBy": [ "/webdriverio" ], "_resolved": "https://registry.npmjs.org/q/-/q-1.3.0.tgz", "_shasum": "850d79f8cb831d92e103b46483e4e35d34640050", "_shrinkwrap": null, "_spec": "q@~1.3.0", "_where": "/Users/gil/projects/testim/click-test/src/selenium/node_modules/webdriverio", "author": { "email": "kris@cixar.com", "name": "Kris Kowal", "url": "https://github.com/kriskowal" }, "bugs": { "url": "http://github.com/kriskowal/q/issues" }, "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": {}, "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" }, "dist": { "shasum": "850d79f8cb831d92e103b46483e4e35d34640050", "tarball": "http://registry.npmjs.org/q/-/q-1.3.0.tgz" }, "engines": { "node": ">=0.6.0", "teleport": ">=0.2.0" }, "files": [ "LICENSE", "q.js", "queue.js" ], "gitHead": "b26cace16f6070e756b6a546cf2693bece03f8f8", "homepage": "https://github.com/kriskowal/q", "installable": true, "keywords": [ "async", "browser", "deferred", "flow control", "fluent", "future", "node", "promise", "promises", "promises-a", "promises-aplus", "q" ], "license": { "type": "MIT", "url": "http://github.com/kriskowal/q/raw/master/LICENSE" }, "main": "q.js", "maintainers": [ { "name": "kriskowal", "email": "kris.kowal@cixar.com" }, { "name": "domenic", "email": "domenic@domenicdenicola.com" } ], "name": "q", "optionalDependencies": {}, "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": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter", "test-browser": "opener spec/q-spec.html" }, "version": "1.3.0" }