package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "nightwatch@0.9.21",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "nightwatch@0.9.21",
  10. "_id": "nightwatch@0.9.21",
  11. "_inBundle": false,
  12. "_integrity": "sha512-Kjw/qpPRKIJffxxLAH+jxw5mF0ZXsYlwIkeDzqs6vFhdgeYopJKK6cvaKg9gPwswTp8LExnUfgpm+QF9epvNtg==",
  13. "_location": "/nightwatch",
  14. "_phantomChildren": {
  15. "brace-expansion": "1.1.11"
  16. },
  17. "_requested": {
  18. "type": "version",
  19. "registry": true,
  20. "raw": "nightwatch@0.9.21",
  21. "name": "nightwatch",
  22. "escapedName": "nightwatch",
  23. "rawSpec": "0.9.21",
  24. "saveSpec": null,
  25. "fetchSpec": "0.9.21"
  26. },
  27. "_requiredBy": [
  28. "#DEV:/"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/nightwatch/-/nightwatch-0.9.21.tgz",
  31. "_spec": "0.9.21",
  32. "_where": "E:\\2023\\5\\myjadmin",
  33. "author": {
  34. "name": "Andrei Rusu",
  35. "email": "andrei@nightwatchjs.org"
  36. },
  37. "bin": {
  38. "nightwatch": "bin/nightwatch"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/nightwatchjs/nightwatch/issues"
  42. },
  43. "dependencies": {
  44. "chai-nightwatch": "~0.1.x",
  45. "ejs": "2.5.7",
  46. "lodash.clone": "3.0.3",
  47. "lodash.defaultsdeep": "4.3.2",
  48. "minimatch": "3.0.3",
  49. "mkpath": "1.0.0",
  50. "mocha-nightwatch": "3.2.2",
  51. "optimist": "0.6.1",
  52. "proxy-agent": "2.0.0",
  53. "q": "1.4.1"
  54. },
  55. "description": "Easy to use Node.js based End-to-End testing solution for browser based apps and websites, using the W3C WebDriver API.",
  56. "devDependencies": {
  57. "chai": "^3.2.0",
  58. "coveralls": "latest",
  59. "grunt": "~0.4.4",
  60. "grunt-complexity": "^0.1.7",
  61. "grunt-contrib-jshint": "~0.10.0",
  62. "grunt-jsonlint": "~1.0.4",
  63. "grunt-npm-release": "latest",
  64. "jscoverage": "latest",
  65. "jshint": "~2.4.4",
  66. "jsonlint": "~1.6.0",
  67. "mocha": "^2.3.4",
  68. "mocha-lcov-reporter": "^1.2.0",
  69. "mock-spawn": "^0.2.1",
  70. "mockery": "~1.4.0",
  71. "nock": "~0.45.0",
  72. "xml2json": "^0.11.0"
  73. },
  74. "files": [
  75. "bin",
  76. "examples",
  77. "lib",
  78. "README.md",
  79. "LICENSE.md",
  80. "index.js"
  81. ],
  82. "homepage": "http://nightwatchjs.org",
  83. "license": "MIT",
  84. "main": "./lib/index.js",
  85. "man": "",
  86. "name": "nightwatch",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+ssh://git@github.com/nightwatchjs/nightwatch.git"
  90. },
  91. "scripts": {
  92. "jshint": "jshint --verbose --config .jshintrc lib/",
  93. "mocha-coverage": "jscoverage lib --exclude *.ejs,*.json && NIGHTWATCH_COV=1 ./node_modules/.bin/mocha test/src --reporter html-cov > coverage.html",
  94. "mocha-lcov-coverage": "jscoverage lib --exclude *.ejs,*.json && NIGHTWATCH_COV=1 ./node_modules/.bin/mocha test/src --reporter mocha-lcov-reporter > lib-cov/coverage.lcov",
  95. "test": "mocha test/src",
  96. "unit-tests": "./bin/nightwatch -c test/nightwatch.json"
  97. },
  98. "version": "0.9.21"
  99. }