package.json 534 B

1234567891011121314151617181920212223
  1. {
  2. "name": "stringmap",
  3. "version": "0.2.2",
  4. "description": "fast and robust stringmap",
  5. "main": "stringmap.js",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/olov/stringmap.git"
  9. },
  10. "keywords": [
  11. "stringmap",
  12. "hashmap",
  13. "hash",
  14. "dict",
  15. "dictionary",
  16. "__proto__"
  17. ],
  18. "author": "Olov Lassus <olov.lassus@gmail.com>",
  19. "license": "MIT",
  20. "__npminstall_done": true,
  21. "_from": "stringmap@0.2.2",
  22. "_resolved": "https://registry.npmmirror.com/stringmap/-/stringmap-0.2.2.tgz"
  23. }