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

    rceaed42 r59329aa  
    11{
    2   "name": "collection-visit",
    3   "description": "Visit a method over the items in an object, or map visit over the objects in an array.",
    4   "version": "1.0.0",
    5   "homepage": "https://github.com/jonschlinkert/collection-visit",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward <brian.woodward@gmail.com> (https://twitter.com/doowb)",
    9     "Jon Schlinkert <jon.schlinkert@sellside.com> (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "collection-visit@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/collection-visit",
     8  "_development": true,
     9  "_from": "collection-visit@1.0.0",
     10  "_id": "collection-visit@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
     13  "_location": "/collection-visit",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "collection-visit@1.0.0",
     19    "name": "collection-visit",
     20    "escapedName": "collection-visit",
     21    "rawSpec": "1.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.0"
     24  },
     25  "_requiredBy": [
     26    "/cache-base"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
     29  "_spec": "1.0.0",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jon Schlinkert",
     33    "url": "https://github.com/jonschlinkert"
     34  },
    1235  "bugs": {
    1336    "url": "https://github.com/jonschlinkert/collection-visit/issues"
    1437  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     38  "contributors": [
     39    {
     40      "name": "Brian Woodward",
     41      "email": "brian.woodward@gmail.com",
     42      "url": "https://twitter.com/doowb"
     43    },
     44    {
     45      "name": "Jon Schlinkert",
     46      "email": "jon.schlinkert@sellside.com",
     47      "url": "http://twitter.com/jonschlinkert"
     48    }
    1849  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2650  "dependencies": {
    2751    "map-visit": "^1.0.0",
    2852    "object-visit": "^1.0.0"
    2953  },
     54  "description": "Visit a method over the items in an object, or map visit over the objects in an array.",
    3055  "devDependencies": {
    3156    "clone-deep": "^0.2.4",
     
    3762    "mocha": "^3.2.0"
    3863  },
     64  "engines": {
     65    "node": ">=0.10.0"
     66  },
     67  "files": [
     68    "index.js"
     69  ],
     70  "homepage": "https://github.com/jonschlinkert/collection-visit",
    3971  "keywords": [
    4072    "array",
     
    5486    "visitor"
    5587  ],
     88  "license": "MIT",
     89  "main": "index.js",
     90  "name": "collection-visit",
     91  "repository": {
     92    "type": "git",
     93    "url": "git+https://github.com/jonschlinkert/collection-visit.git"
     94  },
     95  "scripts": {
     96    "test": "mocha"
     97  },
    5698  "verb": {
    5799    "related": {
     
    73115      "reflinks": true
    74116    }
    75   }
     117  },
     118  "version": "1.0.0"
    76119}
Note: See TracChangeset for help on using the changeset viewer.