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

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.6 KB
Line 
1{
2 "_args": [
3 [
4 "unique-filename@1.1.1",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "unique-filename@1.1.1",
10 "_id": "unique-filename@1.1.1",
11 "_inBundle": false,
12 "_integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==",
13 "_location": "/unique-filename",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "unique-filename@1.1.1",
19 "name": "unique-filename",
20 "escapedName": "unique-filename",
21 "rawSpec": "1.1.1",
22 "saveSpec": null,
23 "fetchSpec": "1.1.1"
24 },
25 "_requiredBy": [
26 "/cacache"
27 ],
28 "_resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz",
29 "_spec": "1.1.1",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Rebecca Turner",
33 "email": "me@re-becca.org",
34 "url": "http://re-becca.org/"
35 },
36 "bugs": {
37 "url": "https://github.com/iarna/unique-filename/issues"
38 },
39 "dependencies": {
40 "unique-slug": "^2.0.0"
41 },
42 "description": "Generate a unique filename for use in temporary directories or caches.",
43 "devDependencies": {
44 "standard": "^5.4.1",
45 "tap": "^2.3.1"
46 },
47 "homepage": "https://github.com/iarna/unique-filename",
48 "keywords": [],
49 "license": "ISC",
50 "main": "index.js",
51 "name": "unique-filename",
52 "repository": {
53 "type": "git",
54 "url": "git+https://github.com/iarna/unique-filename.git"
55 },
56 "scripts": {
57 "test": "standard && tap test"
58 },
59 "version": "1.1.1"
60}
Note: See TracBrowser for help on using the repository browser.