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.

144 lines
3.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "arr-diff@^4.0.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/micromatch"
  6. ]
  7. ],
  8. "_from": "arr-diff@>=4.0.0 <5.0.0",
  9. "_id": "arr-diff@4.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/arr-diff",
  13. "_nodeVersion": "7.7.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/arr-diff-4.0.0.tgz_1492143089001_0.8728802201803774"
  17. },
  18. "_npmUser": {
  19. "email": "github@sellside.com",
  20. "name": "jonschlinkert"
  21. },
  22. "_npmVersion": "4.2.0",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "arr-diff",
  26. "raw": "arr-diff@^4.0.0",
  27. "rawSpec": "^4.0.0",
  28. "scope": null,
  29. "spec": ">=4.0.0 <5.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/micromatch",
  34. "/nanomatch"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
  37. "_shasum": "d6461074febfec71e7e15235761a329a5dc7c520",
  38. "_shrinkwrap": null,
  39. "_spec": "arr-diff@^4.0.0",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/micromatch",
  41. "author": {
  42. "name": "Jon Schlinkert",
  43. "url": "https://github.com/jonschlinkert"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/jonschlinkert/arr-diff/issues"
  47. },
  48. "contributors": [
  49. {
  50. "name": "Jon Schlinkert",
  51. "email": "jon.schlinkert@sellside.com",
  52. "url": "http://twitter.com/jonschlinkert"
  53. },
  54. {
  55. "name": "Paul Miller",
  56. "email": "paul+gh@paulmillr.com",
  57. "url": "paulmillr.com"
  58. }
  59. ],
  60. "dependencies": {},
  61. "description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
  62. "devDependencies": {
  63. "ansi-bold": "^0.1.1",
  64. "arr-flatten": "^1.0.1",
  65. "array-differ": "^1.0.0",
  66. "benchmarked": "^0.2.4",
  67. "gulp-format-md": "^0.1.9",
  68. "minimist": "^1.2.0",
  69. "mocha": "^2.4.5"
  70. },
  71. "directories": {},
  72. "dist": {
  73. "shasum": "d6461074febfec71e7e15235761a329a5dc7c520",
  74. "tarball": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz"
  75. },
  76. "engines": {
  77. "node": ">=0.10.0"
  78. },
  79. "files": [
  80. "index.js"
  81. ],
  82. "gitHead": "0a04556fb004b3db57f57de2777b1037090f6023",
  83. "homepage": "https://github.com/jonschlinkert/arr-diff",
  84. "keywords": [
  85. "arr",
  86. "array",
  87. "array differ",
  88. "array-differ",
  89. "diff",
  90. "differ",
  91. "difference"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "maintainers": [
  96. {
  97. "name": "doowb",
  98. "email": "brian.woodward@gmail.com"
  99. },
  100. {
  101. "name": "jonschlinkert",
  102. "email": "github@sellside.com"
  103. },
  104. {
  105. "name": "paulmillr",
  106. "email": "paul@paulmillr.com"
  107. }
  108. ],
  109. "name": "arr-diff",
  110. "optionalDependencies": {},
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/jonschlinkert/arr-diff.git"
  115. },
  116. "scripts": {
  117. "test": "mocha"
  118. },
  119. "verb": {
  120. "layout": "default",
  121. "lint": {
  122. "reflinks": true
  123. },
  124. "plugins": [
  125. "gulp-format-md"
  126. ],
  127. "reflinks": [
  128. "array-differ",
  129. "verb"
  130. ],
  131. "related": {
  132. "list": [
  133. "arr-flatten",
  134. "array-filter",
  135. "array-intersection"
  136. ]
  137. },
  138. "tasks": [
  139. "readme"
  140. ],
  141. "toc": false
  142. },
  143. "version": "4.0.0"
  144. }