package.json 2.54 KB
{
  "_args": [
    [
      {
        "raw": "crc@3.4.4",
        "scope": null,
        "escapedName": "crc",
        "name": "crc",
        "rawSpec": "3.4.4",
        "spec": "3.4.4",
        "type": "version"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/express-session"
    ]
  ],
  "_from": "crc@3.4.4",
  "_id": "crc@3.4.4",
  "_inCache": true,
  "_location": "/crc",
  "_nodeVersion": "6.9.2",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/crc-3.4.4.tgz_1481570747807_0.07623594417236745"
  },
  "_npmUser": {
    "name": "alexgorbatchev",
    "email": "alex.gorbatchev@gmail.com"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "crc@3.4.4",
    "scope": null,
    "escapedName": "crc",
    "name": "crc",
    "rawSpec": "3.4.4",
    "spec": "3.4.4",
    "type": "version"
  },
  "_requiredBy": [
    "/express-session"
  ],
  "_resolved": "https://registry.npmjs.org/crc/-/crc-3.4.4.tgz",
  "_shasum": "9da1e980e3bd44fc5c93bf5ab3da3378d85e466b",
  "_shrinkwrap": null,
  "_spec": "crc@3.4.4",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/express-session",
  "author": {
    "name": "Alex Gorbatchev",
    "url": "https://github.com/alexgorbatchev"
  },
  "bugs": {
    "url": "https://github.com/alexgorbatchev/node-crc/issues"
  },
  "dependencies": {},
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "9da1e980e3bd44fc5c93bf5ab3da3378d85e466b",
    "tarball": "https://registry.npmjs.org/crc/-/crc-3.4.4.tgz"
  },
  "files": [
    "lib"
  ],
  "gitHead": "360367e1ae930d8663679aff89bb79705947c08c",
  "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": "cd src && babel --out-dir ../lib *.js",
    "test": "mocha test/*.test.js"
  },
  "version": "3.4.4"
}