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/machine-as-action/package.json
{
  "name": "machine-as-action",
  "version": "10.3.1",
  "description": "Run a machine from an HTTP or WebSocket request.",
  "scripts": {
    "test": "npm run lint && npm run custom-tests && echo 'Done.'",
    "lint": "node ./node_modules/eslint/bin/eslint . --max-warnings=0 && echo '✔  Your code looks good.'",
    "custom-tests": "echo \"Running tests...\" && echo && node ./node_modules/mocha/bin/mocha -t 8000 && echo"
  },
  "main": "lib/machine-as-action.js",
  "keywords": [
    "machine",
    "action",
    "actions2",
    "controller",
    "sails.js",
    "sails",
    "blueprint",
    "request",
    "websocket",
    "http"
  ],
  "author": "Mike McNeil",
  "license": "MIT",
  "dependencies": {
    "flaverr": "^1.5.1",
    "@sailshq/lodash": "^3.10.2",
    "machine": "^15.2.2",
    "rttc": "^10.0.0-4",
    "streamifier": "0.1.1"
  },
  "devDependencies": {
    "eslint": "3.5.0",
    "mocha": "3.0.2",
    "sails": "^1.0.0-0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:treelinehq/machine-as-action.git"
  }
}