package.json 1.9 KB

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