package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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": "version",
  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. "/@babel/core",
  20. "/@babel/generator",
  21. "/@babel/helper-define-map",
  22. "/@babel/helper-module-transforms",
  23. "/@babel/helper-regex",
  24. "/@babel/plugin-transform-block-scoping",
  25. "/@babel/traverse",
  26. "/@babel/types",
  27. "/@vue/cli-plugin-eslint/eslint",
  28. "/@vue/test-utils",
  29. "/async",
  30. "/babel-generator",
  31. "/babel-register",
  32. "/babel-register/babel-core",
  33. "/babel-template",
  34. "/babel-traverse",
  35. "/babel-types",
  36. "/css-loader",
  37. "/eslint",
  38. "/eslint-plugin-vue/vue-eslint-parser",
  39. "/eslint/inquirer",
  40. "/eslint/table",
  41. "/html-webpack-plugin",
  42. "/http-proxy-middleware",
  43. "/inquirer",
  44. "/jest-config/babel-core",
  45. "/jest-runtime/babel-core",
  46. "/node-cache",
  47. "/renderkid",
  48. "/request-promise-core",
  49. "/table",
  50. "/vue-eslint-parser",
  51. "/webpack-bundle-analyzer",
  52. "/webpack-merge"
  53. ],
  54. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  55. "_shasum": "679591c564c3bffaae8454cf0b3df370c3d6911c",
  56. "_spec": "lodash@4.17.21",
  57. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/@babel/core",
  58. "author": {
  59. "name": "John-David Dalton",
  60. "email": "john.david.dalton@gmail.com"
  61. },
  62. "bugs": {
  63. "url": "https://github.com/lodash/lodash/issues"
  64. },
  65. "bundleDependencies": false,
  66. "contributors": [
  67. {
  68. "name": "John-David Dalton",
  69. "email": "john.david.dalton@gmail.com"
  70. },
  71. {
  72. "name": "Mathias Bynens",
  73. "email": "mathias@qiwi.be"
  74. }
  75. ],
  76. "deprecated": false,
  77. "description": "Lodash modular utilities.",
  78. "homepage": "https://lodash.com/",
  79. "icon": "https://lodash.com/icon.svg",
  80. "keywords": [
  81. "modules",
  82. "stdlib",
  83. "util"
  84. ],
  85. "license": "MIT",
  86. "main": "lodash.js",
  87. "name": "lodash",
  88. "repository": {
  89. "type": "git",
  90. "url": "git+https://github.com/lodash/lodash.git"
  91. },
  92. "scripts": {
  93. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  94. },
  95. "version": "4.17.21"
  96. }