package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "_args": [
  3. [
  4. "cacache@11.3.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "cacache@11.3.3",
  9. "_id": "cacache@11.3.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-p8WcneCytvzPxhDvYp31PD039vi77I12W+/KfR9S8AZbaiARFBCpsPJS+9uhWfeBfeAtW7o/4vt3MUqLkbY6nA==",
  12. "_location": "/cacache",
  13. "_phantomChildren": {
  14. "fs.realpath": "1.0.0",
  15. "inflight": "1.0.6",
  16. "inherits": "2.0.3",
  17. "minimatch": "3.0.4",
  18. "once": "1.4.0",
  19. "path-is-absolute": "1.0.1"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "cacache@11.3.3",
  25. "name": "cacache",
  26. "escapedName": "cacache",
  27. "rawSpec": "11.3.3",
  28. "saveSpec": null,
  29. "fetchSpec": "11.3.3"
  30. },
  31. "_requiredBy": [
  32. "/copy-webpack-plugin",
  33. "/terser-webpack-plugin"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/cacache/-/cacache-11.3.3.tgz",
  36. "_spec": "11.3.3",
  37. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  38. "author": {
  39. "name": "Kat Marchán",
  40. "email": "kzm@sykosomatic.org"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/zkat/cacache/issues"
  44. },
  45. "cache-version": {
  46. "content": "2",
  47. "index": "5"
  48. },
  49. "config": {
  50. "nyc": {
  51. "exclude": [
  52. "node_modules/**",
  53. "test/**"
  54. ]
  55. }
  56. },
  57. "contributors": [
  58. {
  59. "name": "Charlotte Spencer",
  60. "email": "charlottelaspencer@gmail.com"
  61. },
  62. {
  63. "name": "Rebecca Turner",
  64. "email": "me@re-becca.org"
  65. }
  66. ],
  67. "dependencies": {
  68. "bluebird": "^3.5.5",
  69. "chownr": "^1.1.1",
  70. "figgy-pudding": "^3.5.1",
  71. "glob": "^7.1.4",
  72. "graceful-fs": "^4.1.15",
  73. "lru-cache": "^5.1.1",
  74. "mississippi": "^3.0.0",
  75. "mkdirp": "^0.5.1",
  76. "move-concurrently": "^1.0.1",
  77. "promise-inflight": "^1.0.1",
  78. "rimraf": "^2.6.3",
  79. "ssri": "^6.0.1",
  80. "unique-filename": "^1.1.1",
  81. "y18n": "^4.0.0"
  82. },
  83. "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.",
  84. "devDependencies": {
  85. "benchmark": "^2.1.4",
  86. "chalk": "^2.4.2",
  87. "cross-env": "^5.1.4",
  88. "require-inject": "^1.4.4",
  89. "standard": "^12.0.1",
  90. "standard-version": "^6.0.1",
  91. "tacks": "^1.3.0",
  92. "tap": "^12.7.0",
  93. "weallbehave": "^1.2.0",
  94. "weallcontribute": "^1.0.9"
  95. },
  96. "files": [
  97. "*.js",
  98. "lib",
  99. "locales"
  100. ],
  101. "homepage": "https://github.com/zkat/cacache#readme",
  102. "keywords": [
  103. "cache",
  104. "caching",
  105. "content-addressable",
  106. "sri",
  107. "sri hash",
  108. "subresource integrity",
  109. "cache",
  110. "storage",
  111. "store",
  112. "file store",
  113. "filesystem",
  114. "disk cache",
  115. "disk storage"
  116. ],
  117. "license": "ISC",
  118. "main": "index.js",
  119. "name": "cacache",
  120. "repository": {
  121. "type": "git",
  122. "url": "git+https://github.com/zkat/cacache.git"
  123. },
  124. "scripts": {
  125. "benchmarks": "node test/benchmarks",
  126. "postrelease": "npm publish && git push --follow-tags",
  127. "prerelease": "npm t",
  128. "pretest": "standard",
  129. "release": "standard-version -s",
  130. "test": "cross-env CACACHE_UPDATE_LOCALE_FILES=true tap --coverage --nyc-arg=--all -J test/*.js",
  131. "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test",
  132. "update-coc": "weallbehave -o . && git add CODE_OF_CONDUCT.md && git commit -m 'docs(coc): updated CODE_OF_CONDUCT.md'",
  133. "update-contrib": "weallcontribute -o . && git add CONTRIBUTING.md && git commit -m 'docs(contributing): updated CONTRIBUTING.md'"
  134. },
  135. "version": "11.3.3"
  136. }