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/whelk/package.json
{
  "name": "whelk",
  "version": "6.0.2",
  "description": "Run a JavaScript function as a shell script.",
  "scripts": {
    "test": "npm run custom-tests && npm run lint",
    "custom-tests": "node ./node_modules/mocha/bin/mocha test",
    "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 --ignore-pattern 'test/'"
  },
  "main": "./lib/whelk.js",
  "keywords": [
    "machine",
    "script",
    "sails",
    "cli"
  ],
  "author": "Mike McNeil",
  "license": "MIT",
  "dependencies": {
    "@sailshq/lodash": "^3.10.2",
    "chalk": "2.3.0",
    "commander": "2.8.1",
    "flaverr": "^1.7.0",
    "machine": "^15.2.2",
    "rttc": "^10.0.0-0",
    "yargs": "3.4.5"
  },
  "devDependencies": {
    "eslint": "3.19.0",
    "machinepack-process": "^3.0.0-1",
    "mocha": "3.0.2"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:sailshq/whelk.git"
  }
}