package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "array-unique@0.3.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "array-unique@0.3.2",
  10. "_id": "array-unique@0.3.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
  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. "/extglob",
  27. "/micromatch",
  28. "/micromatch/braces",
  29. "/nanomatch",
  30. "/watchpack-chokidar2/braces",
  31. "/webpack-dev-server/braces"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
  34. "_spec": "0.3.2",
  35. "_where": "E:\\amr1.0\\AMR",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/array-unique/issues"
  42. },
  43. "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
  44. "devDependencies": {
  45. "array-uniq": "^1.0.2",
  46. "benchmarked": "^0.1.3",
  47. "gulp-format-md": "^0.1.9",
  48. "mocha": "^2.5.3",
  49. "should": "^10.0.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js",
  56. "LICENSE",
  57. "README.md"
  58. ],
  59. "homepage": "https://github.com/jonschlinkert/array-unique",
  60. "keywords": [
  61. "array",
  62. "unique"
  63. ],
  64. "license": "MIT",
  65. "main": "index.js",
  66. "name": "array-unique",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/jonschlinkert/array-unique.git"
  70. },
  71. "scripts": {
  72. "test": "mocha"
  73. },
  74. "verb": {
  75. "toc": false,
  76. "layout": "default",
  77. "tasks": [
  78. "readme"
  79. ],
  80. "plugins": [
  81. "gulp-format-md"
  82. ],
  83. "related": {
  84. "list": [
  85. "arr-diff",
  86. "arr-union",
  87. "arr-flatten",
  88. "arr-reduce",
  89. "arr-map",
  90. "arr-pluck"
  91. ]
  92. },
  93. "reflinks": [
  94. "verb",
  95. "verb-generate-readme"
  96. ],
  97. "lint": {
  98. "reflinks": true
  99. }
  100. },
  101. "version": "0.3.2"
  102. }