package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "lodash.isequal@4.5.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "lodash.isequal@4.5.0",
  9. "_id": "lodash.isequal@4.5.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-pDo3lu8Jhfjqls6GkMgpahsF9kCyayhgykjyLMNFTKWrpVdAQtYyB4muAMWozBB4ig/dtWAmsMxLEI8wuz+DYQ==",
  12. "_location": "/lodash.isequal",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lodash.isequal@4.5.0",
  18. "name": "lodash.isequal",
  19. "escapedName": "lodash.isequal",
  20. "rawSpec": "4.5.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.5.0"
  23. },
  24. "_requiredBy": [
  25. "/@wangeditor/editor"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/lodash.isequal/-/lodash.isequal-4.5.0.tgz",
  28. "_spec": "4.5.0",
  29. "_where": "E:\\2023\\5\\myjadmin",
  30. "author": {
  31. "name": "John-David Dalton",
  32. "email": "john.david.dalton@gmail.com",
  33. "url": "http://allyoucanleet.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/lodash/lodash/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "John-David Dalton",
  41. "email": "john.david.dalton@gmail.com",
  42. "url": "http://allyoucanleet.com/"
  43. },
  44. {
  45. "name": "Mathias Bynens",
  46. "email": "mathias@qiwi.be",
  47. "url": "https://mathiasbynens.be/"
  48. }
  49. ],
  50. "description": "The Lodash method `_.isEqual` exported as a module.",
  51. "homepage": "https://lodash.com/",
  52. "icon": "https://lodash.com/icon.svg",
  53. "keywords": [
  54. "lodash-modularized",
  55. "isequal"
  56. ],
  57. "license": "MIT",
  58. "name": "lodash.isequal",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/lodash/lodash.git"
  62. },
  63. "scripts": {
  64. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  65. },
  66. "version": "4.5.0"
  67. }