package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "array-unique@0.3.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/braces",
  27. "/extglob",
  28. "/micromatch",
  29. "/nanomatch"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/array-unique/download/array-unique-0.3.2.tgz",
  32. "_spec": "0.3.2",
  33. "_where": "/Users/lihai/jolijoli/pad_spa",
  34. "author": {
  35. "name": "Jon Schlinkert",
  36. "url": "https://github.com/jonschlinkert"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonschlinkert/array-unique/issues"
  40. },
  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. }