UNPKG

gettemporaryfilepath

Version:
32 lines (31 loc) 668 B
{ "name": "gettemporaryfilepath", "version": "1.0.1", "description": "Generate temporary file names in your OS' temporary dir", "main": "lib/getTemporaryFilePath.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/papandreou/node-gettemporaryfilepath.git" }, "keywords": [ "temporary", "tmp", "temp", "os", "tempdir", "windows", "linux", "osx" ], "author": "Andreas Lind <andreaslindpetersen@gmail.com>", "license": "BSD", "devDependencies": { "mocha": "^5.2.0", "sinon": "^9.0.2", "unexpected": "=3.0.1", "unexpected-sinon": "=3.0.0" } }