package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "array-equal@^1.0.0",
  3. "_id": "array-equal@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-gUHx76KtnhEgB3HOuFYiCm3FIdEs6ocM2asHvNTkfu/Y09qQVrrVVaOKENmS2KkSaGoxgXNqC+ZVtR/n0MOkSA==",
  6. "_location": "/array-equal",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-equal@^1.0.0",
  12. "name": "array-equal",
  13. "escapedName": "array-equal",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-plugin-unit-mocha/jsdom",
  20. "/jsdom"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/array-equal/-/array-equal-1.0.2.tgz",
  23. "_shasum": "a8572e64e822358271250b9156d20d96ef5dec04",
  24. "_spec": "array-equal@^1.0.0",
  25. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\jsdom",
  26. "author": {
  27. "name": "Jonathan Ong",
  28. "email": "me@jongleberry.com",
  29. "url": "http://jongleberry.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/array-equal/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Check if two arrays are equal",
  37. "funding": "https://github.com/sponsors/sindresorhus",
  38. "homepage": "https://github.com/sindresorhus/array-equal#readme",
  39. "keywords": [
  40. "array",
  41. "equal",
  42. "equals",
  43. "same",
  44. "identical",
  45. "equality",
  46. "compare",
  47. "validate"
  48. ],
  49. "license": "MIT",
  50. "name": "array-equal",
  51. "repository": {
  52. "type": "git",
  53. "url": "git+https://github.com/sindresorhus/array-equal.git"
  54. },
  55. "version": "1.0.2"
  56. }