Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

113 строки
2.4 KiB

  1. {
  2. "_args": [
  3. [
  4. "arr-union@3.1.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "arr-union@3.1.0",
  9. "_id": "arr-union@3.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
  12. "_location": "/arr-union",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "arr-union@3.1.0",
  18. "name": "arr-union",
  19. "escapedName": "arr-union",
  20. "rawSpec": "3.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.1.0"
  23. },
  24. "_requiredBy": [
  25. "/class-utils",
  26. "/merge-deep",
  27. "/union-value"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
  30. "_spec": "3.1.0",
  31. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/arr-union/issues"
  38. },
  39. "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
  40. "devDependencies": {
  41. "ansi-bold": "^0.1.1",
  42. "array-union": "^1.0.1",
  43. "array-unique": "^0.2.1",
  44. "benchmarked": "^0.1.4",
  45. "gulp-format-md": "^0.1.7",
  46. "minimist": "^1.1.1",
  47. "mocha": "*",
  48. "should": "*"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/arr-union",
  57. "keywords": [
  58. "add",
  59. "append",
  60. "array",
  61. "arrays",
  62. "combine",
  63. "concat",
  64. "extend",
  65. "union",
  66. "uniq",
  67. "unique",
  68. "util",
  69. "utility",
  70. "utils"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "arr-union",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/jonschlinkert/arr-union.git"
  78. },
  79. "scripts": {
  80. "test": "mocha"
  81. },
  82. "verb": {
  83. "run": true,
  84. "toc": false,
  85. "layout": "default",
  86. "tasks": [
  87. "readme"
  88. ],
  89. "plugins": [
  90. "gulp-format-md"
  91. ],
  92. "related": {
  93. "list": [
  94. "arr-diff",
  95. "arr-flatten",
  96. "arr-filter",
  97. "arr-map",
  98. "arr-pluck",
  99. "arr-reduce",
  100. "array-unique"
  101. ]
  102. },
  103. "reflinks": [
  104. "verb",
  105. "array-union"
  106. ],
  107. "lint": {
  108. "reflinks": true
  109. }
  110. },
  111. "version": "3.1.0"
  112. }