{
  "_args": [
    [
      "crc@3.2.1",
      "/Users/nw/motion/packages/motion/node_modules/etag"
    ]
  ],
  "_from": "crc@3.2.1",
  "_id": "crc@3.2.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/crc",
  "_npmUser": {
    "email": "alex.gorbatchev@gmail.com",
    "name": "alexgorbatchev"
  },
  "_npmVersion": "1.4.13",
  "_phantomChildren": {},
  "_requested": {
    "name": "crc",
    "raw": "crc@3.2.1",
    "rawSpec": "3.2.1",
    "scope": null,
    "spec": "3.2.1",
    "type": "version"
  },
  "_requiredBy": [
    "/etag",
    "/serve-static/etag"
  ],
  "_resolved": "https://registry.npmjs.org/crc/-/crc-3.2.1.tgz",
  "_shasum": "5d9c8fb77a245cd5eca291e5d2d005334bab0082",
  "_shrinkwrap": null,
  "_spec": "crc@3.2.1",
  "_where": "/Users/nw/motion/packages/motion/node_modules/etag",
  "author": {
    "name": "Alex Gorbatchev",
    "url": "https://github.com/alexgorbatchev"
  },
  "bugs": {
    "url": "https://github.com/alexgorbatchev/node-crc/issues"
  },
  "dependencies": {},
  "description": "Various CRC JavaScript implementations",
  "devDependencies": {
    "beautify-benchmark": "^0.2.4",
    "benchmark": "^1.0.0",
    "buffer-crc32": "^0.2.3",
    "chai": "~1.9.1",
    "coffee-errors": "~0.8.6",
    "coffee-script": "~1.7.1",
    "mocha": "*",
    "seedrandom": "^2.3.6"
  },
  "directories": {},
  "dist": {
    "shasum": "5d9c8fb77a245cd5eca291e5d2d005334bab0082",
    "tarball": "http://registry.npmjs.org/crc/-/crc-3.2.1.tgz"
  },
  "gitHead": "71caf362b061992bfe4ca8706ee264e764d2e88e",
  "homepage": "https://github.com/alexgorbatchev/node-crc",
  "keywords": [
    "crc"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "maintainers": [
    {
      "name": "alexgorbatchev",
      "email": "alex.gorbatchev@gmail.com"
    }
  ],
  "name": "crc",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/alexgorbatchev/node-crc.git"
  },
  "scripts": {
    "pretest": "coffee --bare --output ./lib --compile ./src/*.coffee",
    "test": "mocha test/*.spec.coffee"
  },
  "version": "3.2.1"
}
