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.

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. {
  2. "_from": "arr-diff@^4.0.0",
  3. "_id": "arr-diff@4.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
  6. "_location": "/arr-diff",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "arr-diff@^4.0.0",
  12. "name": "arr-diff",
  13. "escapedName": "arr-diff",
  14. "rawSpec": "^4.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.0"
  17. },
  18. "_requiredBy": [
  19. "/micromatch",
  20. "/nanomatch"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
  23. "_shasum": "d6461074febfec71e7e15235761a329a5dc7c520",
  24. "_spec": "arr-diff@^4.0.0",
  25. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\micromatch",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/arr-diff/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Jon Schlinkert",
  37. "email": "jon.schlinkert@sellside.com",
  38. "url": "http://twitter.com/jonschlinkert"
  39. },
  40. {
  41. "name": "Paul Miller",
  42. "email": "paul+gh@paulmillr.com",
  43. "url": "paulmillr.com"
  44. }
  45. ],
  46. "dependencies": {},
  47. "deprecated": false,
  48. "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.",
  49. "devDependencies": {
  50. "ansi-bold": "^0.1.1",
  51. "arr-flatten": "^1.0.1",
  52. "array-differ": "^1.0.0",
  53. "benchmarked": "^0.2.4",
  54. "gulp-format-md": "^0.1.9",
  55. "minimist": "^1.2.0",
  56. "mocha": "^2.4.5"
  57. },
  58. "engines": {
  59. "node": ">=0.10.0"
  60. },
  61. "files": [
  62. "index.js"
  63. ],
  64. "homepage": "https://github.com/jonschlinkert/arr-diff",
  65. "keywords": [
  66. "arr",
  67. "array",
  68. "array differ",
  69. "array-differ",
  70. "diff",
  71. "differ",
  72. "difference"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "arr-diff",
  77. "repository": {
  78. "type": "git",
  79. "url": "git+https://github.com/jonschlinkert/arr-diff.git"
  80. },
  81. "scripts": {
  82. "test": "mocha"
  83. },
  84. "verb": {
  85. "toc": false,
  86. "layout": "default",
  87. "tasks": [
  88. "readme"
  89. ],
  90. "plugins": [
  91. "gulp-format-md"
  92. ],
  93. "related": {
  94. "list": [
  95. "arr-flatten",
  96. "array-filter",
  97. "array-intersection"
  98. ]
  99. },
  100. "reflinks": [
  101. "array-differ",
  102. "verb"
  103. ],
  104. "lint": {
  105. "reflinks": true
  106. }
  107. },
  108. "version": "4.0.0"
  109. }