You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

136 lines
3.1 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "arr-union@^3.1.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/union-value"
  6. ]
  7. ],
  8. "_from": "arr-union@>=3.1.0 <4.0.0",
  9. "_id": "arr-union@3.1.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/arr-union",
  13. "_nodeVersion": "5.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-9-west.internal.npmjs.com",
  16. "tmp": "tmp/arr-union-3.1.0.tgz_1456232075611_0.8481670441105962"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.6.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "arr-union",
  26. "raw": "arr-union@^3.1.0",
  27. "rawSpec": "^3.1.0",
  28. "scope": null,
  29. "spec": ">=3.1.0 <4.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/class-utils",
  34. "/union-value"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
  37. "_shasum": "e39b09aea9def866a8f206e288af63919bae39c4",
  38. "_shrinkwrap": null,
  39. "_spec": "arr-union@^3.1.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/union-value",
  41. "author": {
  42. "name": "Jon Schlinkert",
  43. "url": "https://github.com/jonschlinkert"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/jonschlinkert/arr-union/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
  50. "devDependencies": {
  51. "ansi-bold": "^0.1.1",
  52. "array-union": "^1.0.1",
  53. "array-unique": "^0.2.1",
  54. "benchmarked": "^0.1.4",
  55. "gulp-format-md": "^0.1.7",
  56. "minimist": "^1.1.1",
  57. "mocha": "*",
  58. "should": "*"
  59. },
  60. "directories": {},
  61. "dist": {
  62. "shasum": "e39b09aea9def866a8f206e288af63919bae39c4",
  63. "tarball": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz"
  64. },
  65. "engines": {
  66. "node": ">=0.10.0"
  67. },
  68. "files": [
  69. "index.js"
  70. ],
  71. "gitHead": "ede857f5d5082467534e372fd3da45ce5e782e93",
  72. "homepage": "https://github.com/jonschlinkert/arr-union",
  73. "keywords": [
  74. "add",
  75. "append",
  76. "array",
  77. "arrays",
  78. "combine",
  79. "concat",
  80. "extend",
  81. "union",
  82. "uniq",
  83. "unique",
  84. "util",
  85. "utility",
  86. "utils"
  87. ],
  88. "license": "MIT",
  89. "main": "index.js",
  90. "maintainers": [
  91. {
  92. "name": "jonschlinkert",
  93. "email": "github@sellside.com"
  94. }
  95. ],
  96. "name": "arr-union",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/jonschlinkert/arr-union.git"
  102. },
  103. "scripts": {
  104. "test": "mocha"
  105. },
  106. "verb": {
  107. "layout": "default",
  108. "lint": {
  109. "reflinks": true
  110. },
  111. "plugins": [
  112. "gulp-format-md"
  113. ],
  114. "reflinks": [
  115. "array-union",
  116. "verb"
  117. ],
  118. "related": {
  119. "list": [
  120. "arr-diff",
  121. "arr-filter",
  122. "arr-flatten",
  123. "arr-map",
  124. "arr-pluck",
  125. "arr-reduce",
  126. "array-unique"
  127. ]
  128. },
  129. "run": true,
  130. "tasks": [
  131. "readme"
  132. ],
  133. "toc": false
  134. },
  135. "version": "3.1.0"
  136. }