package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "_args": [
  3. [
  4. "arr-diff@4.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "arr-diff@4.0.0",
  9. "_id": "arr-diff@4.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
  12. "_location": "/arr-diff",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "arr-diff@4.0.0",
  18. "name": "arr-diff",
  19. "escapedName": "arr-diff",
  20. "rawSpec": "4.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.0.0"
  23. },
  24. "_requiredBy": [
  25. "/micromatch",
  26. "/nanomatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
  29. "_spec": "4.0.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-diff/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Jon Schlinkert",
  41. "email": "jon.schlinkert@sellside.com",
  42. "url": "http://twitter.com/jonschlinkert"
  43. },
  44. {
  45. "name": "Paul Miller",
  46. "email": "paul+gh@paulmillr.com",
  47. "url": "paulmillr.com"
  48. }
  49. ],
  50. "dependencies": {},
  51. "description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
  52. "devDependencies": {
  53. "ansi-bold": "^0.1.1",
  54. "arr-flatten": "^1.0.1",
  55. "array-differ": "^1.0.0",
  56. "benchmarked": "^0.2.4",
  57. "gulp-format-md": "^0.1.9",
  58. "minimist": "^1.2.0",
  59. "mocha": "^2.4.5"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "homepage": "https://github.com/jonschlinkert/arr-diff",
  68. "keywords": [
  69. "arr",
  70. "array",
  71. "array differ",
  72. "array-differ",
  73. "diff",
  74. "differ",
  75. "difference"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "arr-diff",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jonschlinkert/arr-diff.git"
  83. },
  84. "scripts": {
  85. "test": "mocha"
  86. },
  87. "verb": {
  88. "toc": false,
  89. "layout": "default",
  90. "tasks": [
  91. "readme"
  92. ],
  93. "plugins": [
  94. "gulp-format-md"
  95. ],
  96. "related": {
  97. "list": [
  98. "arr-flatten",
  99. "array-filter",
  100. "array-intersection"
  101. ]
  102. },
  103. "reflinks": [
  104. "array-differ",
  105. "verb"
  106. ],
  107. "lint": {
  108. "reflinks": true
  109. }
  110. },
  111. "version": "4.0.0"
  112. }