HEX
Server: nginx/1.18.0
System: Linux srv01 5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 x86_64
User: RaviMohan (1026)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/VarunWadhava/bill.dhwanis.com/web/node_modules/tmp/package.json
{
  "name": "tmp",
  "version": "0.2.3",
  "description": "Temporary file and directory creator",
  "author": "KARASZI István <[email protected]> (http://raszi.hu/)",
  "contributors": [
    "Carsten Klein <[email protected]> (https://github.com/silkentrance)"
  ],
  "keywords": [
    "temporary",
    "tmp",
    "temp",
    "tempdir",
    "tempfile",
    "tmpdir",
    "tmpfile"
  ],
  "license": "MIT",
  "repository": "https://github.com/raszi/node-tmp.git",
  "homepage": "http://github.com/raszi/node-tmp",
  "bugs": {
    "url": "http://github.com/raszi/node-tmp/issues"
  },
  "engines": {
    "node": ">=14.14"
  },
  "dependencies": {},
  "devDependencies": {
    "eslint": "^6.3.0",
    "eslint-plugin-mocha": "^6.1.1",
    "istanbul": "^0.4.5",
    "lerna-changelog": "^1.0.1",
    "mocha": "^10.2.0"
  },
  "main": "lib/tmp.js",
  "files": [
    "lib/"
  ],
  "changelog": {
    "labels": {
      "breaking": ":boom: Breaking Change",
      "enhancement": ":rocket: Enhancement",
      "bug": ":bug: Bug Fix",
      "documentation": ":memo: Documentation",
      "internal": ":house: Internal"
    },
    "cacheDir": ".changelog"
  },
  "scripts": {
    "changelog": "lerna-changelog",
    "lint": "eslint lib --env mocha test",
    "clean": "rm -Rf ./coverage",
    "test": "npm run clean && istanbul cover ./node_modules/mocha/bin/_mocha --report none --print none --dir ./coverage/json -u exports -R test/*-test.js && istanbul report --root ./coverage/json html && istanbul report text-summary",
    "doc": "jsdoc -c .jsdoc.json"
  }
}