1 |
3a515b92
|
cagy
|
{
|
2 |
|
|
"name": "unique-filename",
|
3 |
|
|
"version": "1.1.1",
|
4 |
|
|
"description": "Generate a unique filename for use in temporary directories or caches.",
|
5 |
|
|
"main": "index.js",
|
6 |
|
|
"scripts": {
|
7 |
|
|
"test": "standard && tap test"
|
8 |
|
|
},
|
9 |
|
|
"repository": {
|
10 |
|
|
"type": "git",
|
11 |
|
|
"url": "https://github.com/iarna/unique-filename.git"
|
12 |
|
|
},
|
13 |
|
|
"keywords": [],
|
14 |
|
|
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
|
15 |
|
|
"license": "ISC",
|
16 |
|
|
"bugs": {
|
17 |
|
|
"url": "https://github.com/iarna/unique-filename/issues"
|
18 |
|
|
},
|
19 |
|
|
"homepage": "https://github.com/iarna/unique-filename",
|
20 |
|
|
"devDependencies": {
|
21 |
|
|
"standard": "^5.4.1",
|
22 |
|
|
"tap": "^2.3.1"
|
23 |
|
|
},
|
24 |
|
|
"dependencies": {
|
25 |
|
|
"unique-slug": "^2.0.0"
|
26 |
|
|
}
|
27 |
|
|
}
|