package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_from": "lodash.defaultsdeep@4.6.1",
  3. "_id": "lodash.defaultsdeep@4.6.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-3j8wdDzYuWO3lM3Reg03MuQR957t287Rpcxp1njpEa8oDrikb+FwGdW3n+FELh/A6qib6yPit0j/pv9G/yeAqA==",
  6. "_location": "/lodash.defaultsdeep",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "lodash.defaultsdeep@4.6.1",
  12. "name": "lodash.defaultsdeep",
  13. "escapedName": "lodash.defaultsdeep",
  14. "rawSpec": "4.6.1",
  15. "saveSpec": null,
  16. "fetchSpec": "4.6.1"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/lodash.defaultsdeep/-/lodash.defaultsdeep-4.6.1.tgz",
  22. "_shasum": "512e9bd721d272d94e3d3a63653fa17516741ca6",
  23. "_spec": "lodash.defaultsdeep@4.6.1",
  24. "_where": "/Users/lihai/jolijoli/pad_spa/node_modules/@vue/cli-service",
  25. "author": {
  26. "name": "John-David Dalton",
  27. "email": "john.david.dalton@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/lodash/lodash/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "John-David Dalton",
  36. "email": "john.david.dalton@gmail.com"
  37. },
  38. {
  39. "name": "Mathias Bynens",
  40. "email": "mathias@qiwi.be"
  41. }
  42. ],
  43. "deprecated": false,
  44. "description": "The Lodash method `_.defaultsDeep` exported as a module.",
  45. "homepage": "https://lodash.com/",
  46. "icon": "https://lodash.com/icon.svg",
  47. "keywords": [
  48. "lodash-modularized",
  49. "defaultsdeep"
  50. ],
  51. "license": "MIT",
  52. "name": "lodash.defaultsdeep",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/lodash/lodash.git"
  56. },
  57. "scripts": {
  58. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  59. },
  60. "version": "4.6.1"
  61. }