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/del/node_modules/array-union/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "array-union",
    3   "version": "1.0.2",
    4   "description": "Create an array of unique values, in order, from the input arrays",
    5   "license": "MIT",
    6   "repository": "sindresorhus/array-union",
     2  "_args": [
     3    [
     4      "array-union@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "array-union@1.0.2",
     10  "_id": "array-union@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
     13  "_location": "/del/array-union",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "array-union@1.0.2",
     19    "name": "array-union",
     20    "escapedName": "array-union",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/del/globby"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
     29  "_spec": "1.0.2",
     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-union/issues"
     38  },
     39  "dependencies": {
     40    "array-uniq": "^1.0.1"
     41  },
     42  "description": "Create an array of unique values, in order, from the input arrays",
     43  "devDependencies": {
     44    "ava": "*",
     45    "xo": "*"
     46  },
    1247  "engines": {
    1348    "node": ">=0.10.0"
    14   },
    15   "scripts": {
    16     "test": "xo && ava"
    1749  },
    1850  "files": [
    1951    "index.js"
    2052  ],
     53  "homepage": "https://github.com/sindresorhus/array-union#readme",
    2154  "keywords": [
    2255    "array",
     
    3164    "merge"
    3265  ],
    33   "dependencies": {
    34     "array-uniq": "^1.0.1"
     66  "license": "MIT",
     67  "name": "array-union",
     68  "repository": {
     69    "type": "git",
     70    "url": "git+https://github.com/sindresorhus/array-union.git"
    3571  },
    36   "devDependencies": {
    37     "ava": "*",
    38     "xo": "*"
    39   }
     72  "scripts": {
     73    "test": "xo && ava"
     74  },
     75  "version": "1.0.2"
    4076}
Note: See TracChangeset for help on using the changeset viewer.