| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "_args": [
- [
- "browserstack@1.5.1",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_development": true,
- "_from": "browserstack@1.5.1",
- "_id": "browserstack@1.5.1",
- "_inBundle": false,
- "_integrity": "sha512-O8VMT64P9NOLhuIoD4YngyxBURefaSdR4QdhG8l6HZ9VxtU7jc3m6jLufFwKA5gaf7fetfB2TnRJnMxyob+heg==",
- "_location": "/browserstack",
- "_optional": true,
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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.5.1.tgz",
- "_spec": "1.5.1",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Scott González",
- "email": "scott.gonzalez@gmail.com",
- "url": "http://scottgonzalez.com"
- },
- "bugs": {
- "url": "https://github.com/scottgonzalez/node-browserstack/issues"
- },
- "contributors": [
- {
- "name": "Simon Tarchichi",
- "email": "kartsims@gmail.com"
- }
- ],
- "dependencies": {
- "https-proxy-agent": "^2.2.1"
- },
- "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"
- ],
- "licence": "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.5.1"
- }
|