source: trip-planner-front/node_modules/unique-slug/package.json@ 59329aa

Last change on this file since 59329aa 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-slug@2.0.2",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "unique-slug@2.0.2",
10 "_id": "unique-slug@2.0.2",
11 "_inBundle": false,
12 "_integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==",
13 "_location": "/unique-slug",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "unique-slug@2.0.2",
19 "name": "unique-slug",
20 "escapedName": "unique-slug",
21 "rawSpec": "2.0.2",
22 "saveSpec": null,
23 "fetchSpec": "2.0.2"
24 },
25 "_requiredBy": [
26 "/unique-filename"
27 ],
28 "_resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz",
29 "_spec": "2.0.2",
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-slug/issues"
38 },
39 "dependencies": {
40 "imurmurhash": "^0.1.4"
41 },
42 "description": "Generate a unique character string suitible for use in files and URLs.",
43 "devDependencies": {
44 "standard": "^12.0.1",
45 "tap": "^12.7.0"
46 },
47 "homepage": "https://github.com/iarna/unique-slug#readme",
48 "keywords": [],
49 "license": "ISC",
50 "main": "index.js",
51 "name": "unique-slug",
52 "repository": {
53 "type": "git",
54 "url": "git://github.com/iarna/unique-slug.git"
55 },
56 "scripts": {
57 "test": "standard && tap --coverage test"
58 },
59 "version": "2.0.2"
60}
Note: See TracBrowser for help on using the repository browser.