package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_from": "arr-union@^3.1.0",
  3. "_id": "arr-union@3.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==",
  6. "_location": "/arr-union",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arr-union@^3.1.0",
  12. "name": "arr-union",
  13. "escapedName": "arr-union",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/class-utils",
  20. "/plugin-error",
  21. "/union-value"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/arr-union/-/arr-union-3.1.0.tgz",
  24. "_shasum": "e39b09aea9def866a8f206e288af63919bae39c4",
  25. "_spec": "arr-union@^3.1.0",
  26. "_where": "/Users/chenpengming/代码/微纳园管理端/node_modules/union-value",
  27. "author": {
  28. "name": "Jon Schlinkert",
  29. "url": "https://github.com/jonschlinkert"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/jonschlinkert/arr-union/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
  37. "devDependencies": {
  38. "ansi-bold": "^0.1.1",
  39. "array-union": "^1.0.1",
  40. "array-unique": "^0.2.1",
  41. "benchmarked": "^0.1.4",
  42. "gulp-format-md": "^0.1.7",
  43. "minimist": "^1.1.1",
  44. "mocha": "*",
  45. "should": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/arr-union",
  54. "keywords": [
  55. "add",
  56. "append",
  57. "array",
  58. "arrays",
  59. "combine",
  60. "concat",
  61. "extend",
  62. "union",
  63. "uniq",
  64. "unique",
  65. "util",
  66. "utility",
  67. "utils"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "arr-union",
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/jonschlinkert/arr-union.git"
  75. },
  76. "scripts": {
  77. "test": "mocha"
  78. },
  79. "verb": {
  80. "run": true,
  81. "toc": false,
  82. "layout": "default",
  83. "tasks": [
  84. "readme"
  85. ],
  86. "plugins": [
  87. "gulp-format-md"
  88. ],
  89. "related": {
  90. "list": [
  91. "arr-diff",
  92. "arr-flatten",
  93. "arr-filter",
  94. "arr-map",
  95. "arr-pluck",
  96. "arr-reduce",
  97. "array-unique"
  98. ]
  99. },
  100. "reflinks": [
  101. "verb",
  102. "array-union"
  103. ],
  104. "lint": {
  105. "reflinks": true
  106. }
  107. },
  108. "version": "3.1.0"
  109. }