package.json 488 B

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