package.json 2.2 KB

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