package.json 951 B

12345678910111213141516171819202122
  1. {
  2. "name": "lodash.memoize",
  3. "version": "4.1.2",
  4. "description": "The lodash method `_.memoize` exported as a module.",
  5. "homepage": "https://lodash.com/",
  6. "icon": "https://lodash.com/icon.svg",
  7. "license": "MIT",
  8. "keywords": "lodash-modularized, memoize",
  9. "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
  10. "contributors": [
  11. "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
  12. "Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)",
  13. "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
  14. ],
  15. "repository": "lodash/lodash",
  16. "scripts": {
  17. "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\""
  18. },
  19. "__npminstall_done": "Thu Dec 24 2020 20:20:52 GMT+0800 (CST)",
  20. "_from": "lodash.memoize@4.1.2",
  21. "_resolved": "https://registry.npm.taobao.org/lodash.memoize/download/lodash.memoize-4.1.2.tgz"
  22. }