package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "map-visit@1.0.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "map-visit@1.0.0",
  9. "_id": "map-visit@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
  12. "_location": "/map-visit",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "map-visit@1.0.0",
  18. "name": "map-visit",
  19. "escapedName": "map-visit",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/collection-visit"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/map-visit/-/map-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/map-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. "object-visit": "^1.0.0"
  51. },
  52. "description": "Map `visit` over an array of objects.",
  53. "devDependencies": {
  54. "clone-deep": "^0.2.4",
  55. "extend-shallow": "^2.0.1",
  56. "gulp-format-md": "^0.1.12",
  57. "lodash": "^4.17.4",
  58. "mocha": "^3.2.0"
  59. },
  60. "engines": {
  61. "node": ">=0.10.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jonschlinkert/map-visit",
  67. "keywords": [
  68. "array",
  69. "arrays",
  70. "function",
  71. "helper",
  72. "invoke",
  73. "key",
  74. "map",
  75. "method",
  76. "object",
  77. "objects",
  78. "value",
  79. "visit",
  80. "visitor"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "map-visit",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jonschlinkert/map-visit.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "verb": {
  93. "toc": false,
  94. "layout": "default",
  95. "tasks": [
  96. "readme"
  97. ],
  98. "plugins": [
  99. "gulp-format-md"
  100. ],
  101. "lint": {
  102. "reflinks": true
  103. },
  104. "related": {
  105. "list": [
  106. "collection-visit",
  107. "object-visit"
  108. ]
  109. },
  110. "reflinks": [
  111. "verb",
  112. "verb-generate-readme"
  113. ]
  114. },
  115. "version": "1.0.0"
  116. }