HEX
Server: Apache/2.4.61 (Ubuntu)
System: Linux hosting106 7.0.12-1-pve #1 SMP PREEMPT_DYNAMIC PMX 7.0.12-1 (2026-06-09T21:07Z) x86_64
User: clinicadentalargarate.com (1193)
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: //usr/share/nodejs/npm-packlist/package.json
{
  "name": "npm-packlist",
  "version": "3.0.0",
  "description": "Get a list of the files to add from a folder into an npm package",
  "directories": {
    "test": "test"
  },
  "main": "index.js",
  "dependencies": {
    "glob": "^7.1.6",
    "ignore-walk": "^4.0.1",
    "npm-bundled": "^1.1.1",
    "npm-normalize-package-bin": "^1.0.1"
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "ISC",
  "files": [
    "bin/index.js",
    "index.js"
  ],
  "devDependencies": {
    "@npmcli/lint": "^1.0.2",
    "mutate-fs": "^2.1.1",
    "tap": "^15.0.6"
  },
  "scripts": {
    "test": "tap",
    "posttest": "npm run lint --",
    "snap": "tap",
    "postsnap": "npm run lintfix --",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags",
    "eslint": "eslint",
    "lint": "npm run npmclilint -- \"*.*js\" \"test/**/*.*js\"",
    "lintfix": "npm run lint -- --fix",
    "npmclilint": "npmcli-lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/npm-packlist.git"
  },
  "tap": {
    "test-env": [
      "LC_ALL=sk"
    ],
    "check-coverage": true,
    "nyc-arg": [
      "--include=index.js",
      "--include=bin/index.js"
    ]
  },
  "bin": {
    "npm-packlist": "bin/index.js"
  },
  "engines": {
    "node": ">=10"
  }
}