package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "lodash@4.17.21",
  5. "E:\\2023\\5\\myjadmin"
  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. "/@babel/generator",
  26. "/@babel/template",
  27. "/@babel/traverse",
  28. "/@babel/types",
  29. "/async",
  30. "/babel-core",
  31. "/babel-generator",
  32. "/babel-helper-define-map",
  33. "/babel-helper-regex",
  34. "/babel-plugin-transform-es2015-block-scoping",
  35. "/babel-register",
  36. "/babel-template",
  37. "/babel-traverse",
  38. "/babel-types",
  39. "/eslint",
  40. "/globule",
  41. "/html-webpack-plugin",
  42. "/http-proxy-middleware",
  43. "/inquirer",
  44. "/last-call-webpack-plugin",
  45. "/lowdb",
  46. "/node-cache",
  47. "/node-sass",
  48. "/pretty-error",
  49. "/renderkid",
  50. "/request-promise-core",
  51. "/sass-graph",
  52. "/table",
  53. "/vue-directive-image-previewer",
  54. "/vue-eslint-parser",
  55. "/webpack-bundle-analyzer",
  56. "/webpack-merge"
  57. ],
  58. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  59. "_spec": "4.17.21",
  60. "_where": "E:\\2023\\5\\myjadmin",
  61. "author": {
  62. "name": "John-David Dalton",
  63. "email": "john.david.dalton@gmail.com"
  64. },
  65. "bugs": {
  66. "url": "https://github.com/lodash/lodash/issues"
  67. },
  68. "contributors": [
  69. {
  70. "name": "John-David Dalton",
  71. "email": "john.david.dalton@gmail.com"
  72. },
  73. {
  74. "name": "Mathias Bynens",
  75. "email": "mathias@qiwi.be"
  76. }
  77. ],
  78. "description": "Lodash modular utilities.",
  79. "homepage": "https://lodash.com/",
  80. "icon": "https://lodash.com/icon.svg",
  81. "keywords": [
  82. "modules",
  83. "stdlib",
  84. "util"
  85. ],
  86. "license": "MIT",
  87. "main": "lodash.js",
  88. "name": "lodash",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/lodash/lodash.git"
  92. },
  93. "scripts": {
  94. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  95. },
  96. "version": "4.17.21"
  97. }