package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. "/gulp-autoprefixer/plugin-error",
  21. "/gulp-clean-css/plugin-error",
  22. "/gulp-sass/plugin-error",
  23. "/union-value"
  24. ],
  25. "_resolved": "https://registry.npmmirror.com/arr-union/-/arr-union-3.1.0.tgz",
  26. "_shasum": "e39b09aea9def866a8f206e288af63919bae39c4",
  27. "_spec": "arr-union@^3.1.0",
  28. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\union-value",
  29. "author": {
  30. "name": "Jon Schlinkert",
  31. "url": "https://github.com/jonschlinkert"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/jonschlinkert/arr-union/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
  39. "devDependencies": {
  40. "ansi-bold": "^0.1.1",
  41. "array-union": "^1.0.1",
  42. "array-unique": "^0.2.1",
  43. "benchmarked": "^0.1.4",
  44. "gulp-format-md": "^0.1.7",
  45. "minimist": "^1.1.1",
  46. "mocha": "*",
  47. "should": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/jonschlinkert/arr-union",
  56. "keywords": [
  57. "add",
  58. "append",
  59. "array",
  60. "arrays",
  61. "combine",
  62. "concat",
  63. "extend",
  64. "union",
  65. "uniq",
  66. "unique",
  67. "util",
  68. "utility",
  69. "utils"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "arr-union",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jonschlinkert/arr-union.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "verb": {
  82. "run": true,
  83. "toc": false,
  84. "layout": "default",
  85. "tasks": [
  86. "readme"
  87. ],
  88. "plugins": [
  89. "gulp-format-md"
  90. ],
  91. "related": {
  92. "list": [
  93. "arr-diff",
  94. "arr-flatten",
  95. "arr-filter",
  96. "arr-map",
  97. "arr-pluck",
  98. "arr-reduce",
  99. "array-unique"
  100. ]
  101. },
  102. "reflinks": [
  103. "verb",
  104. "array-union"
  105. ],
  106. "lint": {
  107. "reflinks": true
  108. }
  109. },
  110. "version": "3.1.0"
  111. }