package.json 1.6 KB
{
  "_from": "buffer-crc32@0.2.1",
  "_id": "buffer-crc32@0.2.1",
  "_inBundle": false,
  "_integrity": "sha1-vj5TgvwCttYySVasGvmKqYsIU0w=",
  "_location": "/buffer-crc32",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "buffer-crc32@0.2.1",
    "name": "buffer-crc32",
    "escapedName": "buffer-crc32",
    "rawSpec": "0.2.1",
    "saveSpec": null,
    "fetchSpec": "0.2.1"
  },
  "_requiredBy": [
    "/connect",
    "/google-calendar/express"
  ],
  "_resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.1.tgz",
  "_shasum": "be3e5382fc02b6d6324956ac1af98aa98b08534c",
  "_spec": "buffer-crc32@0.2.1",
  "_where": "C:\\Users\\LG\\Desktop\\4-1\\Reminder-Talk\\node_modules\\google-calendar\\node_modules\\express",
  "author": {
    "name": "Brian J. Brennan",
    "email": "brianloveswords@gmail.com",
    "url": "http://bjb.io"
  },
  "bugs": {
    "url": "https://github.com/brianloveswords/buffer-crc32/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Vladimir Kuznetsov"
    }
  ],
  "dependencies": {},
  "deprecated": false,
  "description": "A pure javascript CRC32 algorithm that plays nice with binary data",
  "devDependencies": {
    "tap": "~0.2.5"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/brianloveswords/buffer-crc32",
  "main": "index.js",
  "name": "buffer-crc32",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/brianloveswords/buffer-crc32.git"
  },
  "scripts": {
    "test": "tap tests/*.test.js"
  },
  "version": "0.2.1"
}