HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall_forms/buyercall/node_modules/tmp/package.json
{
  "_args": [
    [
      "tmp@0.2.1",
      "/home/arjun/projects/buyercall_forms/buyercall"
    ]
  ],
  "_development": true,
  "_from": "tmp@0.2.1",
  "_id": "tmp@0.2.1",
  "_inBundle": false,
  "_integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==",
  "_location": "/tmp",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "tmp@0.2.1",
    "name": "tmp",
    "escapedName": "tmp",
    "rawSpec": "0.2.1",
    "saveSpec": null,
    "fetchSpec": "0.2.1"
  },
  "_requiredBy": [
    "/karma"
  ],
  "_resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz",
  "_spec": "0.2.1",
  "_where": "/home/arjun/projects/buyercall_forms/buyercall",
  "author": {
    "name": "KARASZI István",
    "email": "github@spam.raszi.hu",
    "url": "http://raszi.hu/"
  },
  "bugs": {
    "url": "http://github.com/raszi/node-tmp/issues"
  },
  "changelog": {
    "labels": {
      "breaking": ":boom: Breaking Change",
      "enhancement": ":rocket: Enhancement",
      "bug": ":bug: Bug Fix",
      "documentation": ":memo: Documentation",
      "internal": ":house: Internal"
    },
    "cacheDir": ".changelog"
  },
  "contributors": [
    {
      "name": "Carsten Klein",
      "email": "trancesilken@gmail.com",
      "url": "https://github.com/silkentrance"
    }
  ],
  "dependencies": {
    "rimraf": "^3.0.0"
  },
  "description": "Temporary file and directory creator",
  "devDependencies": {
    "eslint": "^6.3.0",
    "eslint-plugin-mocha": "^6.1.1",
    "istanbul": "^0.4.5",
    "lerna-changelog": "^1.0.1",
    "mocha": "^6.2.0"
  },
  "engines": {
    "node": ">=8.17.0"
  },
  "files": [
    "lib/"
  ],
  "homepage": "http://github.com/raszi/node-tmp",
  "keywords": [
    "temporary",
    "tmp",
    "temp",
    "tempdir",
    "tempfile",
    "tmpdir",
    "tmpfile"
  ],
  "license": "MIT",
  "main": "lib/tmp.js",
  "name": "tmp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/raszi/node-tmp.git"
  },
  "scripts": {
    "changelog": "lerna-changelog",
    "clean": "rm -Rf ./coverage",
    "doc": "jsdoc -c .jsdoc.json",
    "lint": "eslint lib --env mocha test",
    "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"
  },
  "version": "0.2.1"
}