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

    rceaed42 r59329aa  
    11{
    2   "name": "array-unique",
    3   "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
    4   "version": "0.3.2",
    5   "homepage": "https://github.com/jonschlinkert/array-unique",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/array-unique",
     2  "_args": [
     3    [
     4      "array-unique@0.3.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "array-unique@0.3.2",
     10  "_id": "array-unique@0.3.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
     13  "_location": "/array-unique",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "array-unique@0.3.2",
     19    "name": "array-unique",
     20    "escapedName": "array-unique",
     21    "rawSpec": "0.3.2",
     22    "saveSpec": null,
     23    "fetchSpec": "0.3.2"
     24  },
     25  "_requiredBy": [
     26    "/extglob",
     27    "/http-proxy-middleware/braces",
     28    "/http-proxy-middleware/micromatch",
     29    "/nanomatch",
     30    "/webpack-dev-server/braces",
     31    "/webpack-dev-server/micromatch"
     32  ],
     33  "_resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
     34  "_spec": "0.3.2",
     35  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     36  "author": {
     37    "name": "Jon Schlinkert",
     38    "url": "https://github.com/jonschlinkert"
     39  },
    840  "bugs": {
    941    "url": "https://github.com/jonschlinkert/array-unique/issues"
    1042  },
    11   "license": "MIT",
    12   "files": [
    13     "index.js",
    14     "LICENSE",
    15     "README.md"
    16   ],
    17   "main": "index.js",
    18   "engines": {
    19     "node": ">=0.10.0"
    20   },
    21   "scripts": {
    22     "test": "mocha"
    23   },
     43  "description": "Remove duplicate values from an array. Fastest ES5 implementation.",
    2444  "devDependencies": {
    2545    "array-uniq": "^1.0.2",
     
    2949    "should": "^10.0.0"
    3050  },
     51  "engines": {
     52    "node": ">=0.10.0"
     53  },
     54  "files": [
     55    "index.js",
     56    "LICENSE",
     57    "README.md"
     58  ],
     59  "homepage": "https://github.com/jonschlinkert/array-unique",
    3160  "keywords": [
    3261    "array",
    3362    "unique"
    3463  ],
     64  "license": "MIT",
     65  "main": "index.js",
     66  "name": "array-unique",
     67  "repository": {
     68    "type": "git",
     69    "url": "git+https://github.com/jonschlinkert/array-unique.git"
     70  },
     71  "scripts": {
     72    "test": "mocha"
     73  },
    3574  "verb": {
    3675    "toc": false,
     
    5998      "reflinks": true
    6099    }
    61   }
     100  },
     101  "version": "0.3.2"
    62102}
Note: See TracChangeset for help on using the changeset viewer.