package.json 1.41 KB
{
  "_from": "cookie@0.0.4",
  "_id": "cookie@0.0.4",
  "_inBundle": false,
  "_integrity": "sha1-VFa9R67iZm6sl26oCmEFlASD/pg=",
  "_location": "/cookie",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cookie@0.0.4",
    "name": "cookie",
    "escapedName": "cookie",
    "rawSpec": "0.0.4",
    "saveSpec": null,
    "fetchSpec": "0.0.4"
  },
  "_requiredBy": [
    "/connect",
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.0.4.tgz",
  "_shasum": "5456bd47aee2666eac976ea80a6105940483fe98",
  "_spec": "cookie@0.0.4",
  "_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master\\node_modules\\express",
  "author": {
    "name": "Roman Shtylman",
    "email": "shtylman@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/shtylman/node-cookie/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "cookie parsing and serialization",
  "devDependencies": {
    "mocha": "1.x.x"
  },
  "engines": {
    "node": "*"
  },
  "homepage": "https://github.com/shtylman/node-cookie#readme",
  "keywords": [
    "cookie",
    "cookies"
  ],
  "main": "index.js",
  "name": "cookie",
  "optionalDependencies": {},
  "repository": {
    "type": "git",
    "url": "git://github.com/shtylman/node-cookie.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "0.0.4"
}