package.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_args": [
  3. [
  4. "array-equal@1.0.0",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-equal@1.0.0",
  10. "_id": "array-equal@1.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-jCpe8kcv2ep0KwTHenUJO6J1fJM=",
  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. "/jest-environment-jsdom/jsdom",
  27. "/jsdom"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/array-equal/-/array-equal-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "E:\\item\\newItem\\admin",
  32. "author": {
  33. "name": "Jonathan Ong",
  34. "email": "me@jongleberry.com",
  35. "url": "http://jongleberry.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/component/array-equal/issues"
  39. },
  40. "description": "check if two arrays are equal",
  41. "homepage": "https://github.com/component/array-equal#readme",
  42. "license": "MIT",
  43. "name": "array-equal",
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/component/array-equal.git"
  47. },
  48. "version": "1.0.0"
  49. }