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

    rceaed42 r59329aa  
    11{
    2   "name": "object-visit",
    3   "description": "Call a specified method on each value in the given object.",
    4   "version": "1.0.1",
    5   "homepage": "https://github.com/jonschlinkert/object-visit",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/object-visit",
     2  "_args": [
     3    [
     4      "object-visit@1.0.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "object-visit@1.0.1",
     10  "_id": "object-visit@1.0.1",
     11  "_inBundle": false,
     12  "_integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
     13  "_location": "/object-visit",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "object-visit@1.0.1",
     19    "name": "object-visit",
     20    "escapedName": "object-visit",
     21    "rawSpec": "1.0.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.1"
     24  },
     25  "_requiredBy": [
     26    "/collection-visit",
     27    "/map-visit"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
     30  "_spec": "1.0.1",
     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/object-visit/issues"
    10   },
    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"
    2138  },
    2239  "dependencies": {
    2340    "isobject": "^3.0.0"
    2441  },
     42  "description": "Call a specified method on each value in the given object.",
    2543  "devDependencies": {
    2644    "gulp": "^3.9.1",
     
    3149    "mocha": "^3.2.0"
    3250  },
     51  "engines": {
     52    "node": ">=0.10.0"
     53  },
     54  "files": [
     55    "index.js"
     56  ],
     57  "homepage": "https://github.com/jonschlinkert/object-visit",
    3358  "keywords": [
    3459    "context",
     
    4267    "visitor"
    4368  ],
     69  "license": "MIT",
     70  "main": "index.js",
     71  "name": "object-visit",
     72  "repository": {
     73    "type": "git",
     74    "url": "git+https://github.com/jonschlinkert/object-visit.git"
     75  },
     76  "scripts": {
     77    "test": "mocha"
     78  },
    4479  "verb": {
    4580    "related": {
     
    6297      "reflinks": true
    6398    }
    64   }
     99  },
     100  "version": "1.0.1"
    65101}
Note: See TracChangeset for help on using the changeset viewer.