package.json 2.63 KB
{
  "_from": "express-session@^1.16.1",
  "_id": "express-session@1.16.1",
  "_inBundle": false,
  "_integrity": "sha512-pWvUL8Tl5jUy1MLH7DhgUlpoKeVPUTe+y6WQD9YhcN0C5qAhsh4a8feVjiUXo3TFhIy191YGZ4tewW9edbl2xQ==",
  "_location": "/express-session",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "express-session@^1.16.1",
    "name": "express-session",
    "escapedName": "express-session",
    "rawSpec": "^1.16.1",
    "saveSpec": null,
    "fetchSpec": "^1.16.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.16.1.tgz",
  "_shasum": "251ff9776c59382301de6c8c33411af357ed439c",
  "_spec": "express-session@^1.16.1",
  "_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca",
    "url": "http://tjholowaychuk.com"
  },
  "bugs": {
    "url": "https://github.com/expressjs/session/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Douglas Christopher Wilson",
      "email": "doug@somethingdoug.com"
    },
    {
      "name": "Joe Wagner",
      "email": "njwjs722@gmail.com"
    }
  ],
  "dependencies": {
    "cookie": "0.3.1",
    "cookie-signature": "1.0.6",
    "debug": "2.6.9",
    "depd": "~2.0.0",
    "on-headers": "~1.0.2",
    "parseurl": "~1.3.2",
    "safe-buffer": "5.1.2",
    "uid-safe": "~2.1.5"
  },
  "deprecated": false,
  "description": "Simple session middleware for Express",
  "devDependencies": {
    "after": "0.8.2",
    "cookie-parser": "1.4.4",
    "eslint": "3.19.0",
    "eslint-plugin-markdown": "1.0.0",
    "express": "4.16.4",
    "istanbul": "0.4.5",
    "mocha": "6.1.2",
    "supertest": "4.0.2"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "files": [
    "session/",
    "HISTORY.md",
    "LICENSE",
    "index.js"
  ],
  "homepage": "https://github.com/expressjs/session#readme",
  "license": "MIT",
  "name": "express-session",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/expressjs/session.git"
  },
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "test": "mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --check-leaks --no-exit --reporter dot test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --check-leaks --no-exit --reporter spec test/",
    "version": "node scripts/version-history.js && git add HISTORY.md"
  },
  "version": "1.16.1"
}