91 lines
2.4 KiB
JSON
Raw Normal View History

{
2019-07-02 16:05:15 +02:00
"_from": "express-session@^1.16.2",
"_id": "express-session@1.16.2",
"_inBundle": false,
2019-07-02 16:05:15 +02:00
"_integrity": "sha512-oy0sRsdw6n93E9wpCNWKRnSsxYnSDX9Dnr9mhZgqUEEorzcq5nshGYSZ4ZReHFhKQ80WI5iVUUSPW7u3GaKauw==",
"_location": "/express-session",
"_phantomChildren": {},
"_requested": {
2019-07-02 16:05:15 +02:00
"type": "range",
"registry": true,
2019-07-02 16:05:15 +02:00
"raw": "express-session@^1.16.2",
"name": "express-session",
"escapedName": "express-session",
2019-07-02 16:05:15 +02:00
"rawSpec": "^1.16.2",
"saveSpec": null,
2019-07-02 16:05:15 +02:00
"fetchSpec": "^1.16.2"
},
"_requiredBy": [
"/"
],
2019-07-02 16:05:15 +02:00
"_resolved": "https://registry.npmjs.org/express-session/-/express-session-1.16.2.tgz",
"_shasum": "59f36d7770e94872d19b163b6708a2d16aa6848c",
"_spec": "express-session@^1.16.2",
"_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om",
"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",
2019-07-02 16:05:15 +02:00
"depd": "~2.0.0",
"on-headers": "~1.0.2",
"parseurl": "~1.3.3",
"safe-buffer": "5.1.2",
"uid-safe": "~2.1.5"
},
"deprecated": false,
"description": "Simple session middleware for Express",
"devDependencies": {
"after": "0.8.2",
2019-07-02 16:05:15 +02:00
"cookie-parser": "1.4.4",
"eslint": "3.19.0",
2019-07-02 16:05:15 +02:00
"eslint-plugin-markdown": "1.0.0",
"express": "4.17.1",
"mocha": "6.1.4",
"nyc": "14.1.1",
"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": {
2019-07-02 16:05:15 +02:00
"lint": "eslint --plugin markdown --ext js,md . && node ./scripts/lint-readme.js",
"test": "mocha --require test/support/env --check-leaks --bail --no-exit --reporter spec test/",
"test-cov": "nyc npm test",
"test-travis": "nyc npm test -- --no-exit",
"version": "node scripts/version-history.js && git add HISTORY.md"
},
2019-07-02 16:05:15 +02:00
"version": "1.16.2"
}