package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "array-unique@0.3.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "array-unique@0.3.2",
  9. "_id": "array-unique@0.3.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
  12. "_location": "/array-unique",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "array-unique@0.3.2",
  18. "name": "array-unique",
  19. "escapedName": "array-unique",
  20. "rawSpec": "0.3.2",
  21. "saveSpec": null,
  22. "fetchSpec": "0.3.2"
  23. },
  24. "_requiredBy": [
  25. "/braces",
  26. "/extglob",
  27. "/micromatch",
  28. "/nanomatch"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
  31. "_spec": "0.3.2",
  32. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  33. "author": {
  34. "name": "Jon Schlinkert",
  35. "url": "https://github.com/jonschlinkert"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/jonschlinkert/array-unique/issues"
  39. },
  40. "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
  41. "devDependencies": {
  42. "array-uniq": "^1.0.2",
  43. "benchmarked": "^0.1.3",
  44. "gulp-format-md": "^0.1.9",
  45. "mocha": "^2.5.3",
  46. "should": "^10.0.0"
  47. },
  48. "engines": {
  49. "node": ">=0.10.0"
  50. },
  51. "files": [
  52. "index.js",
  53. "LICENSE",
  54. "README.md"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/array-unique",
  57. "keywords": [
  58. "array",
  59. "unique"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "array-unique",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/jonschlinkert/array-unique.git"
  67. },
  68. "scripts": {
  69. "test": "mocha"
  70. },
  71. "verb": {
  72. "toc": false,
  73. "layout": "default",
  74. "tasks": [
  75. "readme"
  76. ],
  77. "plugins": [
  78. "gulp-format-md"
  79. ],
  80. "related": {
  81. "list": [
  82. "arr-diff",
  83. "arr-union",
  84. "arr-flatten",
  85. "arr-reduce",
  86. "arr-map",
  87. "arr-pluck"
  88. ]
  89. },
  90. "reflinks": [
  91. "verb",
  92. "verb-generate-readme"
  93. ],
  94. "lint": {
  95. "reflinks": true
  96. }
  97. },
  98. "version": "0.3.2"
  99. }