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

    rceaed42 r59329aa  
    11{
    2   "name": "define-property",
    3   "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
    4   "version": "2.0.2",
    5   "homepage": "https://github.com/jonschlinkert/define-property",
    6   "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
    7   "contributors": [
    8     "Brian Woodward (https://twitter.com/doowb)",
    9     "Jon Schlinkert (http://twitter.com/jonschlinkert)"
     2  "_args": [
     3    [
     4      "define-property@2.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
    107  ],
    11   "repository": "jonschlinkert/define-property",
     8  "_development": true,
     9  "_from": "define-property@2.0.2",
     10  "_id": "define-property@2.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
     13  "_location": "/define-property",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "define-property@2.0.2",
     19    "name": "define-property",
     20    "escapedName": "define-property",
     21    "rawSpec": "2.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "2.0.2"
     24  },
     25  "_requiredBy": [
     26    "/http-proxy-middleware/micromatch",
     27    "/nanomatch",
     28    "/to-regex",
     29    "/webpack-dev-server/micromatch"
     30  ],
     31  "_resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
     32  "_spec": "2.0.2",
     33  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     34  "author": {
     35    "name": "Jon Schlinkert",
     36    "url": "https://github.com/jonschlinkert"
     37  },
    1238  "bugs": {
    1339    "url": "https://github.com/jonschlinkert/define-property/issues"
    1440  },
    15   "license": "MIT",
    16   "files": [
    17     "index.js"
     41  "contributors": [
     42    {
     43      "name": "Brian Woodward",
     44      "url": "https://twitter.com/doowb"
     45    },
     46    {
     47      "name": "Jon Schlinkert",
     48      "url": "http://twitter.com/jonschlinkert"
     49    }
    1850  ],
    19   "main": "index.js",
    20   "engines": {
    21     "node": ">=0.10.0"
    22   },
    23   "scripts": {
    24     "test": "mocha"
    25   },
    2651  "dependencies": {
    2752    "is-descriptor": "^1.0.2",
    2853    "isobject": "^3.0.1"
    2954  },
     55  "description": "Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.",
    3056  "devDependencies": {
    3157    "gulp-format-md": "^1.0.0",
    3258    "mocha": "^3.5.3"
    3359  },
     60  "engines": {
     61    "node": ">=0.10.0"
     62  },
     63  "files": [
     64    "index.js"
     65  ],
     66  "homepage": "https://github.com/jonschlinkert/define-property",
    3467  "keywords": [
    3568    "define",
     
    4477    "value"
    4578  ],
     79  "license": "MIT",
     80  "main": "index.js",
     81  "name": "define-property",
     82  "repository": {
     83    "type": "git",
     84    "url": "git+https://github.com/jonschlinkert/define-property.git"
     85  },
     86  "scripts": {
     87    "test": "mocha"
     88  },
    4689  "verb": {
    4790    "toc": false,
     
    64107      "reflinks": true
    65108    }
    66   }
     109  },
     110  "version": "2.0.2"
    67111}
Note: See TracChangeset for help on using the changeset viewer.