UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

88 lines (87 loc) 2.27 kB
{ "_args": [ [ "rgb2hex@~0.1.0", "/Users/gil/projects/testim/click-test/src/selenium/node_modules/webdriverio" ] ], "_from": "rgb2hex@>=0.1.0 <0.2.0", "_id": "rgb2hex@0.1.0", "_inCache": true, "_location": "/rgb2hex", "_npmUser": { "email": "contact@christian-bromann.com", "name": "christian-bromann" }, "_npmVersion": "1.4.7", "_phantomChildren": {}, "_requested": { "name": "rgb2hex", "raw": "rgb2hex@~0.1.0", "rawSpec": "~0.1.0", "scope": null, "spec": ">=0.1.0 <0.2.0", "type": "range" }, "_requiredBy": [ "/webdriverio" ], "_resolved": "https://registry.npmjs.org/rgb2hex/-/rgb2hex-0.1.0.tgz", "_shasum": "ccd55f860ae0c5c4ea37504b958e442d8d12325b", "_shrinkwrap": null, "_spec": "rgb2hex@~0.1.0", "_where": "/Users/gil/projects/testim/click-test/src/selenium/node_modules/webdriverio", "author": { "email": "mail@christian-bromann.com", "name": "Christian Bromann" }, "bugs": { "url": "https://github.com/christian-bromann/rgb2hex/issues" }, "dependencies": {}, "description": "lightweight rgb/rgba to hex parser", "devDependencies": { "coveralls": "^2.10.0", "istanbul": "^0.2.7", "mocha": "^1.18.2", "should": "^3.3.1", "zuul": "^1.6.3" }, "directories": { "test": "test" }, "dist": { "shasum": "ccd55f860ae0c5c4ea37504b958e442d8d12325b", "tarball": "http://registry.npmjs.org/rgb2hex/-/rgb2hex-0.1.0.tgz" }, "homepage": "https://github.com/christian-bromann/rgb2hex", "installable": true, "keywords": [ "color", "hex", "parse", "parser", "rgb", "rgba" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "christian-bromann", "email": "contact@christian-bromann.com" } ], "name": "rgb2hex", "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/christian-bromann/rgb2hex.git" }, "scripts": { "cover": "istanbul cover ./node_modules/.bin/_mocha --print -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "test": "./node_modules/mocha/bin/_mocha", "travis": "zuul test/rgb2hex.spec.js" }, "version": "0.1.0" }