package.json 1.7 KB

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