UNPKG

@testim/testim-cli

Version:

Command line interface for running Testing on you CI

111 lines (110 loc) 2.71 kB
{ "_args": [ [ "request@2.49.0", "/Users/gil/projects/testim/click-test/src/selenium/node_modules/webdriverio" ] ], "_from": "request@2.49.0", "_id": "request@2.49.0", "_inCache": true, "_location": "/request", "_npmUser": { "email": "jnylen@gmail.com", "name": "nylen" }, "_npmVersion": "1.4.14", "_phantomChildren": {}, "_requested": { "name": "request", "raw": "request@2.49.0", "rawSpec": "2.49.0", "scope": null, "spec": "2.49.0", "type": "version" }, "_requiredBy": [ "/webdriverio" ], "_resolved": "https://registry.npmjs.org/request/-/request-2.49.0.tgz", "_shasum": "0d4f6348dc3348059b553e4db60fd2478de662a7", "_shrinkwrap": null, "_spec": "request@2.49.0", "_where": "/Users/gil/projects/testim/click-test/src/selenium/node_modules/webdriverio", "author": { "email": "mikeal.rogers@gmail.com", "name": "Mikeal Rogers" }, "bugs": { "url": "http://github.com/request/request/issues" }, "dependencies": { "aws-sign2": "~0.5.0", "bl": "~0.9.0", "caseless": "~0.8.0", "combined-stream": "~0.0.5", "forever-agent": "~0.5.0", "form-data": "~0.1.0", "hawk": "1.1.1", "http-signature": "~0.10.0", "json-stringify-safe": "~5.0.0", "mime-types": "~1.0.1", "node-uuid": "~1.4.0", "oauth-sign": "~0.5.0", "qs": "~2.3.1", "stringstream": "~0.0.4", "tough-cookie": ">=0.12.0", "tunnel-agent": "~0.4.0" }, "description": "Simplified HTTP request client.", "devDependencies": { "eslint": "0.5.1", "rimraf": "~2.2.8", "tape": "~3.0.0", "taper": "~0.3.0" }, "directories": {}, "dist": { "shasum": "0d4f6348dc3348059b553e4db60fd2478de662a7", "tarball": "http://registry.npmjs.org/request/-/request-2.49.0.tgz" }, "engines": { "node": ">=0.8.0" }, "gitHead": "6e6e589159a30bb441df4eb5e30428ce4d50c2ec", "homepage": "https://github.com/request/request", "installable": true, "license": "Apache-2.0", "main": "index.js", "maintainers": [ { "name": "mikeal", "email": "mikeal.rogers@gmail.com" }, { "name": "nylen", "email": "jnylen@gmail.com" }, { "name": "fredkschott", "email": "fkschott@gmail.com" } ], "name": "request", "optionalDependencies": {}, "repository": { "type": "git", "url": "https://github.com/request/request.git" }, "scripts": { "lint": "node node_modules/.bin/eslint lib/ *.js tests/ && echo Lint passed.", "test": "npm run lint && node node_modules/.bin/taper tests/test-*.js" }, "tags": [ "http", "simple", "util", "utility" ], "version": "2.49.0" }