source: trip-planner-front/node_modules/uniqs/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.3 KB
Line 
1{
2 "_args": [
3 [
4 "uniqs@2.0.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "uniqs@2.0.0",
10 "_id": "uniqs@2.0.0",
11 "_inBundle": false,
12 "_integrity": "sha1-/+3ks2slKQaW5uFl1KWe25mOawI=",
13 "_location": "/uniqs",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "uniqs@2.0.0",
19 "name": "uniqs",
20 "escapedName": "uniqs",
21 "rawSpec": "2.0.0",
22 "saveSpec": null,
23 "fetchSpec": "2.0.0"
24 },
25 "_requiredBy": [
26 "/postcss-minify-params",
27 "/postcss-unique-selectors"
28 ],
29 "_resolved": "https://registry.npmjs.org/uniqs/-/uniqs-2.0.0.tgz",
30 "_spec": "2.0.0",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "Felix Gnass",
34 "email": "fgnass@gmail.com"
35 },
36 "bugs": {
37 "url": "https://github.com/fgnass/uniqs/issues"
38 },
39 "description": "Tiny utility to create unions and de-duplicated lists",
40 "homepage": "https://github.com/fgnass/uniqs#readme",
41 "keywords": [
42 "unique",
43 "uniq",
44 "dedupe",
45 "union"
46 ],
47 "license": "MIT",
48 "main": "index.js",
49 "name": "uniqs",
50 "repository": {
51 "type": "git",
52 "url": "git://github.com/fgnass/uniqs.git"
53 },
54 "scripts": {
55 "test": "node test"
56 },
57 "version": "2.0.0"
58}
Note: See TracBrowser for help on using the repository browser.