package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "lodash.uniq@^4.5.0",
  3. "_id": "lodash.uniq@4.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=",
  6. "_location": "/lodash.uniq",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lodash.uniq@^4.5.0",
  12. "name": "lodash.uniq",
  13. "escapedName": "lodash.uniq",
  14. "rawSpec": "^4.5.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.5.0"
  17. },
  18. "_requiredBy": [
  19. "/caniuse-api",
  20. "/vue-server-renderer"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz",
  23. "_shasum": "d0225373aeb652adc1bc82e4945339a842754773",
  24. "_spec": "lodash.uniq@^4.5.0",
  25. "_where": "H:\\gs_nuxt\\node_modules\\caniuse-api",
  26. "author": {
  27. "name": "John-David Dalton",
  28. "email": "john.david.dalton@gmail.com",
  29. "url": "http://allyoucanleet.com/"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/lodash/lodash/issues"
  33. },
  34. "bundleDependencies": false,
  35. "contributors": [
  36. {
  37. "name": "John-David Dalton",
  38. "email": "john.david.dalton@gmail.com",
  39. "url": "http://allyoucanleet.com/"
  40. },
  41. {
  42. "name": "Blaine Bublitz",
  43. "email": "blaine.bublitz@gmail.com",
  44. "url": "https://github.com/phated"
  45. },
  46. {
  47. "name": "Mathias Bynens",
  48. "email": "mathias@qiwi.be",
  49. "url": "https://mathiasbynens.be/"
  50. }
  51. ],
  52. "deprecated": false,
  53. "description": "The lodash method `_.uniq` exported as a module.",
  54. "homepage": "https://lodash.com/",
  55. "icon": "https://lodash.com/icon.svg",
  56. "keywords": [
  57. "lodash-modularized",
  58. "uniq"
  59. ],
  60. "license": "MIT",
  61. "name": "lodash.uniq",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/lodash/lodash.git"
  65. },
  66. "scripts": {
  67. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  68. },
  69. "version": "4.5.0"
  70. }