HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/alq-webapp-boleteria/node_modules/tryer/package.json
{
  "_args": [
    [
      "tryer@1.0.1",
      "/var/www/vhost/disk-apps/alq-webapp-boleteria"
    ]
  ],
  "_development": true,
  "_from": "tryer@1.0.1",
  "_id": "tryer@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-c3zayb8/kWWpycWYg87P71E1S1ZL6b6IJxfb5fvsUgsf0S2MVGaDhDXXjDMpdCpfWXqptc+4mXwmiy1ypXqRAA==",
  "_location": "/tryer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tryer@1.0.1",
    "name": "tryer",
    "escapedName": "tryer",
    "rawSpec": "1.0.1",
    "saveSpec": null,
    "fetchSpec": "1.0.1"
  },
  "_requiredBy": [
    "/bfj"
  ],
  "_resolved": "https://registry.npmjs.org/tryer/-/tryer-1.0.1.tgz",
  "_spec": "1.0.1",
  "_where": "/var/www/vhost/disk-apps/alq-webapp-boleteria",
  "author": {
    "name": "Phil Booth",
    "email": "pmbooth@gmail.com",
    "url": "https://philbooth.me/"
  },
  "bugs": {
    "url": "https://gitlab.com/philbooth/tryer/issues"
  },
  "contributors": [
    {
      "name": "Phil Booth",
      "email": "pmbooth@gmail.com",
      "url": "https://philbooth.me/"
    },
    {
      "name": "Andrew Lawson",
      "url": "https://github.com/adlawson"
    },
    {
      "name": "Tim O'Sulg",
      "url": "https://github.com/timgluz"
    }
  ],
  "description": "Because everyone loves a tryer! Conditional and repeated task invocation for node and browser.",
  "devDependencies": {
    "chai": "4.1.x",
    "jshint": "2.9.x",
    "mocha": "5.2.x",
    "please-release-me": "2.0.x",
    "spooks": "2.0.x",
    "uglify-js": "3.4.x"
  },
  "homepage": "https://gitlab.com/philbooth/tryer",
  "keywords": [
    "repeat",
    "retry",
    "predicate",
    "conditional",
    "invocation",
    "execution",
    "loop",
    "condition",
    "termination",
    "exponential",
    "backoff"
  ],
  "license": "MIT",
  "main": "./src/tryer",
  "name": "tryer",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/philbooth/tryer.git"
  },
  "scripts": {
    "lint": "jshint src/tryer.js test/unit.js",
    "minify": "uglifyjs ./src/tryer.js --compress --mangle --output ./lib/tryer.min.js",
    "test": "mocha --ui tdd --reporter spec --colors test/unit.js"
  },
  "version": "1.0.1"
}