package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "saucelabs@1.5.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "saucelabs@1.5.0",
  10. "_id": "saucelabs@1.5.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-jlX3FGdWvYf4Q3LFfFWS1QvPg3IGCGWxIc8QBFdPTbpTJnt/v17FHXYVAn7C8sHf1yUXo2c7yIM0isDryfYtHQ==",
  13. "_location": "/saucelabs",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "saucelabs@1.5.0",
  20. "name": "saucelabs",
  21. "escapedName": "saucelabs",
  22. "rawSpec": "1.5.0",
  23. "saveSpec": null,
  24. "fetchSpec": "1.5.0"
  25. },
  26. "_requiredBy": [
  27. "/protractor"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/saucelabs/-/saucelabs-1.5.0.tgz",
  30. "_spec": "1.5.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Dan Jenkins",
  34. "email": "dan.jenkins@holidayextras.com",
  35. "url": "www.dan-jenkins.co.uk"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/holidayextras/node-saucelabs/issues"
  39. },
  40. "dependencies": {
  41. "https-proxy-agent": "^2.2.1"
  42. },
  43. "description": "A wrapper around Sauce Labs REST API",
  44. "devDependencies": {
  45. "chai": "1.5.x",
  46. "jshint": "*",
  47. "mocha": "1.9.x",
  48. "nock": "0.17.x",
  49. "url": "0.11.0"
  50. },
  51. "engines": {
  52. "node": "*"
  53. },
  54. "homepage": "https://github.com/holidayextras/node-saucelabs",
  55. "name": "saucelabs",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/holidayextras/node-saucelabs.git"
  59. },
  60. "scripts": {
  61. "test": "make lint test"
  62. },
  63. "version": "1.5.0"
  64. }