package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "chai-nightwatch@0.1.1",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "chai-nightwatch@0.1.1",
  10. "_id": "chai-nightwatch@0.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-TeheBX8b3eszDfet1dmb3u8RAukPOmzLj5AclNDygL+JQAIV2MsyddziEigBcdUgfNHajyz9crtpKipU0Qe2SA==",
  13. "_location": "/chai-nightwatch",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "chai-nightwatch@0.1.1",
  19. "name": "chai-nightwatch",
  20. "escapedName": "chai-nightwatch",
  21. "rawSpec": "0.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "0.1.1"
  24. },
  25. "_requiredBy": [
  26. "/nightwatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/chai-nightwatch/-/chai-nightwatch-0.1.1.tgz",
  29. "_spec": "0.1.1",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Andrei Rusu",
  33. "email": "andrei.rusu@beatfactor.net"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/beatfactor/chai/issues"
  37. },
  38. "dependencies": {
  39. "assertion-error": "1.0.0",
  40. "deep-eql": "0.1.3"
  41. },
  42. "description": "This is a modified version of Chai to support Nightwatch.js asserts.",
  43. "devDependencies": {
  44. "mocha": "1.21.x"
  45. },
  46. "engines": {
  47. "node": ">= 0.4.0"
  48. },
  49. "homepage": "https://github.com/beatfactor/chai#readme",
  50. "license": "MIT",
  51. "main": "./index",
  52. "name": "chai-nightwatch",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/beatfactor/chai.git"
  56. },
  57. "scripts": {
  58. "test": "make test"
  59. },
  60. "version": "0.1.1"
  61. }