package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "lodash.merge@4.6.2",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "lodash.merge@4.6.2",
  10. "_id": "lodash.merge@4.6.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
  13. "_location": "/lodash.merge",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "lodash.merge@4.6.2",
  19. "name": "lodash.merge",
  20. "escapedName": "lodash.merge",
  21. "rawSpec": "4.6.2",
  22. "saveSpec": null,
  23. "fetchSpec": "4.6.2"
  24. },
  25. "_requiredBy": [
  26. "/eslint"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/lodash.merge/-/lodash.merge-4.6.2.tgz",
  29. "_spec": "4.6.2",
  30. "_where": "/Users/mac/projects/mime/mine",
  31. "author": {
  32. "name": "John-David Dalton",
  33. "email": "john.david.dalton@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/lodash/lodash/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "John-David Dalton",
  41. "email": "john.david.dalton@gmail.com"
  42. },
  43. {
  44. "name": "Mathias Bynens",
  45. "email": "mathias@qiwi.be"
  46. }
  47. ],
  48. "description": "The Lodash method `_.merge` exported as a module.",
  49. "homepage": "https://lodash.com/",
  50. "icon": "https://lodash.com/icon.svg",
  51. "keywords": [
  52. "lodash-modularized",
  53. "merge"
  54. ],
  55. "license": "MIT",
  56. "name": "lodash.merge",
  57. "repository": {
  58. "type": "git",
  59. "url": "git+https://github.com/lodash/lodash.git"
  60. },
  61. "scripts": {
  62. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  63. },
  64. "version": "4.6.2"
  65. }