package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "lodash@^4.17.19",
  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.19",
  12. "name": "lodash",
  13. "escapedName": "lodash",
  14. "rawSpec": "^4.17.19",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.17.19"
  17. },
  18. "_requiredBy": [
  19. "/@babel/core",
  20. "/@typescript-eslint/eslint-plugin",
  21. "/async",
  22. "/eslint-plugin-flowtype",
  23. "/eslint-plugin-testing-library/@typescript-eslint/typescript-estree",
  24. "/html-webpack-plugin",
  25. "/http-proxy-middleware",
  26. "/last-call-webpack-plugin",
  27. "/pretty-error",
  28. "/renderkid",
  29. "/webpack-manifest-plugin",
  30. "/whatwg-url"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
  33. "_shasum": "679591c564c3bffaae8454cf0b3df370c3d6911c",
  34. "_spec": "lodash@^4.17.19",
  35. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\core",
  36. "author": {
  37. "name": "John-David Dalton",
  38. "email": "john.david.dalton@gmail.com"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/lodash/lodash/issues"
  42. },
  43. "bundleDependencies": false,
  44. "contributors": [
  45. {
  46. "name": "John-David Dalton",
  47. "email": "john.david.dalton@gmail.com"
  48. },
  49. {
  50. "name": "Mathias Bynens",
  51. "email": "mathias@qiwi.be"
  52. }
  53. ],
  54. "deprecated": false,
  55. "description": "Lodash modular utilities.",
  56. "homepage": "https://lodash.com/",
  57. "icon": "https://lodash.com/icon.svg",
  58. "keywords": [
  59. "modules",
  60. "stdlib",
  61. "util"
  62. ],
  63. "license": "MIT",
  64. "main": "lodash.js",
  65. "name": "lodash",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/lodash/lodash.git"
  69. },
  70. "scripts": {
  71. "test": "echo \"See https://travis-ci.org/lodash-archive/lodash-cli for testing details.\""
  72. },
  73. "version": "4.17.21"
  74. }