package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "lodash@4.17.21",
  5. "D:\\qianger\\7\\jindouyunNewFront"
  6. ]
  7. ],
  8. "_from": "lodash@4.17.21",
  9. "_id": "lodash@4.17.21",
  10. "_inBundle": false,
  11. "_integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  12. "_location": "/lodash",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lodash@4.17.21",
  18. "name": "lodash",
  19. "escapedName": "lodash",
  20. "rawSpec": "4.17.21",
  21. "saveSpec": null,
  22. "fetchSpec": "4.17.21"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/@eslint/eslintrc",
  27. "/async",
  28. "/eslint",
  29. "/html-webpack-plugin",
  30. "/inquirer",
  31. "/postcss-sorting",
  32. "/pretty-error",
  33. "/renderkid",
  34. "/stylelint",
  35. "/stylelint-order",
  36. "/table",
  37. "/vue-echarts",
  38. "/vue-eslint-parser",
  39. "/webpack-bundle-analyzer",
  40. "/webpack-dev-server/http-proxy-middleware",
  41. "/webpack-merge"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  44. "_spec": "4.17.21",
  45. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  46. "author": {
  47. "name": "John-David Dalton",
  48. "email": "john.david.dalton@gmail.com"
  49. },
  50. "bugs": {
  51. "url": "https://github.com/lodash/lodash/issues"
  52. },
  53. "contributors": [
  54. {
  55. "name": "John-David Dalton",
  56. "email": "john.david.dalton@gmail.com"
  57. },
  58. {
  59. "name": "Mathias Bynens",
  60. "email": "mathias@qiwi.be"
  61. }
  62. ],
  63. "description": "Lodash modular utilities.",
  64. "homepage": "https://lodash.com/",
  65. "icon": "https://lodash.com/icon.svg",
  66. "keywords": [
  67. "modules",
  68. "stdlib",
  69. "util"
  70. ],
  71. "license": "MIT",
  72. "main": "lodash.js",
  73. "name": "lodash",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/lodash/lodash.git"
  77. },
  78. "scripts": {
  79. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  80. },
  81. "version": "4.17.21"
  82. }