├── .gitignore ├── LICENSE ├── README.md ├── index.js ├── package.json └── usage.txt /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules 2 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/hypername/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/hypername/HEAD/README.md -------------------------------------------------------------------------------- /index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/hypername/HEAD/index.js -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/hypername/HEAD/package.json -------------------------------------------------------------------------------- /usage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mafintosh/hypername/HEAD/usage.txt --------------------------------------------------------------------------------