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

    rceaed42 r59329aa  
    11{
    2   "name": "extend-shallow",
    3   "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
    4   "version": "3.0.2",
    5   "homepage": "https://github.com/jonschlinkert/extend-shallow",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    9     "Peter deHaan (http://about.me/peterdehaan)"
     2  "_args": [
     3    [
     4      "extend-shallow@3.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/extend-shallow",
     8  "_development": true,
     9  "_from": "extend-shallow@3.0.2",
     10  "_id": "extend-shallow@3.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
     13  "_location": "/extend-shallow",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "extend-shallow@3.0.2",
     19    "name": "extend-shallow",
     20    "escapedName": "extend-shallow",
     21    "rawSpec": "3.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "3.0.2"
     24  },
     25  "_requiredBy": [
     26    "/http-proxy-middleware/micromatch",
     27    "/nanomatch",
     28    "/regex-not",
     29    "/split-string",
     30    "/to-regex",
     31    "/webpack-dev-server/micromatch"
     32  ],
     33  "_resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
     34  "_spec": "3.0.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  },
    1240  "bugs": {
    1341    "url": "https://github.com/jonschlinkert/extend-shallow/issues"
    1442  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     43  "contributors": [
     44    {
     45      "name": "Jon Schlinkert",
     46      "url": "http://twitter.com/jonschlinkert"
     47    },
     48    {
     49      "name": "Peter deHaan",
     50      "url": "http://about.me/peterdehaan"
     51    }
    1852  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2653  "dependencies": {
    2754    "assign-symbols": "^1.0.0",
    2855    "is-extendable": "^1.0.1"
    2956  },
     57  "description": "Extend an object with the properties of additional objects. node.js/javascript util.",
    3058  "devDependencies": {
    3159    "array-slice": "^1.0.0",
     
    3967    "object-assign": "^4.1.1"
    4068  },
     69  "engines": {
     70    "node": ">=0.10.0"
     71  },
     72  "files": [
     73    "index.js"
     74  ],
     75  "homepage": "https://github.com/jonschlinkert/extend-shallow",
    4176  "keywords": [
    4277    "assign",
     
    5893    "value"
    5994  ],
     95  "license": "MIT",
     96  "main": "index.js",
     97  "name": "extend-shallow",
     98  "repository": {
     99    "type": "git",
     100    "url": "git+https://github.com/jonschlinkert/extend-shallow.git"
     101  },
     102  "scripts": {
     103    "test": "mocha"
     104  },
    60105  "verb": {
    61106    "toc": false,
     
    80125      "reflinks": true
    81126    }
    82   }
     127  },
     128  "version": "3.0.2"
    83129}
Note: See TracChangeset for help on using the changeset viewer.