HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/csurf/package.json
{
  "name": "csurf",
  "description": "CSRF token middleware",
  "version": "1.10.0",
  "author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
  "contributors": [
    "Douglas Christopher Wilson <doug@somethingdoug.com>"
  ],
  "license": "MIT",
  "repository": "expressjs/csurf",
  "dependencies": {
    "cookie": "0.3.1",
    "cookie-signature": "1.0.6",
    "csrf": "3.1.0",
    "http-errors": "~1.7.2"
  },
  "devDependencies": {
    "body-parser": "1.18.3",
    "connect": "3.6.6",
    "cookie-parser": "1.4.4",
    "cookie-session": "1.3.3",
    "eslint": "5.16.0",
    "eslint-config-standard": "12.0.0",
    "eslint-plugin-import": "2.16.0",
    "eslint-plugin-markdown": "1.0.0",
    "eslint-plugin-node": "8.0.1",
    "eslint-plugin-promise": "4.1.1",
    "eslint-plugin-standard": "4.0.0",
    "mocha": "6.1.4",
    "nyc": "14.0.0",
    "supertest": "4.0.2"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "lint": "eslint --plugin markdown --ext js,md .",
    "test": "mocha --check-leaks --reporter spec --bail test/",
    "test-cov": "nyc --reporter=html --reporter=text npm test",
    "test-travis": "nyc --reporter=text npm test"
  },
  "files": [
    "HISTORY.md",
    "LICENSE",
    "index.js"
  ],
  "keywords": [
    "csrf",
    "tokens",
    "middleware",
    "express"
  ]
}