package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "arr-union@3.1.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  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. "/union-value"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
  29. "_spec": "3.1.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/arr-union/issues"
  37. },
  38. "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
  39. "devDependencies": {
  40. "ansi-bold": "^0.1.1",
  41. "array-union": "^1.0.1",
  42. "array-unique": "^0.2.1",
  43. "benchmarked": "^0.1.4",
  44. "gulp-format-md": "^0.1.7",
  45. "minimist": "^1.1.1",
  46. "mocha": "*",
  47. "should": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/jonschlinkert/arr-union",
  56. "keywords": [
  57. "add",
  58. "append",
  59. "array",
  60. "arrays",
  61. "combine",
  62. "concat",
  63. "extend",
  64. "union",
  65. "uniq",
  66. "unique",
  67. "util",
  68. "utility",
  69. "utils"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "arr-union",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/jonschlinkert/arr-union.git"
  77. },
  78. "scripts": {
  79. "test": "mocha"
  80. },
  81. "verb": {
  82. "run": true,
  83. "toc": false,
  84. "layout": "default",
  85. "tasks": [
  86. "readme"
  87. ],
  88. "plugins": [
  89. "gulp-format-md"
  90. ],
  91. "related": {
  92. "list": [
  93. "arr-diff",
  94. "arr-flatten",
  95. "arr-filter",
  96. "arr-map",
  97. "arr-pluck",
  98. "arr-reduce",
  99. "array-unique"
  100. ]
  101. },
  102. "reflinks": [
  103. "verb",
  104. "array-union"
  105. ],
  106. "lint": {
  107. "reflinks": true
  108. }
  109. },
  110. "version": "3.1.0"
  111. }