1{ 2 "name": "unique-filename", 3 "version": "3.0.0", 4 "description": "Generate a unique filename for use in temporary directories or caches.", 5 "main": "lib/index.js", 6 "scripts": { 7 "test": "tap", 8 "lint": "eslint \"**/*.js\"", 9 "postlint": "template-oss-check", 10 "template-oss-apply": "template-oss-apply --force", 11 "lintfix": "npm run lint -- --fix", 12 "snap": "tap", 13 "posttest": "npm run lint" 14 }, 15 "repository": { 16 "type": "git", 17 "url": "https://github.com/npm/unique-filename.git" 18 }, 19 "keywords": [], 20 "author": "GitHub Inc.", 21 "license": "ISC", 22 "bugs": { 23 "url": "https://github.com/iarna/unique-filename/issues" 24 }, 25 "homepage": "https://github.com/iarna/unique-filename", 26 "devDependencies": { 27 "@npmcli/eslint-config": "^4.0.0", 28 "@npmcli/template-oss": "4.5.1", 29 "tap": "^16.3.0" 30 }, 31 "dependencies": { 32 "unique-slug": "^4.0.0" 33 }, 34 "files": [ 35 "bin/", 36 "lib/" 37 ], 38 "engines": { 39 "node": "^14.17.0 || ^16.13.0 || >=18.0.0" 40 }, 41 "templateOSS": { 42 "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", 43 "version": "4.5.1" 44 }, 45 "tap": { 46 "nyc-arg": [ 47 "--exclude", 48 "tap-snapshots/**" 49 ] 50 } 51} 52