{
  "name": "fnv-plus",
  "version": "1.2.12",
  "description": "Javascript FNV-1a Hashing Algorithm up to 1024 bits, with highly optimized 32bit and 52bit implementations.",
  "main": "index.js",
  "dependencies": {
    "jsbn": "~0.0.0"
  },
  "devDependencies": {
    "mocha": "~1.14.0"
  },
  "scripts": {
    "test": "mocha --reporter spec"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tjwebb/fnv-plus"
  },
  "keywords": [
    "id",
    "unique",
    "hash",
    "checksum",
    "fnv",
    "fnv1a",
    "signature",
    "uniqueness",
    "bloom",
    "filter"
  ],
  "author": {
    "name": "Travis Webb",
    "email": "me@traviswebb.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tjwebb/fnv-plus/issues"
  },
  "gitHead": "13ed6b1ab251a052ac500421cc8d7a78aaecf843",
  "homepage": "https://github.com/tjwebb/fnv-plus",
  "bundleDependencies": [
    "jsbn"
  ],
  "_id": "fnv-plus@1.2.12",
  "_shasum": "00752fc2d80761bacda9bfb9ea098f44cb3746be",
  "_from": "fnv-plus@>=1.2.10 <2.0.0",
  "_npmVersion": "1.4.28",
  "_npmUser": {
    "name": "tjwebb",
    "email": "me@traviswebb.com"
  },
  "maintainers": [
    {
      "name": "tjwebb",
      "email": "me@traviswebb.com"
    }
  ],
  "dist": {
    "shasum": "00752fc2d80761bacda9bfb9ea098f44cb3746be",
    "tarball": "http://registry.npmjs.org/fnv-plus/-/fnv-plus-1.2.12.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/fnv-plus/-/fnv-plus-1.2.12.tgz",
  "readme": "ERROR: No README data found!"
}
