package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "array-unique@^0.3.2",
  3. "_id": "array-unique@0.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
  6. "_location": "/array-unique",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-unique@^0.3.2",
  12. "name": "array-unique",
  13. "escapedName": "array-unique",
  14. "rawSpec": "^0.3.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.2"
  17. },
  18. "_requiredBy": [
  19. "/extglob",
  20. "/fork-ts-checker-webpack-plugin/braces",
  21. "/fork-ts-checker-webpack-plugin/micromatch",
  22. "/http-proxy-middleware/braces",
  23. "/http-proxy-middleware/micromatch",
  24. "/nanomatch",
  25. "/sane/braces",
  26. "/sane/micromatch",
  27. "/watchpack-chokidar2/braces",
  28. "/watchpack-chokidar2/micromatch",
  29. "/webpack-dev-server/braces",
  30. "/webpack-dev-server/micromatch",
  31. "/webpack/braces",
  32. "/webpack/micromatch"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
  35. "_shasum": "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428",
  36. "_spec": "array-unique@^0.3.2",
  37. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\sane\\node_modules\\micromatch",
  38. "author": {
  39. "name": "Jon Schlinkert",
  40. "url": "https://github.com/jonschlinkert"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/jonschlinkert/array-unique/issues"
  44. },
  45. "bundleDependencies": false,
  46. "deprecated": false,
  47. "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
  48. "devDependencies": {
  49. "array-uniq": "^1.0.2",
  50. "benchmarked": "^0.1.3",
  51. "gulp-format-md": "^0.1.9",
  52. "mocha": "^2.5.3",
  53. "should": "^10.0.0"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js",
  60. "LICENSE",
  61. "README.md"
  62. ],
  63. "homepage": "https://github.com/jonschlinkert/array-unique",
  64. "keywords": [
  65. "array",
  66. "unique"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "array-unique",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/array-unique.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "toc": false,
  80. "layout": "default",
  81. "tasks": [
  82. "readme"
  83. ],
  84. "plugins": [
  85. "gulp-format-md"
  86. ],
  87. "related": {
  88. "list": [
  89. "arr-diff",
  90. "arr-union",
  91. "arr-flatten",
  92. "arr-reduce",
  93. "arr-map",
  94. "arr-pluck"
  95. ]
  96. },
  97. "reflinks": [
  98. "verb",
  99. "verb-generate-readme"
  100. ],
  101. "lint": {
  102. "reflinks": true
  103. }
  104. },
  105. "version": "0.3.2"
  106. }