package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "_args": [
  3. [
  4. "array-equal@1.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-equal@1.0.0",
  10. "_id": "array-equal@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-H3LU5RLiSsGXPhN+Nipar0iR0IofH+8r89G2y1tBKxQ/agagKyAjhkAFDRBfodP2caPrNKHpAWNIM/c9yeL7uA==",
  13. "_location": "/array-equal",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "array-equal@1.0.0",
  19. "name": "array-equal",
  20. "escapedName": "array-equal",
  21. "rawSpec": "1.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.0"
  24. },
  25. "_requiredBy": [
  26. "/jsdom"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz",
  29. "_spec": "1.0.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jonathan Ong",
  33. "email": "me@jongleberry.com",
  34. "url": "http://jongleberry.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/component/array-equal/issues"
  38. },
  39. "description": "check if two arrays are equal",
  40. "homepage": "https://github.com/component/array-equal#readme",
  41. "license": "MIT",
  42. "name": "array-equal",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/component/array-equal.git"
  46. },
  47. "version": "1.0.0"
  48. }