package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "mem@4.3.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "mem@4.3.0",
  9. "_id": "mem@4.3.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-qX2bG48pTqYRVmDB37rn/6PT7LcR8T7oAX3bf99u1Tt1nzxYfxkgqDwUwolPlXweM0XzBOBFzSx4kfp7KP1s/w==",
  12. "_location": "/mem",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mem@4.3.0",
  18. "name": "mem",
  19. "escapedName": "mem",
  20. "rawSpec": "4.3.0",
  21. "saveSpec": null,
  22. "fetchSpec": "4.3.0"
  23. },
  24. "_requiredBy": [
  25. "/documentation/os-locale",
  26. "/webpack-dev-server/os-locale"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/mem/-/mem-4.3.0.tgz",
  29. "_spec": "4.3.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/mem/issues"
  38. },
  39. "dependencies": {
  40. "map-age-cleaner": "^0.1.1",
  41. "mimic-fn": "^2.0.0",
  42. "p-is-promise": "^2.0.0"
  43. },
  44. "description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input",
  45. "devDependencies": {
  46. "ava": "^1.4.1",
  47. "delay": "^4.1.0",
  48. "tsd": "^0.7.1",
  49. "xo": "^0.24.0"
  50. },
  51. "engines": {
  52. "node": ">=6"
  53. },
  54. "files": [
  55. "index.js",
  56. "index.d.ts"
  57. ],
  58. "homepage": "https://github.com/sindresorhus/mem#readme",
  59. "keywords": [
  60. "memoize",
  61. "function",
  62. "mem",
  63. "memoization",
  64. "cache",
  65. "caching",
  66. "optimize",
  67. "performance",
  68. "ttl",
  69. "expire",
  70. "promise"
  71. ],
  72. "license": "MIT",
  73. "name": "mem",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/sindresorhus/mem.git"
  77. },
  78. "scripts": {
  79. "test": "xo && ava && tsd"
  80. },
  81. "version": "4.3.0"
  82. }