package.json 1.64 KB
{
  "_from": "crc@3.4.4",
  "_id": "crc@3.4.4",
  "_inBundle": false,
  "_integrity": "sha1-naHpgOO9RPxck79as9ozeNheRms=",
  "_location": "/crc",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "crc@3.4.4",
    "name": "crc",
    "escapedName": "crc",
    "rawSpec": "3.4.4",
    "saveSpec": null,
    "fetchSpec": "3.4.4"
  },
  "_requiredBy": [
    "/express-session"
  ],
  "_resolved": "https://registry.npmjs.org/crc/-/crc-3.4.4.tgz",
  "_shasum": "9da1e980e3bd44fc5c93bf5ab3da3378d85e466b",
  "_spec": "crc@3.4.4",
  "_where": "D:\\OSS project\\YTMT\\node_modules\\express-session",
  "author": {
    "name": "Alex Gorbatchev",
    "url": "https://github.com/alexgorbatchev"
  },
  "bugs": {
    "url": "https://github.com/alexgorbatchev/node-crc/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",
  "devDependencies": {
    "babel-cli": "^6.3.15",
    "babel-core": "^6.1.21",
    "babel-preset-es2015": "^6.1.18",
    "beautify-benchmark": "^0.2.4",
    "benchmark": "^1.0.0",
    "buffer-crc32": "^0.2.3",
    "chai": "^3.4.1",
    "mocha": "*",
    "seedrandom": "^2.3.6"
  },
  "files": [
    "lib"
  ],
  "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": "cd src && babel --out-dir ../lib *.js",
    "test": "mocha test/*.test.js"
  },
  "version": "3.4.4"
}