/
websites
/
test-project
/
node_modules
/
browserstack
/
Upload File
HOME
{ "_from": "browserstack@^1.5.1", "_id": "browserstack@1.6.0", "_inBundle": false, "_integrity": "sha512-HJDJ0TSlmkwnt9RZ+v5gFpa1XZTBYTj0ywvLwJ3241J7vMw2jAsGNVhKHtmCOyg+VxeLZyaibO9UL71AsUeDIw==", "_location": "/browserstack", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "browserstack@^1.5.1", "name": "browserstack", "escapedName": "browserstack", "rawSpec": "^1.5.1", "saveSpec": null, "fetchSpec": "^1.5.1" }, "_requiredBy": [ "/protractor" ], "_resolved": "https://registry.npmjs.org/browserstack/-/browserstack-1.6.0.tgz", "_shasum": "5a56ab90987605d9c138d7a8b88128370297f9bf", "_spec": "browserstack@^1.5.1", "_where": "/websites/test-project/node_modules/protractor", "author": { "name": "Scott González", "email": "scott.gonzalez@gmail.com", "url": "http://scottgonzalez.com" }, "bugs": { "url": "https://github.com/scottgonzalez/node-browserstack/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Simon Tarchichi", "email": "kartsims@gmail.com" } ], "dependencies": { "https-proxy-agent": "^2.2.1" }, "deprecated": false, "description": "A client for working with the BrowserStack APIs.", "devDependencies": { "jscs": "2.8.0", "jshint": "2.8.0", "mocha": "2.4.5", "should": "8.2.1" }, "homepage": "https://github.com/scottgonzalez/node-browserstack", "keywords": [ "automation", "browser", "browserstack", "screenshot", "testing" ], "license": "MIT", "main": "lib/browserstack.js", "name": "browserstack", "repository": { "type": "git", "url": "git://github.com/scottgonzalez/node-browserstack.git" }, "scripts": { "jscs": "jscs lib/* test/*", "jscs-fix": "jscs lib/* test/* --fix", "jshint": "jshint lib/* test/*", "lint": "npm run jscs && npm run jshint", "test": "npm run lint && mocha" }, "title": "BrowserStack Client", "version": "1.6.0" }