package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "mem@1.1.0",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "mem@1.1.0",
  9. "_id": "mem@1.1.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-Xt1StIXKHZAP5kiVUFOZoN+kX3Y=",
  12. "_location": "/mem",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "mem@1.1.0",
  18. "name": "mem",
  19. "escapedName": "mem",
  20. "rawSpec": "1.1.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.0"
  23. },
  24. "_requiredBy": [
  25. "/os-locale"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/mem/-/mem-1.1.0.tgz",
  28. "_spec": "1.1.0",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/mem/issues"
  37. },
  38. "dependencies": {
  39. "mimic-fn": "^1.0.0"
  40. },
  41. "description": "Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input",
  42. "devDependencies": {
  43. "ava": "*",
  44. "delay": "^1.1.0",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/mem#readme",
  54. "keywords": [
  55. "memoize",
  56. "function",
  57. "mem",
  58. "memoization",
  59. "cache",
  60. "caching",
  61. "optimize",
  62. "performance",
  63. "ttl",
  64. "expire",
  65. "promise"
  66. ],
  67. "license": "MIT",
  68. "name": "mem",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/mem.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "1.1.0",
  77. "xo": {
  78. "esnext": true
  79. }
  80. }