projecte_ionic/node_modules/browserstack/package.json
2022-02-09 18:30:03 +01:00

79 lines
2.1 KiB
JSON
Executable file

{
"_from": "browserstack@^1.5.1",
"_id": "browserstack@1.6.1",
"_inBundle": false,
"_integrity": "sha512-GxtFjpIaKdbAyzHfFDKixKO8IBT7wR3NjbzrGc78nNs/Ciys9wU3/nBtsqsWv5nDSrdI5tz0peKuzCPuNXNUiw==",
"_location": "/browserstack",
"_phantomChildren": {
"es6-promisify": "5.0.0",
"ms": "2.1.2"
},
"_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.1.tgz",
"_shasum": "e051f9733ec3b507659f395c7a4765a1b1e358b3",
"_spec": "browserstack@^1.5.1",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/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.1"
}