package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "mem@^1.1.0",
  3. "_id": "mem@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=",
  6. "_location": "/mem",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "mem@^1.1.0",
  12. "name": "mem",
  13. "escapedName": "mem",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/webpack/os-locale"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz",
  22. "_shasum": "5edd52b485ca1d900fe64895505399a0dfa45f76",
  23. "_spec": "mem@^1.1.0",
  24. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/webpack/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. "mimic-fn": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input",
  39. "devDependencies": {
  40. "ava": "*",
  41. "delay": "^1.1.0",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/mem#readme",
  51. "keywords": [
  52. "memoize",
  53. "function",
  54. "mem",
  55. "memoization",
  56. "cache",
  57. "caching",
  58. "optimize",
  59. "performance",
  60. "ttl",
  61. "expire",
  62. "promise"
  63. ],
  64. "license": "MIT",
  65. "name": "mem",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/sindresorhus/mem.git"
  69. },
  70. "scripts": {
  71. "test": "xo && ava"
  72. },
  73. "version": "1.1.0",
  74. "xo": {
  75. "esnext": true
  76. }
  77. }