{
  "_args": [
    [
      "crc@3.3.0",
      "/app"
    ]
  ],
  "_from": "crc@3.3.0",
  "_id": "crc@3.3.0",
  "_inBundle": false,
  "_integrity": "sha1-+mIuG8OIvyVzCQgta2UgDOZwkLo=",
  "_location": "/crc",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "crc@3.3.0",
    "name": "crc",
    "escapedName": "crc",
    "rawSpec": "3.3.0",
    "saveSpec": null,
    "fetchSpec": "3.3.0"
  },
  "_requiredBy": [
    "/@sailshq/connect/express-session"
  ],
  "_resolved": "https://registry.npmjs.org/crc/-/crc-3.3.0.tgz",
  "_spec": "3.3.0",
  "_where": "/app",
  "author": {
    "name": "Alex Gorbatchev",
    "url": "https://github.com/alexgorbatchev"
  },
  "bugs": {
    "url": "https://github.com/alexgorbatchev/node-crc/issues"
  },
  "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"
  },
  "homepage": "https://github.com/alexgorbatchev/node-crc",
  "keywords": [
    "crc"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "crc",
  "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.3.0"
}
