package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "collection-visit@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "collection-visit@1.0.0",
  9. "_id": "collection-visit@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
  12. "_location": "/collection-visit",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "collection-visit@1.0.0",
  18. "name": "collection-visit",
  19. "escapedName": "collection-visit",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/cache-base"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Jon Schlinkert",
  32. "url": "https://github.com/jonschlinkert"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/jonschlinkert/collection-visit/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Brian Woodward",
  40. "email": "brian.woodward@gmail.com",
  41. "url": "https://twitter.com/doowb"
  42. },
  43. {
  44. "name": "Jon Schlinkert",
  45. "email": "jon.schlinkert@sellside.com",
  46. "url": "http://twitter.com/jonschlinkert"
  47. }
  48. ],
  49. "dependencies": {
  50. "map-visit": "^1.0.0",
  51. "object-visit": "^1.0.0"
  52. },
  53. "description": "Visit a method over the items in an object, or map visit over the objects in an array.",
  54. "devDependencies": {
  55. "clone-deep": "^0.2.4",
  56. "gulp": "^3.9.1",
  57. "gulp-eslint": "^3.0.1",
  58. "gulp-format-md": "^0.1.12",
  59. "gulp-istanbul": "^1.1.1",
  60. "gulp-mocha": "^3.0.0",
  61. "mocha": "^3.2.0"
  62. },
  63. "engines": {
  64. "node": ">=0.10.0"
  65. },
  66. "files": [
  67. "index.js"
  68. ],
  69. "homepage": "https://github.com/jonschlinkert/collection-visit",
  70. "keywords": [
  71. "array",
  72. "arrays",
  73. "collection",
  74. "context",
  75. "function",
  76. "helper",
  77. "invoke",
  78. "key",
  79. "map",
  80. "method",
  81. "object",
  82. "objects",
  83. "value",
  84. "visit",
  85. "visitor"
  86. ],
  87. "license": "MIT",
  88. "main": "index.js",
  89. "name": "collection-visit",
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/jonschlinkert/collection-visit.git"
  93. },
  94. "scripts": {
  95. "test": "mocha"
  96. },
  97. "verb": {
  98. "related": {
  99. "list": [
  100. "base-methods",
  101. "map-visit",
  102. "object-visit"
  103. ]
  104. },
  105. "toc": false,
  106. "layout": "default",
  107. "tasks": [
  108. "readme"
  109. ],
  110. "plugins": [
  111. "gulp-format-md"
  112. ],
  113. "lint": {
  114. "reflinks": true
  115. }
  116. },
  117. "version": "1.0.0"
  118. }