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

    rceaed42 r59329aa  
    11{
    2   "name": "arr-diff",
    3   "description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
    4   "version": "4.0.0",
    5   "homepage": "https://github.com/jonschlinkert/arr-diff",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)",
    9     "Paul Miller <paul+gh@paulmillr.com> (paulmillr.com)"
     2  "_args": [
     3    [
     4      "arr-diff@4.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/arr-diff",
     8  "_development": true,
     9  "_from": "arr-diff@4.0.0",
     10  "_id": "arr-diff@4.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
     13  "_location": "/arr-diff",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "arr-diff@4.0.0",
     19    "name": "arr-diff",
     20    "escapedName": "arr-diff",
     21    "rawSpec": "4.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "4.0.0"
     24  },
     25  "_requiredBy": [
     26    "/http-proxy-middleware/micromatch",
     27    "/nanomatch",
     28    "/webpack-dev-server/micromatch"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
     31  "_spec": "4.0.0",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    1237  "bugs": {
    1338    "url": "https://github.com/jonschlinkert/arr-diff/issues"
    1439  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     40  "contributors": [
     41    {
     42      "name": "Jon Schlinkert",
     43      "email": "jon.schlinkert@sellside.com",
     44      "url": "http://twitter.com/jonschlinkert"
     45    },
     46    {
     47      "name": "Paul Miller",
     48      "email": "paul+gh@paulmillr.com",
     49      "url": "paulmillr.com"
     50    }
    1851  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2652  "dependencies": {},
     53  "description": "Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.",
    2754  "devDependencies": {
    2855    "ansi-bold": "^0.1.1",
     
    3461    "mocha": "^2.4.5"
    3562  },
     63  "engines": {
     64    "node": ">=0.10.0"
     65  },
     66  "files": [
     67    "index.js"
     68  ],
     69  "homepage": "https://github.com/jonschlinkert/arr-diff",
    3670  "keywords": [
    3771    "arr",
     
    4377    "difference"
    4478  ],
     79  "license": "MIT",
     80  "main": "index.js",
     81  "name": "arr-diff",
     82  "repository": {
     83    "type": "git",
     84    "url": "git+https://github.com/jonschlinkert/arr-diff.git"
     85  },
     86  "scripts": {
     87    "test": "mocha"
     88  },
    4589  "verb": {
    4690    "toc": false,
     
    66110      "reflinks": true
    67111    }
    68   }
     112  },
     113  "version": "4.0.0"
    69114}
Note: See TracChangeset for help on using the changeset viewer.