package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "assertion-error@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "assertion-error@1.0.0",
  10. "_id": "assertion-error@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-g/gZV+G476cnmtYI+Ko9d5khxSoCSoom/EaNmmCfwpOvBXEJ18qwFrxfP1/CsIqk2no1sAKKwxndV0tP7ROOFQ==",
  13. "_location": "/assertion-error",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "assertion-error@1.0.0",
  19. "name": "assertion-error",
  20. "escapedName": "assertion-error",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/chai-nightwatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/assertion-error/-/assertion-error-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jake Luer",
  33. "email": "jake@qualiancy.com",
  34. "url": "http://qualiancy.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/chaijs/assertion-error/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Error constructor for test and validation frameworks that implements standardized AssertionError specification.",
  41. "devDependencies": {
  42. "component": "*"
  43. },
  44. "engines": {
  45. "node": "*"
  46. },
  47. "homepage": "https://github.com/chaijs/assertion-error#readme",
  48. "keywords": [
  49. "test",
  50. "assertion",
  51. "assertion-error"
  52. ],
  53. "license": "MIT",
  54. "main": "./index",
  55. "name": "assertion-error",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+ssh://git@github.com/chaijs/assertion-error.git"
  59. },
  60. "scripts": {
  61. "test": "make test"
  62. },
  63. "version": "1.0.0"
  64. }