package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "fragment-cache@0.2.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "fragment-cache@0.2.1",
  9. "_id": "fragment-cache@0.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
  12. "_location": "/fragment-cache",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "fragment-cache@0.2.1",
  18. "name": "fragment-cache",
  19. "escapedName": "fragment-cache",
  20. "rawSpec": "0.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.1"
  23. },
  24. "_requiredBy": [
  25. "/extglob",
  26. "/micromatch",
  27. "/nanomatch"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
  30. "_spec": "0.2.1",
  31. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/fragment-cache/issues"
  38. },
  39. "dependencies": {
  40. "map-cache": "^0.2.2"
  41. },
  42. "description": "A cache for managing namespaced sub-caches",
  43. "devDependencies": {
  44. "gulp": "^3.9.1",
  45. "gulp-eslint": "^3.0.1",
  46. "gulp-format-md": "^0.1.11",
  47. "gulp-istanbul": "^1.1.1",
  48. "gulp-mocha": "^3.0.1",
  49. "mocha": "^3.2.0"
  50. },
  51. "engines": {
  52. "node": ">=0.10.0"
  53. },
  54. "files": [
  55. "index.js"
  56. ],
  57. "homepage": "https://github.com/jonschlinkert/fragment-cache",
  58. "keywords": [
  59. "cache",
  60. "fragment"
  61. ],
  62. "license": "MIT",
  63. "main": "index.js",
  64. "name": "fragment-cache",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/jonschlinkert/fragment-cache.git"
  68. },
  69. "scripts": {
  70. "test": "mocha"
  71. },
  72. "verb": {
  73. "plugins": [
  74. "gulp-format-md"
  75. ],
  76. "reflinks": [
  77. "map-cache",
  78. "verb"
  79. ],
  80. "related": {
  81. "list": [
  82. "base",
  83. "map-cache"
  84. ]
  85. },
  86. "layout": "default",
  87. "toc": false,
  88. "tasks": [
  89. "readme"
  90. ],
  91. "lint": {
  92. "reflinks": true
  93. }
  94. },
  95. "version": "0.2.1"
  96. }