package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "arr-diff@^2.0.0",
  3. "_id": "arr-diff@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-jzuCf5Vai9ZpaX5KQlasPOrjVs8=",
  6. "_location": "/anymatch/arr-diff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arr-diff@^2.0.0",
  12. "name": "arr-diff",
  13. "escapedName": "arr-diff",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/anymatch/micromatch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-2.0.0.tgz",
  22. "_shasum": "8f3b827f955a8bd669697e4a4256ac3ceae356cf",
  23. "_spec": "arr-diff@^2.0.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/anymatch/node_modules/micromatch",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/arr-diff/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "arr-flatten": "^1.0.1"
  35. },
  36. "deprecated": false,
  37. "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.",
  38. "devDependencies": {
  39. "array-differ": "^1.0.0",
  40. "array-slice": "^0.2.3",
  41. "benchmarked": "^0.1.4",
  42. "chalk": "^1.1.1",
  43. "mocha": "*",
  44. "should": "*"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/arr-diff",
  53. "keywords": [
  54. "arr",
  55. "array",
  56. "diff",
  57. "differ",
  58. "difference"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "arr-diff",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+https://github.com/jonschlinkert/arr-diff.git"
  66. },
  67. "scripts": {
  68. "test": "mocha"
  69. },
  70. "verb": {
  71. "related": {
  72. "list": [
  73. "arr-flatten",
  74. "array-filter",
  75. "array-intersection"
  76. ]
  77. }
  78. },
  79. "version": "2.0.0"
  80. }