package.json 1.68 KB
{
  "_from": "cookie@0.1.3",
  "_id": "cookie@0.1.3",
  "_inBundle": false,
  "_integrity": "sha1-5zSlwUF/zkctWu+Cw4HKu2TRpDU=",
  "_location": "/cookie-parser/cookie",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cookie@0.1.3",
    "name": "cookie",
    "escapedName": "cookie",
    "rawSpec": "0.1.3",
    "saveSpec": null,
    "fetchSpec": "0.1.3"
  },
  "_requiredBy": [
    "/cookie-parser"
  ],
  "_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.1.3.tgz",
  "_shasum": "e734a5c1417fce472d5aef82c381cabb64d1a435",
  "_spec": "cookie@0.1.3",
  "_where": "C:\\Users\\bshoo\\Desktop\\OSS\\새 폴더\\Singer-Composer\\node_modules\\cookie-parser",
  "author": {
    "name": "Roman Shtylman",
    "email": "shtylman@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jshttp/cookie/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "cookie parsing and serialization",
  "devDependencies": {
    "istanbul": "0.3.9",
    "mocha": "1.x.x"
  },
  "engines": {
    "node": "*"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "homepage": "https://github.com/jshttp/cookie#readme",
  "keywords": [
    "cookie",
    "cookies"
  ],
  "license": "MIT",
  "name": "cookie",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jshttp/cookie.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
  },
  "version": "0.1.3"
}