package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "mem@4.3.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "mem@4.3.0",
  10. "_id": "mem@4.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-Rhr0l7xK4JYIzbLmDu+2m/90QXg=",
  13. "_location": "/mem",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "mem@4.3.0",
  19. "name": "mem",
  20. "escapedName": "mem",
  21. "rawSpec": "4.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.3.0"
  24. },
  25. "_requiredBy": [
  26. "/os-locale"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/mem/download/mem-4.3.0.tgz",
  29. "_spec": "4.3.0",
  30. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  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. }