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.

128 lines
3.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "array-unique@^0.3.2",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/micromatch"
  6. ]
  7. ],
  8. "_from": "array-unique@>=0.3.2 <0.4.0",
  9. "_id": "array-unique@0.3.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/array-unique",
  13. "_nodeVersion": "6.3.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/array-unique-0.3.2.tgz_1470012889222_0.35436262167058885"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "3.10.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "array-unique",
  26. "raw": "array-unique@^0.3.2",
  27. "rawSpec": "^0.3.2",
  28. "scope": null,
  29. "spec": ">=0.3.2 <0.4.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/braces",
  34. "/extglob",
  35. "/micromatch",
  36. "/nanomatch"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
  39. "_shasum": "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428",
  40. "_shrinkwrap": null,
  41. "_spec": "array-unique@^0.3.2",
  42. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/micromatch",
  43. "author": {
  44. "name": "Jon Schlinkert",
  45. "url": "https://github.com/jonschlinkert"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/jonschlinkert/array-unique/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
  52. "devDependencies": {
  53. "array-uniq": "^1.0.2",
  54. "benchmarked": "^0.1.3",
  55. "gulp-format-md": "^0.1.9",
  56. "mocha": "^2.5.3",
  57. "should": "^10.0.0"
  58. },
  59. "directories": {},
  60. "dist": {
  61. "shasum": "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428",
  62. "tarball": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "LICENSE",
  69. "README.md",
  70. "index.js"
  71. ],
  72. "gitHead": "d95d18b0d3188fb95d3c6c2bf349b2ed926b563b",
  73. "homepage": "https://github.com/jonschlinkert/array-unique",
  74. "keywords": [
  75. "array",
  76. "unique"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "maintainers": [
  81. {
  82. "name": "jonschlinkert",
  83. "email": "github@sellside.com"
  84. },
  85. {
  86. "name": "doowb",
  87. "email": "brian.woodward@gmail.com"
  88. }
  89. ],
  90. "name": "array-unique",
  91. "optionalDependencies": {},
  92. "readme": "ERROR: No README data found!",
  93. "repository": {
  94. "type": "git",
  95. "url": "git+https://github.com/jonschlinkert/array-unique.git"
  96. },
  97. "scripts": {
  98. "test": "mocha"
  99. },
  100. "verb": {
  101. "layout": "default",
  102. "lint": {
  103. "reflinks": true
  104. },
  105. "plugins": [
  106. "gulp-format-md"
  107. ],
  108. "reflinks": [
  109. "verb",
  110. "verb-generate-readme"
  111. ],
  112. "related": {
  113. "list": [
  114. "arr-diff",
  115. "arr-flatten",
  116. "arr-map",
  117. "arr-pluck",
  118. "arr-reduce",
  119. "arr-union"
  120. ]
  121. },
  122. "tasks": [
  123. "readme"
  124. ],
  125. "toc": false
  126. },
  127. "version": "0.3.2"
  128. }