1234567891011121314151617181920 |
- {
- "name": "string-hash",
- "repo": "darkskyapp/string-hash",
- "description": "fast string hashing function",
- "version": "1.1.1",
- "keywords": [
- "string",
- "hashing"
- ],
- "dependencies": {},
- "development": {
- "mocha": "1.3.x"
- },
- "license": "CC0",
- "main": "index.js",
- "scripts": [
- "index.js"
- ],
- "remotes": []
- }
|