You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. "/braces",
  20. "/extglob",
  21. "/micromatch",
  22. "/nanomatch"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
  25. "_shasum": "a894b75d4bc4f6cd679ef3244a9fd8f46ae2d428",
  26. "_spec": "array-unique@^0.3.2",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\micromatch",
  28. "author": {
  29. "name": "Jon Schlinkert",
  30. "url": "https://github.com/jonschlinkert"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/jonschlinkert/array-unique/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
  38. "devDependencies": {
  39. "array-uniq": "^1.0.2",
  40. "benchmarked": "^0.1.3",
  41. "gulp-format-md": "^0.1.9",
  42. "mocha": "^2.5.3",
  43. "should": "^10.0.0"
  44. },
  45. "engines": {
  46. "node": ">=0.10.0"
  47. },
  48. "files": [
  49. "index.js",
  50. "LICENSE",
  51. "README.md"
  52. ],
  53. "homepage": "https://github.com/jonschlinkert/array-unique",
  54. "keywords": [
  55. "array",
  56. "unique"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "array-unique",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/jonschlinkert/array-unique.git"
  64. },
  65. "scripts": {
  66. "test": "mocha"
  67. },
  68. "verb": {
  69. "toc": false,
  70. "layout": "default",
  71. "tasks": [
  72. "readme"
  73. ],
  74. "plugins": [
  75. "gulp-format-md"
  76. ],
  77. "related": {
  78. "list": [
  79. "arr-diff",
  80. "arr-union",
  81. "arr-flatten",
  82. "arr-reduce",
  83. "arr-map",
  84. "arr-pluck"
  85. ]
  86. },
  87. "reflinks": [
  88. "verb",
  89. "verb-generate-readme"
  90. ],
  91. "lint": {
  92. "reflinks": true
  93. }
  94. },
  95. "version": "0.3.2"
  96. }