source: trip-planner-front/node_modules/unique-filename/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 694 bytes
Line 
1{
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}
Note: See TracBrowser for help on using the repository browser.