{ "name": "path-temp", "version": "2.1.0", "description": "Returns a unique temp file name inside the specified folder", "main": "index.js", "typings": "index.d.ts", "files": [ "index.js", "index.d.ts" ], "repository": "https://github.com/zkochan/packages/tree/main/path-temp", "keywords": [ "path", "temp", "unique" ], "engines": { "node": ">=8.15" }, "author": "Zoltan Kochan (https://www.kochan.io/)", "license": "MIT", "homepage": "https://github.com/zkochan/packages/tree/main/path-temp#readme", "dependenciesMeta": { "path-temp": { "injected": true } }, "dependencies": { "unique-string": "^2.0.0" }, "devDependencies": { "mos": "2.0.0-alpha.3", "mos-plugin-readme": "^1.0.4", "path-temp": "file:", "standard": "^16.0.4", "tape": "^5.3.2" }, "mos": { "plugins": [ "readme" ], "installation": { "useShortAlias": true } }, "scripts": { "test": "standard && node test", "md": "mos" } }