package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "_from": "array-equal@^1.0.0",
  3. "_id": "array-equal@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=",
  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. "/jest-environment-jsdom-fifteen/jsdom",
  20. "/jsdom"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz",
  23. "_shasum": "8c2a5ef2472fd9ea742b04c77a75093ba2757c93",
  24. "_spec": "array-equal@^1.0.0",
  25. "_where": "E:\\workspace\\cfd-front-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/component/array-equal/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "check if two arrays are equal",
  37. "homepage": "https://github.com/component/array-equal#readme",
  38. "license": "MIT",
  39. "name": "array-equal",
  40. "repository": {
  41. "type": "git",
  42. "url": "git+https://github.com/component/array-equal.git"
  43. },
  44. "version": "1.0.0"
  45. }