package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "lodash-unified@^1.0.2",
  3. "_id": "lodash-unified@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-WK9qSozxXOD7ZJQlpSqOT+om2ZfcT4yO+03FuzAHD0wF6S0l0090LRPDx3vhTTLZ8cFKpBn+IOcVXK6qOcIlfQ==",
  6. "_location": "/lodash-unified",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash-unified@^1.0.2",
  12. "name": "lodash-unified",
  13. "escapedName": "lodash-unified",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/element-plus"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lodash-unified/-/lodash-unified-1.0.3.tgz",
  22. "_shasum": "80b1eac10ed2eb02ed189f08614a29c27d07c894",
  23. "_spec": "lodash-unified@^1.0.2",
  24. "_where": "E:\\vue_project\\el-table-column\\node_modules\\element-plus",
  25. "author": {
  26. "name": "Jack Works"
  27. },
  28. "bundleDependencies": false,
  29. "deprecated": false,
  30. "description": "A union entrypoint of lodash for both ESModule and Commonjs.",
  31. "devDependencies": {
  32. "@types/lodash-es": "*",
  33. "lodash": "*",
  34. "lodash-es": "*"
  35. },
  36. "exports": {
  37. "import": {
  38. "types": "./type.d.ts",
  39. "default": "./import.js"
  40. },
  41. "require": {
  42. "types": "./type.d.ts",
  43. "default": "./require.cjs"
  44. }
  45. },
  46. "license": "MIT",
  47. "main": "./require.cjs",
  48. "name": "lodash-unified",
  49. "peerDependencies": {
  50. "lodash": "*",
  51. "lodash-es": "*",
  52. "@types/lodash-es": "*"
  53. },
  54. "type": "module",
  55. "types": "./type.d.ts",
  56. "version": "1.0.3"
  57. }