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

    rceaed42 r59329aa  
    11{
    2   "name": "has",
    3   "description": "Object.prototype.hasOwnProperty.call shortcut",
    4   "version": "1.0.3",
    5   "homepage": "https://github.com/tarruda/has",
     2  "_args": [
     3    [
     4      "has@1.0.3",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "has@1.0.3",
     10  "_id": "has@1.0.3",
     11  "_inBundle": false,
     12  "_integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
     13  "_location": "/has",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "has@1.0.3",
     19    "name": "has",
     20    "escapedName": "has",
     21    "rawSpec": "1.0.3",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.3"
     24  },
     25  "_requiredBy": [
     26    "/get-intrinsic",
     27    "/is-core-module"
     28  ],
     29  "_resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
     30  "_spec": "1.0.3",
     31  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
    632  "author": {
    733    "name": "Thiago de Arruda",
    834    "email": "tpadilha84@gmail.com"
    935  },
    10  "contributors": [
     36  "bugs": {
     37    "url": "https://github.com/tarruda/has/issues"
     38  },
     39  "contributors": [
    1140    {
    1241      "name": "Jordan Harband",
     
    1544    }
    1645  ],
    17   "repository": {
    18     "type": "git",
    19     "url": "git://github.com/tarruda/has.git"
     46  "dependencies": {
     47    "function-bind": "^1.1.1"
    2048  },
    21   "bugs": {
    22     "url": "https://github.com/tarruda/has/issues"
     49  "description": "Object.prototype.hasOwnProperty.call shortcut",
     50  "devDependencies": {
     51    "@ljharb/eslint-config": "^12.2.1",
     52    "eslint": "^4.19.1",
     53    "tape": "^4.9.0"
    2354  },
     55  "engines": {
     56    "node": ">= 0.4.0"
     57  },
     58  "homepage": "https://github.com/tarruda/has",
    2459  "license": "MIT",
    2560  "licenses": [
     
    3065  ],
    3166  "main": "./src",
    32   "dependencies": {
    33     "function-bind": "^1.1.1"
    34   },
    35   "devDependencies": {
    36     "@ljharb/eslint-config": "^12.2.1",
    37     "eslint": "^4.19.1",
    38     "tape": "^4.9.0"
    39   },
    40   "engines": {
    41     "node": ">= 0.4.0"
     67  "name": "has",
     68  "repository": {
     69    "type": "git",
     70    "url": "git://github.com/tarruda/has.git"
    4271  },
    4372  "scripts": {
     
    4574    "pretest": "npm run lint",
    4675    "test": "tape test"
    47   }
     76  },
     77  "version": "1.0.3"
    4878}
Note: See TracChangeset for help on using the changeset viewer.