Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

Location:
trip-planner-front/node_modules/base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/base/node_modules/define-property/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "define-property",
    3   "description": "Define a non-enumerable property on an object.",
    4   "version": "1.0.0",
    5   "homepage": "https://github.com/jonschlinkert/define-property",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "repository": "jonschlinkert/define-property",
     2  "_args": [
     3    [
     4      "define-property@1.0.0",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "define-property@1.0.0",
     10  "_id": "define-property@1.0.0",
     11  "_inBundle": false,
     12  "_integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
     13  "_location": "/base/define-property",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "define-property@1.0.0",
     19    "name": "define-property",
     20    "escapedName": "define-property",
     21    "rawSpec": "1.0.0",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.0"
     24  },
     25  "_requiredBy": [
     26    "/base"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/define-property/-/define-property-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  },
    835  "bugs": {
    936    "url": "https://github.com/jonschlinkert/define-property/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"
    2137  },
    2238  "dependencies": {
    2339    "is-descriptor": "^1.0.0"
    2440  },
     41  "description": "Define a non-enumerable property on an object.",
    2542  "devDependencies": {
    2643    "gulp-format-md": "^0.1.12",
    2744    "mocha": "^3.2.0"
    2845  },
     46  "engines": {
     47    "node": ">=0.10.0"
     48  },
     49  "files": [
     50    "index.js"
     51  ],
     52  "homepage": "https://github.com/jonschlinkert/define-property",
    2953  "keywords": [
    3054    "define",
     
    3963    "value"
    4064  ],
     65  "license": "MIT",
     66  "main": "index.js",
     67  "name": "define-property",
     68  "repository": {
     69    "type": "git",
     70    "url": "git+https://github.com/jonschlinkert/define-property.git"
     71  },
     72  "scripts": {
     73    "test": "mocha"
     74  },
    4175  "verb": {
    4276    "related": {
     
    5993      "reflinks": true
    6094    }
    61   }
     95  },
     96  "version": "1.0.0"
    6297}
  • trip-planner-front/node_modules/base/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "base",
    3   "description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
    4   "version": "0.11.2",
    5   "homepage": "https://github.com/node-base/base",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "maintainers": [
    8     "Brian Woodward (https://github.com/doowb)",
    9     "Jon Schlinkert (https://github.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "base@0.11.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "contributors": [
    12     "Brian Woodward (https://twitter.com/doowb)",
    13     "John O'Donnell (https://github.com/criticalmash)",
    14     "Jon Schlinkert (http://twitter.com/jonschlinkert)",
    15     "tunnckoCore (https://i.am.charlike.online)",
    16     "(https://github.com/wtgtybhertgeghgtwtg)"
     8  "_development": true,
     9  "_from": "base@0.11.2",
     10  "_id": "base@0.11.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
     13  "_location": "/base",
     14  "_phantomChildren": {
     15    "is-descriptor": "1.0.2"
     16  },
     17  "_requested": {
     18    "type": "version",
     19    "registry": true,
     20    "raw": "base@0.11.2",
     21    "name": "base",
     22    "escapedName": "base",
     23    "rawSpec": "0.11.2",
     24    "saveSpec": null,
     25    "fetchSpec": "0.11.2"
     26  },
     27  "_requiredBy": [
     28    "/snapdragon"
    1729  ],
    18   "repository": "node-base/base",
     30  "_resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
     31  "_spec": "0.11.2",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jon Schlinkert",
     35    "url": "https://github.com/jonschlinkert"
     36  },
    1937  "bugs": {
    2038    "url": "https://github.com/node-base/base/issues"
    2139  },
    22   "license": "MIT",
    23   "files": [
    24     "index.js"
     40  "contributors": [
     41    {
     42      "name": "Brian Woodward",
     43      "url": "https://twitter.com/doowb"
     44    },
     45    {
     46      "name": "John O'Donnell",
     47      "url": "https://github.com/criticalmash"
     48    },
     49    {
     50      "name": "Jon Schlinkert",
     51      "url": "http://twitter.com/jonschlinkert"
     52    },
     53    {
     54      "name": "tunnckoCore",
     55      "url": "https://i.am.charlike.online"
     56    },
     57    {
     58      "url": "https://github.com/wtgtybhertgeghgtwtg"
     59    }
    2560  ],
    26   "main": "index.js",
    27   "engines": {
    28     "node": ">=0.10.0"
    29   },
    30   "scripts": {
    31     "test": "mocha"
    32   },
    3361  "dependencies": {
    3462    "cache-base": "^1.0.1",
     
    4068    "pascalcase": "^0.1.1"
    4169  },
     70  "description": "base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.",
    4271  "devDependencies": {
    4372    "gulp": "^3.9.1",
     
    5281    "verb-generate-readme": "^0.6.0"
    5382  },
     83  "engines": {
     84    "node": ">=0.10.0"
     85  },
     86  "files": [
     87    "index.js"
     88  ],
     89  "homepage": "https://github.com/node-base/base",
    5490  "keywords": [
    5591    "base",
     
    65101    "visit"
    66102  ],
     103  "license": "MIT",
     104  "main": "index.js",
     105  "maintainers": [
     106    {
     107      "name": "Brian Woodward",
     108      "url": "https://github.com/doowb"
     109    },
     110    {
     111      "name": "Jon Schlinkert",
     112      "url": "https://github.com/jonschlinkert"
     113    }
     114  ],
     115  "name": "base",
     116  "repository": {
     117    "type": "git",
     118    "url": "git+https://github.com/node-base/base.git"
     119  },
     120  "scripts": {
     121    "test": "mocha"
     122  },
    67123  "verb": {
    68124    "run": true,
     
    108164      "reflinks": true
    109165    }
    110   }
     166  },
     167  "version": "0.11.2"
    111168}
Note: See TracChangeset for help on using the changeset viewer.