Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « imurmurhash « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 10b98d1e5b7877ac5828adf184e696bd5d77f731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
  "_from": "imurmurhash@*",
  "_id": "imurmurhash@0.1.4",
  "_integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
  "_location": "/imurmurhash",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "imurmurhash@*",
    "name": "imurmurhash",
    "escapedName": "imurmurhash",
    "rawSpec": "*",
    "saveSpec": null,
    "fetchSpec": "*"
  },
  "_requiredBy": [
    "/",
    "/fs-write-stream-atomic",
    "/unique-filename/unique-slug",
    "/write-file-atomic"
  ],
  "_resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
  "_shasum": "9218b9b2b928a238b13dc4fb6b6d576f231453ea",
  "_shrinkwrap": null,
  "_spec": "imurmurhash@*",
  "_where": "/Users/zkat/Documents/code/npm",
  "author": {
    "name": "Jens Taylor",
    "email": "jensyt@gmail.com",
    "url": "https://github.com/homebrewing"
  },
  "bin": null,
  "bugs": {
    "url": "https://github.com/jensyt/imurmurhash-js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "An incremental implementation of MurmurHash3",
  "devDependencies": {},
  "engines": {
    "node": ">=0.8.19"
  },
  "files": [
    "imurmurhash.js",
    "imurmurhash.min.js",
    "package.json",
    "README.md"
  ],
  "homepage": "https://github.com/jensyt/imurmurhash-js",
  "keywords": [
    "murmur",
    "murmurhash",
    "murmurhash3",
    "hash",
    "incremental"
  ],
  "license": "MIT",
  "main": "imurmurhash.js",
  "name": "imurmurhash",
  "optionalDependencies": {},
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jensyt/imurmurhash-js.git"
  },
  "version": "0.1.4"
}