package.json 2.95 KB
{
  "_from": "session-file-store@^1.2.0",
  "_id": "session-file-store@1.2.0",
  "_inBundle": false,
  "_integrity": "sha512-DkYLYFkkK6u9xyraVHemulhlUuuufLukf7SQxOZSx8SPwkswcaIrls882PaQZ72zRKsyhUVNxOUl9w0lQubUFw==",
  "_location": "/session-file-store",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "session-file-store@^1.2.0",
    "name": "session-file-store",
    "escapedName": "session-file-store",
    "rawSpec": "^1.2.0",
    "saveSpec": null,
    "fetchSpec": "^1.2.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/session-file-store/-/session-file-store-1.2.0.tgz",
  "_shasum": "35a994a7fb0cbf7f784067bf9059939c520b7c44",
  "_spec": "session-file-store@^1.2.0",
  "_where": "C:\\Users\\kyjoon\\Desktop\\거위\\Open_Source_project",
  "author": {
    "name": "Valery Barysok",
    "email": "valery.barysok@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/valery-barysok/session-file-store/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Igor Svehla",
      "url": "wespen"
    },
    {
      "name": "Bill Christo",
      "url": "bchr02"
    },
    {
      "name": "Ryan Murphy",
      "url": "r-murphy"
    },
    {
      "name": "Norberth Danson",
      "url": "ndanson"
    },
    {
      "name": "Arnaud Bétrémieux",
      "url": "arnoo"
    },
    {
      "name": "Guson",
      "url": "gusonyang"
    },
    {
      "name": "Philipp Sporrer",
      "url": "PhilippSpo"
    },
    {
      "name": "Tyler Young",
      "url": "tyoung86"
    },
    {
      "name": "Mikko Kaistinen",
      "url": "Laastine"
    }
  ],
  "dependencies": {
    "bagpipe": "^0.3.5",
    "fs-extra": "^4.0.0",
    "object-assign": "^4.1.1",
    "retry": "^0.10.0",
    "write-file-atomic": "1.3.1"
  },
  "deprecated": false,
  "description": "Session file store is a provision for storing session data in the session file",
  "devDependencies": {
    "cbor-sync": "^1.0.2",
    "chai": "^4.1.0",
    "coveralls": "^2.11.8",
    "istanbul": "^0.4.2",
    "lodash.clone": "^4.3.1",
    "mocha": "^3.4.2"
  },
  "engines": {
    "node": ">= 4"
  },
  "files": [
    "lib/",
    "LICENSE",
    "README.md",
    "index.js"
  ],
  "homepage": "https://github.com/valery-barysok/session-file-store",
  "keywords": [
    "session",
    "file",
    "store",
    "express",
    "connect"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "session-file-store",
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/valery-barysok/session-file-store.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/",
    "test-tap": "mocha --reporter tap --check-leaks test/"
  },
  "version": "1.2.0"
}