package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "mem@^4.0.0",
  3. "_id": "mem@4.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-rrm+LSH0fnivKeSsWXjor6LKW4o=",
  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": "http://registry.npm.taobao.org/mem/download/mem-4.1.0.tgz",
  22. "_shasum": "aeb9be2d21f47e78af29e4ac5978e8afa2ca5b8a",
  23. "_spec": "mem@^4.0.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\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": "^1.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.0.1",
  43. "delay": "^4.1.0",
  44. "xo": "^0.23.0"
  45. },
  46. "engines": {
  47. "node": ">=6"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/mem#readme",
  53. "keywords": [
  54. "memoize",
  55. "function",
  56. "mem",
  57. "memoization",
  58. "cache",
  59. "caching",
  60. "optimize",
  61. "performance",
  62. "ttl",
  63. "expire",
  64. "promise"
  65. ],
  66. "license": "MIT",
  67. "name": "mem",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/sindresorhus/mem.git"
  71. },
  72. "scripts": {
  73. "test": "xo && ava"
  74. },
  75. "version": "4.1.0"
  76. }