package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "arr-diff@^2.0.0",
  6. "scope": null,
  7. "escapedName": "arr-diff",
  8. "name": "arr-diff",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch"
  14. ]
  15. ],
  16. "_from": "arr-diff@>=2.0.0 <3.0.0",
  17. "_id": "arr-diff@2.0.0",
  18. "_inCache": true,
  19. "_location": "/arr-diff",
  20. "_nodeVersion": "5.0.0",
  21. "_npmUser": {
  22. "name": "jonschlinkert",
  23. "email": "github@sellside.com"
  24. },
  25. "_npmVersion": "3.3.6",
  26. "_phantomChildren": {},
  27. "_requested": {
  28. "raw": "arr-diff@^2.0.0",
  29. "scope": null,
  30. "escapedName": "arr-diff",
  31. "name": "arr-diff",
  32. "rawSpec": "^2.0.0",
  33. "spec": ">=2.0.0 <3.0.0",
  34. "type": "range"
  35. },
  36. "_requiredBy": [
  37. "/micromatch"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
  40. "_shasum": "8f3b827f955a8bd669697e4a4256ac3ceae356cf",
  41. "_shrinkwrap": null,
  42. "_spec": "arr-diff@^2.0.0",
  43. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/micromatch",
  44. "author": {
  45. "name": "Jon Schlinkert",
  46. "url": "https://github.com/jonschlinkert"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/jonschlinkert/arr-diff/issues"
  50. },
  51. "dependencies": {
  52. "arr-flatten": "^1.0.1"
  53. },
  54. "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.",
  55. "devDependencies": {
  56. "array-differ": "^1.0.0",
  57. "array-slice": "^0.2.3",
  58. "benchmarked": "^0.1.4",
  59. "chalk": "^1.1.1",
  60. "mocha": "*",
  61. "should": "*"
  62. },
  63. "directories": {},
  64. "dist": {
  65. "shasum": "8f3b827f955a8bd669697e4a4256ac3ceae356cf",
  66. "tarball": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz"
  67. },
  68. "engines": {
  69. "node": ">=0.10.0"
  70. },
  71. "files": [
  72. "index.js"
  73. ],
  74. "gitHead": "b89f54eb88ca51afd0e0ea6be9a4a63e5ccecf27",
  75. "homepage": "https://github.com/jonschlinkert/arr-diff",
  76. "keywords": [
  77. "arr",
  78. "array",
  79. "diff",
  80. "differ",
  81. "difference"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "maintainers": [
  86. {
  87. "name": "doowb",
  88. "email": "brian.woodward@gmail.com"
  89. },
  90. {
  91. "name": "jonschlinkert",
  92. "email": "github@sellside.com"
  93. },
  94. {
  95. "name": "paulmillr",
  96. "email": "paul@paulmillr.com"
  97. }
  98. ],
  99. "name": "arr-diff",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/jonschlinkert/arr-diff.git"
  105. },
  106. "scripts": {
  107. "test": "mocha"
  108. },
  109. "verb": {
  110. "related": {
  111. "list": [
  112. "arr-flatten",
  113. "array-filter",
  114. "array-intersection"
  115. ]
  116. }
  117. },
  118. "version": "2.0.0"
  119. }