package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. "object-visit@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "object-visit@1.0.1",
  9. "_id": "object-visit@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
  12. "_location": "/object-visit",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "object-visit@1.0.1",
  18. "name": "object-visit",
  19. "escapedName": "object-visit",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/collection-visit",
  26. "/map-visit"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
  29. "_spec": "1.0.1",
  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/object-visit/issues"
  37. },
  38. "dependencies": {
  39. "isobject": "^3.0.0"
  40. },
  41. "description": "Call a specified method on each value in the given object.",
  42. "devDependencies": {
  43. "gulp": "^3.9.1",
  44. "gulp-eslint": "^3.0.1",
  45. "gulp-format-md": "^0.1.12",
  46. "gulp-istanbul": "^1.1.1",
  47. "gulp-mocha": "^3.0.0",
  48. "mocha": "^3.2.0"
  49. },
  50. "engines": {
  51. "node": ">=0.10.0"
  52. },
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/jonschlinkert/object-visit",
  57. "keywords": [
  58. "context",
  59. "function",
  60. "helper",
  61. "key",
  62. "method",
  63. "object",
  64. "value",
  65. "visit",
  66. "visitor"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "object-visit",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/jonschlinkert/object-visit.git"
  74. },
  75. "scripts": {
  76. "test": "mocha"
  77. },
  78. "verb": {
  79. "related": {
  80. "list": [
  81. "base-methods",
  82. "collection-visit",
  83. "define-property",
  84. "map-visit"
  85. ]
  86. },
  87. "toc": false,
  88. "layout": "default",
  89. "tasks": [
  90. "readme"
  91. ],
  92. "plugins": [
  93. "gulp-format-md"
  94. ],
  95. "lint": {
  96. "reflinks": true
  97. }
  98. },
  99. "version": "1.0.1"
  100. }