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/array-uniq/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "array-uniq",
    3   "version": "1.0.3",
    4   "description": "Create an array without duplicates",
    5   "license": "MIT",
    6   "repository": "sindresorhus/array-uniq",
     2  "_args": [
     3    [
     4      "array-uniq@1.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "array-uniq@1.0.3",
     10  "_id": "array-uniq@1.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
     13  "_location": "/array-uniq",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "array-uniq@1.0.3",
     19    "name": "array-uniq",
     20    "escapedName": "array-uniq",
     21    "rawSpec": "1.0.3",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.3"
     24  },
     25  "_requiredBy": [
     26    "/del/array-union"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
     29  "_spec": "1.0.3",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    731  "author": {
    832    "name": "Sindre Sorhus",
     
    1034    "url": "sindresorhus.com"
    1135  },
     36  "bugs": {
     37    "url": "https://github.com/sindresorhus/array-uniq/issues"
     38  },
     39  "description": "Create an array without duplicates",
     40  "devDependencies": {
     41    "ava": "*",
     42    "es6-set": "^0.1.0",
     43    "require-uncached": "^1.0.2",
     44    "xo": "*"
     45  },
    1246  "engines": {
    1347    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1748  },
    1849  "files": [
    1950    "index.js"
    2051  ],
     52  "homepage": "https://github.com/sindresorhus/array-uniq#readme",
    2153  "keywords": [
    2254    "array",
     
    2961    "remove"
    3062  ],
    31   "devDependencies": {
    32     "ava": "*",
    33     "es6-set": "^0.1.0",
    34     "require-uncached": "^1.0.2",
    35     "xo": "*"
    36   }
     63  "license": "MIT",
     64  "name": "array-uniq",
     65  "repository": {
     66    "type": "git",
     67    "url": "git+https://github.com/sindresorhus/array-uniq.git"
     68  },
     69  "scripts": {
     70    "test": "xo && ava"
     71  },
     72  "version": "1.0.3"
    3773}
Note: See TracChangeset for help on using the changeset viewer.