package.json 1.33 KB
{
  "_from": "crc@0.2.0",
  "_id": "crc@0.2.0",
  "_inBundle": false,
  "_integrity": "sha1-9Ehrm/ChLfg8P8oU4x4DD9q9lFQ=",
  "_location": "/crc",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "crc@0.2.0",
    "name": "crc",
    "escapedName": "crc",
    "rawSpec": "0.2.0",
    "saveSpec": null,
    "fetchSpec": "0.2.0"
  },
  "_requiredBy": [
    "/connect",
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/crc/-/crc-0.2.0.tgz",
  "_shasum": "f4486b9bf0a12df83c3fca14e31e030fdabd9454",
  "_spec": "crc@0.2.0",
  "_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master\\node_modules\\express",
  "author": {
    "name": "Alex Gorbatchev",
    "email": "alex.gorbatchev@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/alexgorbatchev/node-crc/issues"
  },
  "bundleDependencies": false,
  "contributors": [],
  "deprecated": false,
  "description": "CRC JavaScript implementation",
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "directories": {},
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/alexgorbatchev/node-crc#readme",
  "main": "./lib/crc.js",
  "name": "crc",
  "repository": {
    "type": "git",
    "url": "git://github.com/alexgorbatchev/node-crc.git"
  },
  "scripts": {},
  "version": "0.2.0"
}