1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| {
| "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": []
| }
|
|