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/skipper/package.json
{
  "name": "skipper",
  "version": "0.9.4",
  "description": "Bodyparser for Express/Sails. Exposes simple API for streaming multiple files to disk, S3, etc. without buffering to a .tmp directory.",
  "main": "lib/skipper.js",
  "directories": {},
  "scripts": {
    "lint": "eslint . --max-warnings=0 --ignore-pattern 'test/' && echo '✔  Your code looks good.'",
    "test": "npm run lint && npm run custom-tests",
    "custom-tests": "mocha && node -e \"require('skipper-adapter-tests')({module: require('skipper-disk')});\""
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/balderdashy/skipper.git"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "keywords": [
    "bodyparser",
    "upload",
    "sails",
    "express",
    "connect",
    "streaming",
    "file-upload",
    "skipper"
  ],
  "author": "Mike McNeil",
  "contributors": [
    {
      "name": "Scott Gress"
    }
  ],
  "license": "MIT",
  "dependencies": {
    "@sailshq/lodash": "^3.10.3",
    "async": "2.6.4",
    "body-parser": "1.19.2",
    "debug": "3.1.0",
    "multiparty": "4.1.3",
    "semver": "7.5.2",
    "skipper-disk": "~0.5.6",
    "string_decoder": "0.10.31",
    "uuid": "7.0.0"
  },
  "devDependencies": {
    "concat-stream": "1.5.2",
    "eslint": "4.11.0",
    "express": "4.13.4",
    "fs-extra": "0.30.0",
    "mocha": "3.0.2",
    "request": "2.74.0",
    "skipper-adapter-tests": "^2.0.0",
    "temporary": "0.0.8"
  }
}