Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 1.8KB

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