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/machinepack-prompts/package.json
{
  "name": "machinepack-prompts",
  "version": "0.5.0",
  "description": "Produce interactive prompts in the console and consume the answers.",
  "scripts": {
    "test": "node ./node_modules/test-machinepack-mocha/bin/testmachinepack-mocha.js"
  },
  "keywords": [
    "Prompts",
    "machines",
    "machinepack"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "inquirer": "^0.8.0",
    "lodash": "^3.2.0",
    "machine": "^10.3.1"
  },
  "devDependencies": {
    "test-machinepack-mocha": "^2.1.1"
  },
  "machinepack": {
    "friendlyName": "Prompts",
    "machineDir": "machines/",
    "machines": [
      "select",
      "confirm",
      "text",
      "multiselect"
    ],
    "testsUrl": "https://travis-ci.org/"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mikermcneil/machinepack-prompts.git"
  }
}