package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "browserstack@1.5.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "browserstack@1.5.1",
  10. "_id": "browserstack@1.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-O8VMT64P9NOLhuIoD4YngyxBURefaSdR4QdhG8l6HZ9VxtU7jc3m6jLufFwKA5gaf7fetfB2TnRJnMxyob+heg==",
  13. "_location": "/browserstack",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "browserstack@1.5.1",
  20. "name": "browserstack",
  21. "escapedName": "browserstack",
  22. "rawSpec": "1.5.1",
  23. "saveSpec": null,
  24. "fetchSpec": "1.5.1"
  25. },
  26. "_requiredBy": [
  27. "/protractor"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/browserstack/-/browserstack-1.5.1.tgz",
  30. "_spec": "1.5.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Scott González",
  34. "email": "scott.gonzalez@gmail.com",
  35. "url": "http://scottgonzalez.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/scottgonzalez/node-browserstack/issues"
  39. },
  40. "contributors": [
  41. {
  42. "name": "Simon Tarchichi",
  43. "email": "kartsims@gmail.com"
  44. }
  45. ],
  46. "dependencies": {
  47. "https-proxy-agent": "^2.2.1"
  48. },
  49. "description": "A client for working with the BrowserStack APIs.",
  50. "devDependencies": {
  51. "jscs": "2.8.0",
  52. "jshint": "2.8.0",
  53. "mocha": "2.4.5",
  54. "should": "8.2.1"
  55. },
  56. "homepage": "https://github.com/scottgonzalez/node-browserstack",
  57. "keywords": [
  58. "automation",
  59. "browser",
  60. "browserstack",
  61. "screenshot",
  62. "testing"
  63. ],
  64. "licence": "MIT",
  65. "main": "lib/browserstack.js",
  66. "name": "browserstack",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/scottgonzalez/node-browserstack.git"
  70. },
  71. "scripts": {
  72. "jscs": "jscs lib/* test/*",
  73. "jscs-fix": "jscs lib/* test/* --fix",
  74. "jshint": "jshint lib/* test/*",
  75. "lint": "npm run jscs && npm run jshint",
  76. "test": "npm run lint && mocha"
  77. },
  78. "title": "BrowserStack Client",
  79. "version": "1.5.1"
  80. }