{ "_from": "tmp@^0.2.0", "_id": "tmp@0.2.5", "_inBundle": false, "_integrity": "sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==", "_location": "/tmp", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "tmp@^0.2.0", "name": "tmp", "escapedName": "tmp", "rawSpec": "^0.2.0", "saveSpec": null, "fetchSpec": "^0.2.0" }, "_requiredBy": [ "/exceljs" ], "_resolved": "https://registry.npmmirror.com/tmp/-/tmp-0.2.5.tgz", "_shasum": "b06bcd23f0f3c8357b426891726d16015abfd8f8", "_spec": "tmp@^0.2.0", "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\exceljs", "author": { "name": "KARASZI István", "email": "github@spam.raszi.hu" }, "bugs": { "url": "http://github.com/raszi/node-tmp/issues" }, "bundleDependencies": false, "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": {}, "deprecated": false, "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": "^10.2.0" }, "engines": { "node": ">=14.14" }, "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.5" }