package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "cache-base@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "cache-base@1.0.1",
  9. "_id": "cache-base@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
  12. "_location": "/cache-base",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cache-base@1.0.1",
  18. "name": "cache-base",
  19. "escapedName": "cache-base",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/base"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
  28. "_spec": "1.0.1",
  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/cache-base/issues"
  36. },
  37. "contributors": [
  38. {
  39. "name": "Jon Schlinkert",
  40. "url": "http://twitter.com/jonschlinkert"
  41. },
  42. {
  43. "url": "https://github.com/wtgtybhertgeghgtwtg"
  44. }
  45. ],
  46. "dependencies": {
  47. "collection-visit": "^1.0.0",
  48. "component-emitter": "^1.2.1",
  49. "get-value": "^2.0.6",
  50. "has-value": "^1.0.0",
  51. "isobject": "^3.0.1",
  52. "set-value": "^2.0.0",
  53. "to-object-path": "^0.3.0",
  54. "union-value": "^1.0.0",
  55. "unset-value": "^1.0.0"
  56. },
  57. "description": "Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.",
  58. "devDependencies": {
  59. "gulp-format-md": "^1.0.0",
  60. "mocha": "^3.4.2"
  61. },
  62. "engines": {
  63. "node": ">=0.10.0"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "homepage": "https://github.com/jonschlinkert/cache-base",
  69. "keywords": [
  70. "base",
  71. "cache",
  72. "config",
  73. "data",
  74. "get",
  75. "has",
  76. "hash",
  77. "hasown",
  78. "object",
  79. "set",
  80. "store"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "cache-base",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/jonschlinkert/cache-base.git"
  88. },
  89. "scripts": {
  90. "test": "mocha"
  91. },
  92. "verb": {
  93. "run": true,
  94. "toc": false,
  95. "layout": "default",
  96. "tasks": [
  97. "readme"
  98. ],
  99. "plugins": [
  100. "gulp-format-md"
  101. ],
  102. "related": {
  103. "highligh": "base",
  104. "list": [
  105. "base-methods",
  106. "get-value",
  107. "has-value",
  108. "option-cache",
  109. "set-value",
  110. "unset-value"
  111. ]
  112. },
  113. "reflinks": [
  114. "verb"
  115. ],
  116. "lint": {
  117. "reflinks": true
  118. }
  119. },
  120. "version": "1.0.1"
  121. }