package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_from": "array-unique@^0.3.2",
  3. "_id": "array-unique@0.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==",
  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. "/braces",
  20. "/extglob",
  21. "/http-proxy-middleware/micromatch",
  22. "/micromatch",
  23. "/nanomatch",
  24. "/watchpack-chokidar2/micromatch",
  25. "/webpack-dev-server/micromatch",
  26. "/webpack/micromatch"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/array-unique/-/array-unique-0.3.2.tgz",
  29. "_shasum": "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428",
  30. "_spec": "array-unique@^0.3.2",
  31. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\micromatch",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/array-unique/issues"
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
  42. "devDependencies": {
  43. "array-uniq": "^1.0.2",
  44. "benchmarked": "^0.1.3",
  45. "gulp-format-md": "^0.1.9",
  46. "mocha": "^2.5.3",
  47. "should": "^10.0.0"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js",
  54. "LICENSE",
  55. "README.md"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/array-unique",
  58. "keywords": [
  59. "array",
  60. "unique"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "array-unique",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jonschlinkert/array-unique.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "verb": {
  73. "toc": false,
  74. "layout": "default",
  75. "tasks": [
  76. "readme"
  77. ],
  78. "plugins": [
  79. "gulp-format-md"
  80. ],
  81. "related": {
  82. "list": [
  83. "arr-diff",
  84. "arr-union",
  85. "arr-flatten",
  86. "arr-reduce",
  87. "arr-map",
  88. "arr-pluck"
  89. ]
  90. },
  91. "reflinks": [
  92. "verb",
  93. "verb-generate-readme"
  94. ],
  95. "lint": {
  96. "reflinks": true
  97. }
  98. },
  99. "version": "0.3.2"
  100. }