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/arr-union/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "arr-union",
    3   "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
    4   "version": "3.1.0",
    5   "homepage": "https://github.com/jonschlinkert/arr-union",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/arr-union",
     2  "_args": [
     3    [
     4      "arr-union@3.1.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "arr-union@3.1.0",
     10  "_id": "arr-union@3.1.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
     13  "_location": "/arr-union",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "arr-union@3.1.0",
     19    "name": "arr-union",
     20    "escapedName": "arr-union",
     21    "rawSpec": "3.1.0",
     22    "saveSpec": null,
     23    "fetchSpec": "3.1.0"
     24  },
     25  "_requiredBy": [
     26    "/class-utils",
     27    "/union-value"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
     30  "_spec": "3.1.0",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     32  "author": {
     33    "name": "Jon Schlinkert",
     34    "url": "https://github.com/jonschlinkert"
     35  },
    836  "bugs": {
    937    "url": "https://github.com/jonschlinkert/arr-union/issues"
    1038  },
    11   "license": "MIT",
    12   "files": [
    13     "index.js"
    14   ],
    15   "main": "index.js",
    16   "engines": {
    17     "node": ">=0.10.0"
    18   },
    19   "scripts": {
    20     "test": "mocha"
    21   },
     39  "description": "Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.",
    2240  "devDependencies": {
    2341    "ansi-bold": "^0.1.1",
     
    3048    "should": "*"
    3149  },
     50  "engines": {
     51    "node": ">=0.10.0"
     52  },
     53  "files": [
     54    "index.js"
     55  ],
     56  "homepage": "https://github.com/jonschlinkert/arr-union",
    3257  "keywords": [
    3358    "add",
     
    4570    "utils"
    4671  ],
     72  "license": "MIT",
     73  "main": "index.js",
     74  "name": "arr-union",
     75  "repository": {
     76    "type": "git",
     77    "url": "git+https://github.com/jonschlinkert/arr-union.git"
     78  },
     79  "scripts": {
     80    "test": "mocha"
     81  },
    4782  "verb": {
    4883    "run": true,
     
    73108      "reflinks": true
    74109    }
    75   }
     110  },
     111  "version": "3.1.0"
    76112}
Note: See TracChangeset for help on using the changeset viewer.