package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_from": "lodash@^4.17.21",
  3. "_id": "lodash@4.17.21",
  4. "_inBundle": false,
  5. "_integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
  6. "_location": "/lodash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash@^4.17.21",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "^4.17.21",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.17.21"
  17. },
  18. "_requiredBy": [
  19. "/@commitlint/cli",
  20. "/@commitlint/ensure",
  21. "/@commitlint/load",
  22. "/@commitlint/resolve-extends",
  23. "/@nuxt/builder",
  24. "/@nuxt/cli",
  25. "/@nuxt/config",
  26. "/@nuxt/core",
  27. "/@nuxt/utils",
  28. "/@nuxt/vue-renderer",
  29. "/@nuxt/webpack",
  30. "/@vue/test-utils",
  31. "/babel-template",
  32. "/babel-traverse",
  33. "/babel-types",
  34. "/conventional-changelog-conventionalcommits",
  35. "/conventional-commits-parser",
  36. "/data-urls/whatwg-url",
  37. "/eslint-plugin-unicorn",
  38. "/git-raw-commits",
  39. "/hard-source-webpack-plugin",
  40. "/html-webpack-plugin",
  41. "/inquirer",
  42. "/jsdom/whatwg-url",
  43. "/last-call-webpack-plugin",
  44. "/node-cache",
  45. "/pretty-error",
  46. "/renderkid",
  47. "/vue-eslint-parser",
  48. "/webpack-bundle-analyzer"
  49. ],
  50. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  51. "_shasum": "679591c564c3bffaae8454cf0b3df370c3d6911c",
  52. "_spec": "lodash@^4.17.21",
  53. "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\builder",
  54. "author": {
  55. "name": "John-David Dalton",
  56. "email": "john.david.dalton@gmail.com"
  57. },
  58. "bugs": {
  59. "url": "https://github.com/lodash/lodash/issues"
  60. },
  61. "bundleDependencies": false,
  62. "contributors": [
  63. {
  64. "name": "John-David Dalton",
  65. "email": "john.david.dalton@gmail.com"
  66. },
  67. {
  68. "name": "Mathias Bynens",
  69. "email": "mathias@qiwi.be"
  70. }
  71. ],
  72. "deprecated": false,
  73. "description": "Lodash modular utilities.",
  74. "homepage": "https://lodash.com/",
  75. "icon": "https://lodash.com/icon.svg",
  76. "keywords": [
  77. "modules",
  78. "stdlib",
  79. "util"
  80. ],
  81. "license": "MIT",
  82. "main": "lodash.js",
  83. "name": "lodash",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/lodash/lodash.git"
  87. },
  88. "scripts": {
  89. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  90. },
  91. "version": "4.17.21"
  92. }