package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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. "/fork-ts-checker-webpack-plugin/micromatch",
  20. "/http-proxy-middleware/micromatch",
  21. "/nanomatch",
  22. "/sane/micromatch",
  23. "/watchpack-chokidar2/micromatch",
  24. "/webpack-dev-server/micromatch",
  25. "/webpack/micromatch"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
  28. "_shasum": "d6461074febfec71e7e15235761a329a5dc7c520",
  29. "_spec": "arr-diff@^4.0.0",
  30. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane\\node_modules\\micromatch",
  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. "bundleDependencies": false,
  39. "contributors": [
  40. {
  41. "name": "Jon Schlinkert",
  42. "email": "jon.schlinkert@sellside.com",
  43. "url": "http://twitter.com/jonschlinkert"
  44. },
  45. {
  46. "name": "Paul Miller",
  47. "email": "paul+gh@paulmillr.com",
  48. "url": "paulmillr.com"
  49. }
  50. ],
  51. "dependencies": {},
  52. "deprecated": false,
  53. "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.",
  54. "devDependencies": {
  55. "ansi-bold": "^0.1.1",
  56. "arr-flatten": "^1.0.1",
  57. "array-differ": "^1.0.0",
  58. "benchmarked": "^0.2.4",
  59. "gulp-format-md": "^0.1.9",
  60. "minimist": "^1.2.0",
  61. "mocha": "^2.4.5"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jonschlinkert/arr-diff",
  70. "keywords": [
  71. "arr",
  72. "array",
  73. "array differ",
  74. "array-differ",
  75. "diff",
  76. "differ",
  77. "difference"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "arr-diff",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jonschlinkert/arr-diff.git"
  85. },
  86. "scripts": {
  87. "test": "mocha"
  88. },
  89. "verb": {
  90. "toc": false,
  91. "layout": "default",
  92. "tasks": [
  93. "readme"
  94. ],
  95. "plugins": [
  96. "gulp-format-md"
  97. ],
  98. "related": {
  99. "list": [
  100. "arr-flatten",
  101. "array-filter",
  102. "array-intersection"
  103. ]
  104. },
  105. "reflinks": [
  106. "array-differ",
  107. "verb"
  108. ],
  109. "lint": {
  110. "reflinks": true
  111. }
  112. },
  113. "version": "4.0.0"
  114. }