package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "lru-cache@4.1.3",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "lru-cache@4.1.3",
  9. "_id": "lru-cache@4.1.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-fFEhvcgzuIoJVUF8fYr5KR0YqxD238zgObTps31YdADwPPAp82a4M8TrckkWyx7ekNlf9aBcVn81cFwwXngrJA==",
  12. "_location": "/lru-cache",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "lru-cache@4.1.3",
  18. "name": "lru-cache",
  19. "escapedName": "lru-cache",
  20. "rawSpec": "4.1.3",
  21. "saveSpec": null,
  22. "fetchSpec": "4.1.3"
  23. },
  24. "_requiredBy": [
  25. "/cross-spawn",
  26. "/useragent"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.3.tgz",
  29. "_spec": "4.1.3",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/isaacs/node-lru-cache/issues"
  37. },
  38. "dependencies": {
  39. "pseudomap": "^1.0.2",
  40. "yallist": "^2.1.2"
  41. },
  42. "description": "A cache object that deletes the least-recently-used items.",
  43. "devDependencies": {
  44. "benchmark": "^2.1.4",
  45. "standard": "^5.4.1",
  46. "tap": "^11.1.4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/isaacs/node-lru-cache#readme",
  52. "keywords": [
  53. "mru",
  54. "lru",
  55. "cache"
  56. ],
  57. "license": "ISC",
  58. "main": "index.js",
  59. "name": "lru-cache",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/isaacs/node-lru-cache.git"
  63. },
  64. "scripts": {
  65. "postpublish": "git push origin --all; git push origin --tags",
  66. "posttest": "standard test/*.js index.js",
  67. "postversion": "npm publish",
  68. "preversion": "npm test",
  69. "test": "tap test/*.js --100 -J"
  70. },
  71. "version": "4.1.3"
  72. }