package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "blocking-proxy@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "blocking-proxy@1.0.1",
  10. "_id": "blocking-proxy@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-KE8NFMZr3mN2E0HcvCgRtX7DjhiIQrwle+nSVJVC/yqFb9+xznHl2ZcoBp2L9qzkI4t4cBFJ1efXF8Dwi132RA==",
  13. "_location": "/blocking-proxy",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "blocking-proxy@1.0.1",
  20. "name": "blocking-proxy",
  21. "escapedName": "blocking-proxy",
  22. "rawSpec": "1.0.1",
  23. "saveSpec": null,
  24. "fetchSpec": "1.0.1"
  25. },
  26. "_requiredBy": [
  27. "/protractor"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/blocking-proxy/-/blocking-proxy-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "bin": {
  33. "blocking-proxy": "built/lib/bin.js"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/angular/jasminewd/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Michael Giambalvo",
  41. "email": "heathkit@google.com"
  42. },
  43. {
  44. "name": "Julie Ralph",
  45. "email": "ju.ralph@gmail.com"
  46. }
  47. ],
  48. "dependencies": {
  49. "minimist": "^1.2.0"
  50. },
  51. "description": "WebDriver Proxy for testing rich clients. It block certain calls until Angular is done updating the page under test.",
  52. "devDependencies": {
  53. "@types/jasmine": "2.5.45",
  54. "@types/minimist": "^1.1.29",
  55. "@types/nock": "^8.2.0",
  56. "@types/node": "^6.0.45",
  57. "@types/rimraf": "0.0.28",
  58. "@types/selenium-webdriver": "^2.53.39",
  59. "body-parser": "1.14.2",
  60. "clang-format": "^1.0.34",
  61. "gulp": "^3.9.1",
  62. "gulp-clang-format": "^1.0.23",
  63. "gulp-tslint": "^7.0.1",
  64. "jasmine": "^2.3.2",
  65. "jasmine-co": "^1.2.2",
  66. "jasmine-ts": "^0.2.1",
  67. "jshint": "2.9.1",
  68. "nock": "^9.0.2",
  69. "rimraf": "^2.5.4",
  70. "run-sequence": "^1.2.2",
  71. "selenium-mock": "^0.1.5",
  72. "selenium-webdriver": "^3.6.0",
  73. "ts-node": "^2.1.2",
  74. "tslint": "^4.3.1",
  75. "tslint-eslint-rules": "^3.1.0",
  76. "typescript": "^2.1.5",
  77. "vrsource-tslint-rules": "^0.14.1",
  78. "webdriver-manager": "^12.0.6"
  79. },
  80. "engines": {
  81. "node": ">=6.9.x"
  82. },
  83. "homepage": "https://github.com/angular/blocking-proxy",
  84. "jshintConfig": {
  85. "esversion": 6
  86. },
  87. "keywords": [
  88. "test",
  89. "testing",
  90. "webdriver",
  91. "webdriverjs",
  92. "selenium"
  93. ],
  94. "license": "MIT",
  95. "main": "built/lib/index.js",
  96. "name": "blocking-proxy",
  97. "repository": {
  98. "type": "git",
  99. "url": "git://github.com/angular/jasminewd.git"
  100. },
  101. "scripts": {
  102. "prepublish": "gulp prepublish",
  103. "start": "node built/lib/bin.js",
  104. "test": "JASMINE_CONFIG_PATH=spec/jasmine_unit.json jasmine-ts",
  105. "test:auto": "find lib spec | entr npm test",
  106. "test:e2e": "JASMINE_CONFIG_PATH=spec/jasmine_e2e.json jasmine-ts",
  107. "testapp": "cd testapp && npm start",
  108. "webdriver": "webdriver-manager update && webdriver-manager start"
  109. },
  110. "typings": "built/lib/index.d.ts",
  111. "version": "1.0.1"
  112. }