HEX
Server: nginx/1.28.1
System: Linux 10-41-63-61 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64
User: www (1001)
PHP: 7.4.33
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,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_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/server/nodejs/v16.9.0/lib/node_modules/npm/node_modules/init-package-json/package.json
{
  "name": "init-package-json",
  "version": "2.0.4",
  "main": "init-package-json.js",
  "scripts": {
    "test": "tap",
    "preversion": "npm test",
    "postversion": "npm publish",
    "prepublishOnly": "git push origin --follow-tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/npm/init-package-json.git"
  },
  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
  "license": "ISC",
  "description": "A node module to get your node module started",
  "dependencies": {
    "glob": "^7.1.1",
    "npm-package-arg": "^8.1.2",
    "promzard": "^0.3.0",
    "read": "~1.0.1",
    "read-package-json": "^4.0.0",
    "semver": "^7.3.5",
    "validate-npm-package-license": "^3.0.4",
    "validate-npm-package-name": "^3.0.0"
  },
  "devDependencies": {
    "@npmcli/config": "^2.1.0",
    "mkdirp": "^1.0.4",
    "rimraf": "^3.0.2",
    "tap": "^14.11.0"
  },
  "engines": {
    "node": ">=10"
  },
  "tap": {
    "jobs": "1"
  },
  "keywords": [
    "init",
    "package.json",
    "package",
    "helper",
    "wizard",
    "wizerd",
    "prompt",
    "start"
  ],
  "files": [
    "default-input.js",
    "init-package-json.js"
  ]
}