package.json 2.3 KB

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