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

    rceaed42 r59329aa  
    11{
    2         "name": "call-bind",
    3         "version": "1.0.2",
    4         "description": "Robustly `.call.bind()` a function",
    5         "main": "index.js",
    6         "exports": {
    7                 ".": [
    8                         {
    9                                 "default": "./index.js"
    10                         },
    11                         "./index.js"
    12                 ],
    13                 "./callBound": [
    14                         {
    15                                 "default": "./callBound.js"
    16                         },
    17                         "./callBound.js"
    18                 ],
    19                 "./package.json": "./package.json"
    20         },
    21         "scripts": {
    22                 "prepublish": "safe-publish-latest",
    23                 "lint": "eslint --ext=.js,.mjs .",
    24                 "pretest": "npm run lint",
    25                 "tests-only": "nyc tape 'test/*'",
    26                 "test": "npm run tests-only",
    27                 "posttest": "aud --production",
    28                 "version": "auto-changelog && git add CHANGELOG.md",
    29                 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    30         },
    31         "repository": {
    32                 "type": "git",
    33                 "url": "git+https://github.com/ljharb/call-bind.git"
    34         },
    35         "keywords": [
    36                 "javascript",
    37                 "ecmascript",
    38                 "es",
    39                 "js",
    40                 "callbind",
    41                 "callbound",
    42                 "call",
    43                 "bind",
    44                 "bound",
    45                 "call-bind",
    46                 "call-bound",
    47                 "function",
    48                 "es-abstract"
    49         ],
    50         "author": "Jordan Harband <ljharb@gmail.com>",
    51         "funding": {
    52                 "url": "https://github.com/sponsors/ljharb"
    53         },
    54         "license": "MIT",
    55         "bugs": {
    56                 "url": "https://github.com/ljharb/call-bind/issues"
    57         },
    58         "homepage": "https://github.com/ljharb/call-bind#readme",
    59         "devDependencies": {
    60                 "@ljharb/eslint-config": "^17.3.0",
    61                 "aud": "^1.1.3",
    62                 "auto-changelog": "^2.2.1",
    63                 "eslint": "^7.17.0",
    64                 "nyc": "^10.3.2",
    65                 "safe-publish-latest": "^1.1.4",
    66                 "tape": "^5.1.1"
    67         },
    68         "dependencies": {
    69                 "function-bind": "^1.1.1",
    70                 "get-intrinsic": "^1.0.2"
    71         },
    72         "auto-changelog": {
    73                 "output": "CHANGELOG.md",
    74                 "template": "keepachangelog",
    75                 "unreleased": false,
    76                 "commitLimit": false,
    77                 "backfillLimit": false,
    78                 "hideCredit": true
    79         }
     2  "_args": [
     3    [
     4      "call-bind@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "call-bind@1.0.2",
     10  "_id": "call-bind@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
     13  "_location": "/call-bind",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "call-bind@1.0.2",
     19    "name": "call-bind",
     20    "escapedName": "call-bind",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/is-arguments",
     27    "/is-regex",
     28    "/object-is",
     29    "/object.assign",
     30    "/regexp.prototype.flags"
     31  ],
     32  "_resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
     33  "_spec": "1.0.2",
     34  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     35  "author": {
     36    "name": "Jordan Harband",
     37    "email": "ljharb@gmail.com"
     38  },
     39  "auto-changelog": {
     40    "output": "CHANGELOG.md",
     41    "template": "keepachangelog",
     42    "unreleased": false,
     43    "commitLimit": false,
     44    "backfillLimit": false,
     45    "hideCredit": true
     46  },
     47  "bugs": {
     48    "url": "https://github.com/ljharb/call-bind/issues"
     49  },
     50  "dependencies": {
     51    "function-bind": "^1.1.1",
     52    "get-intrinsic": "^1.0.2"
     53  },
     54  "description": "Robustly `.call.bind()` a function",
     55  "devDependencies": {
     56    "@ljharb/eslint-config": "^17.3.0",
     57    "aud": "^1.1.3",
     58    "auto-changelog": "^2.2.1",
     59    "eslint": "^7.17.0",
     60    "nyc": "^10.3.2",
     61    "safe-publish-latest": "^1.1.4",
     62    "tape": "^5.1.1"
     63  },
     64  "exports": {
     65    ".": [
     66      {
     67        "default": "./index.js"
     68      },
     69      "./index.js"
     70    ],
     71    "./callBound": [
     72      {
     73        "default": "./callBound.js"
     74      },
     75      "./callBound.js"
     76    ],
     77    "./package.json": "./package.json"
     78  },
     79  "funding": {
     80    "url": "https://github.com/sponsors/ljharb"
     81  },
     82  "homepage": "https://github.com/ljharb/call-bind#readme",
     83  "keywords": [
     84    "javascript",
     85    "ecmascript",
     86    "es",
     87    "js",
     88    "callbind",
     89    "callbound",
     90    "call",
     91    "bind",
     92    "bound",
     93    "call-bind",
     94    "call-bound",
     95    "function",
     96    "es-abstract"
     97  ],
     98  "license": "MIT",
     99  "main": "index.js",
     100  "name": "call-bind",
     101  "repository": {
     102    "type": "git",
     103    "url": "git+https://github.com/ljharb/call-bind.git"
     104  },
     105  "scripts": {
     106    "lint": "eslint --ext=.js,.mjs .",
     107    "posttest": "aud --production",
     108    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
     109    "prepublish": "safe-publish-latest",
     110    "pretest": "npm run lint",
     111    "test": "npm run tests-only",
     112    "tests-only": "nyc tape 'test/*'",
     113    "version": "auto-changelog && git add CHANGELOG.md"
     114  },
     115  "version": "1.0.2"
    80116}
Note: See TracChangeset for help on using the changeset viewer.