Brak opisu

package.json 1.2KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "lodash.template",
  3. "version": "3.6.2",
  4. "description": "The modern build of lodash’s `_.template` as a module.",
  5. "homepage": "https://lodash.com/",
  6. "icon": "https://lodash.com/icon.svg",
  7. "license": "MIT",
  8. "keywords": "lodash, lodash-modularized, stdlib, util",
  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. "Benjamin Tan <demoneaux@gmail.com> (https://d10.github.io/)",
  13. "Blaine Bublitz <blaine@iceddev.com> (http://www.iceddev.com/)",
  14. "Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)",
  15. "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
  16. ],
  17. "repository": "lodash/lodash",
  18. "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" },
  19. "dependencies": {
  20. "lodash._basecopy": "^3.0.0",
  21. "lodash._basetostring": "^3.0.0",
  22. "lodash._basevalues": "^3.0.0",
  23. "lodash._isiterateecall": "^3.0.0",
  24. "lodash._reinterpolate": "^3.0.0",
  25. "lodash.escape": "^3.0.0",
  26. "lodash.keys": "^3.0.0",
  27. "lodash.restparam": "^3.0.0",
  28. "lodash.templatesettings": "^3.0.0"
  29. }
  30. }