package.json 1.8 KB

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