{
  "_args": [
    [
      "murmur-32@0.2.0",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "murmur-32@0.2.0",
  "_id": "murmur-32@0.2.0",
  "_inBundle": false,
  "_integrity": "sha512-ZkcWZudylwF+ir3Ld1n7gL6bI2mQAzXvSobPwVtu8aYi2sbXeipeSkdcanRLzIofLcM5F53lGaKm2dk7orBi7Q==",
  "_location": "/murmur-32",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "murmur-32@0.2.0",
    "name": "murmur-32",
    "escapedName": "murmur-32",
    "rawSpec": "0.2.0",
    "saveSpec": null,
    "fetchSpec": "0.2.0"
  },
  "_requiredBy": [
    "/random-path"
  ],
  "_resolved": "https://registry.npmjs.org/murmur-32/-/murmur-32-0.2.0.tgz",
  "_spec": "0.2.0",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "bugs": {
    "url": "https://github.com/LinusU/murmur-32/issues"
  },
  "dependencies": {
    "encode-utf8": "^1.0.3",
    "fmix": "^0.1.0",
    "imul": "^1.0.0"
  },
  "description": "MurmurHash3 x86 32-bit implemented in JavaScript.",
  "devDependencies": {
    "arraybuffer-equal": "^1.0.4",
    "hex-to-array-buffer": "^1.1.0",
    "standard": "^14.3.4"
  },
  "homepage": "https://github.com/LinusU/murmur-32#readme",
  "keywords": [
    "digest",
    "fast",
    "hash",
    "murmur hash",
    "murmur",
    "murmur3",
    "murmurhash",
    "murmurhash3",
    "quick"
  ],
  "license": "MIT",
  "name": "murmur-32",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LinusU/murmur-32.git"
  },
  "scripts": {
    "test": "standard && node test"
  },
  "version": "0.2.0"
}
