Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/uniqs/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "uniqs",
    3   "version": "2.0.0",
     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  },
    439  "description": "Tiny utility to create unions and de-duplicated lists",
     40  "homepage": "https://github.com/fgnass/uniqs#readme",
    541  "keywords": [
    642    "unique",
     
    945    "union"
    1046  ],
     47  "license": "MIT",
     48  "main": "index.js",
     49  "name": "uniqs",
    1150  "repository": {
    1251    "type": "git",
    1352    "url": "git://github.com/fgnass/uniqs.git"
    1453  },
    15   "main": "index.js",
    1654  "scripts": {
    1755    "test": "node test"
    1856  },
    19   "author": "Felix Gnass <fgnass@gmail.com>",
    20   "license": "MIT"
     57  "version": "2.0.0"
    2158}
Note: See TracChangeset for help on using the changeset viewer.