package.json 1.7 KB

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