package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "jasminewd2@2.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jasminewd2@2.2.0",
  10. "_id": "jasminewd2@2.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-43zwsX8ZnM4jvqcbIDk5Uka07E4=",
  13. "_location": "/jasminewd2",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "jasminewd2@2.2.0",
  20. "name": "jasminewd2",
  21. "escapedName": "jasminewd2",
  22. "rawSpec": "2.2.0",
  23. "saveSpec": null,
  24. "fetchSpec": "2.2.0"
  25. },
  26. "_requiredBy": [
  27. "/protractor"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/jasminewd2/-/jasminewd2-2.2.0.tgz",
  30. "_spec": "2.2.0",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Julie Ralph",
  34. "email": "ju.ralph@gmail.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/angular/jasminewd/issues"
  38. },
  39. "description": "WebDriverJS adapter for Jasmine2.",
  40. "devDependencies": {
  41. "@types/jasmine": "^2.5.40",
  42. "@types/node": "^6.0.56",
  43. "@types/selenium-webdriver": "^2.53.38",
  44. "jasmine": "2.4.1",
  45. "jshint": "^2.9.4",
  46. "selenium-webdriver": "3.5.0",
  47. "tslint": "^4.2.0",
  48. "tslint-eslint-rules": "^3.2.3",
  49. "typescript": "^2.0.10",
  50. "vrsource-tslint-rules": "^4.0.0"
  51. },
  52. "engines": {
  53. "node": ">= 6.9.x"
  54. },
  55. "homepage": "https://github.com/angular/jasminewd",
  56. "keywords": [
  57. "test",
  58. "testing",
  59. "webdriver",
  60. "webdriverjs",
  61. "selenium",
  62. "jasmine"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "jasminewd2",
  67. "repository": {
  68. "type": "git",
  69. "url": "git://github.com/angular/jasminewd.git"
  70. },
  71. "scripts": {
  72. "jshint": "jshint index.js spec",
  73. "lint": "npm run jshint && npm run tslint",
  74. "pretest": "npm run lint && npm run tsc",
  75. "test": "scripts/test.sh",
  76. "tsc": "tsc; cp spec/*.js built_spec",
  77. "tslint": "tslint spec/*.ts"
  78. },
  79. "version": "2.2.0"
  80. }