package.json 2.5 KB

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