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

    rceaed42 r59329aa  
    11{
    2         "name": "is-arguments",
    3         "version": "1.1.1",
    4         "description": "Is this an arguments object? It's a harder question than you think.",
    5         "author": {
    6                 "name": "Jordan Harband",
    7                 "email": "ljharb@gmail.com",
    8                 "url": "http://ljharb.codes"
    9         },
    10         "funding": {
    11                 "url": "https://github.com/sponsors/ljharb"
    12         },
    13         "contributors": [
    14                 {
    15                         "name": "Jordan Harband",
    16                         "email": "ljharb@gmail.com",
    17                         "url": "http://ljharb.codes"
    18                 }
    19         ],
    20         "license": "MIT",
    21         "main": "index.js",
    22         "scripts": {
    23                 "prepublishOnly": "safe-publish-latest",
    24                 "prepublish": "not-in-publish || npm run prepublishOnly",
    25                 "pretest": "npm run --silent lint",
    26                 "test": "npm run tests-only",
    27                 "tests-only": "nyc tape 'test/**/*.js'",
    28                 "posttest": "npx aud --production",
    29                 "lint": "eslint .",
    30                 "version": "auto-changelog && git add CHANGELOG.md",
    31                 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    32         },
    33         "repository": {
    34                 "type": "git",
    35                 "url": "git://github.com/inspect-js/is-arguments.git"
    36         },
    37         "bugs": {
    38                 "url": "https://github.com/inspect-js/is-arguments/issues"
    39         },
    40         "homepage": "https://github.com/inspect-js/is-arguments",
    41         "keywords": [
    42                 "arguments",
    43                 "js",
    44                 "javascript",
    45                 "is-arguments",
    46                 "is",
    47                 "object"
    48         ],
    49         "dependencies": {
    50                 "call-bind": "^1.0.2",
    51                 "has-tostringtag": "^1.0.0"
    52         },
    53         "devDependencies": {
    54                 "@ljharb/eslint-config": "^17.6.0",
    55                 "aud": "^1.1.5",
    56                 "auto-changelog": "^2.3.0",
    57                 "eslint": "^7.32.0",
    58                 "nyc": "^10.3.2",
    59                 "safe-publish-latest": "^1.1.4",
    60                 "tape": "^5.3.0"
    61         },
    62         "testling": {
    63                 "files": "test.js",
    64                 "browsers": [
    65                         "iexplore/6.0..latest",
    66                         "firefox/3.0..6.0",
    67                         "firefox/15.0..latest",
    68                         "firefox/nightly",
    69                         "chrome/4.0..10.0",
    70                         "chrome/20.0..latest",
    71                         "chrome/canary",
    72                         "opera/10.0..latest",
    73                         "opera/next",
    74                         "safari/4.0..latest",
    75                         "ipad/6.0..latest",
    76                         "iphone/6.0..latest",
    77                         "android-browser/4.2"
    78                 ]
    79         },
    80         "engines": {
    81                 "node": ">= 0.4"
    82         },
    83         "auto-changelog": {
    84                 "output": "CHANGELOG.md",
    85                 "template": "keepachangelog",
    86                 "unreleased": false,
    87                 "commitLimit": false,
    88                 "backfillLimit": false,
    89                 "hideCredit": true
    90         }
     2  "_args": [
     3    [
     4      "is-arguments@1.1.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "is-arguments@1.1.1",
     10  "_id": "is-arguments@1.1.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==",
     13  "_location": "/is-arguments",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "is-arguments@1.1.1",
     19    "name": "is-arguments",
     20    "escapedName": "is-arguments",
     21    "rawSpec": "1.1.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.1.1"
     24  },
     25  "_requiredBy": [
     26    "/deep-equal"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz",
     29  "_spec": "1.1.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jordan Harband",
     33    "email": "ljharb@gmail.com",
     34    "url": "http://ljharb.codes"
     35  },
     36  "auto-changelog": {
     37    "output": "CHANGELOG.md",
     38    "template": "keepachangelog",
     39    "unreleased": false,
     40    "commitLimit": false,
     41    "backfillLimit": false,
     42    "hideCredit": true
     43  },
     44  "bugs": {
     45    "url": "https://github.com/inspect-js/is-arguments/issues"
     46  },
     47  "contributors": [
     48    {
     49      "name": "Jordan Harband",
     50      "email": "ljharb@gmail.com",
     51      "url": "http://ljharb.codes"
     52    }
     53  ],
     54  "dependencies": {
     55    "call-bind": "^1.0.2",
     56    "has-tostringtag": "^1.0.0"
     57  },
     58  "description": "Is this an arguments object? It's a harder question than you think.",
     59  "devDependencies": {
     60    "@ljharb/eslint-config": "^17.6.0",
     61    "aud": "^1.1.5",
     62    "auto-changelog": "^2.3.0",
     63    "eslint": "^7.32.0",
     64    "nyc": "^10.3.2",
     65    "safe-publish-latest": "^1.1.4",
     66    "tape": "^5.3.0"
     67  },
     68  "engines": {
     69    "node": ">= 0.4"
     70  },
     71  "funding": {
     72    "url": "https://github.com/sponsors/ljharb"
     73  },
     74  "homepage": "https://github.com/inspect-js/is-arguments",
     75  "keywords": [
     76    "arguments",
     77    "js",
     78    "javascript",
     79    "is-arguments",
     80    "is",
     81    "object"
     82  ],
     83  "license": "MIT",
     84  "main": "index.js",
     85  "name": "is-arguments",
     86  "repository": {
     87    "type": "git",
     88    "url": "git://github.com/inspect-js/is-arguments.git"
     89  },
     90  "scripts": {
     91    "lint": "eslint .",
     92    "posttest": "npx aud --production",
     93    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
     94    "prepublish": "not-in-publish || npm run prepublishOnly",
     95    "prepublishOnly": "safe-publish-latest",
     96    "pretest": "npm run --silent lint",
     97    "test": "npm run tests-only",
     98    "tests-only": "nyc tape 'test/**/*.js'",
     99    "version": "auto-changelog && git add CHANGELOG.md"
     100  },
     101  "testling": {
     102    "files": "test.js",
     103    "browsers": [
     104      "iexplore/6.0..latest",
     105      "firefox/3.0..6.0",
     106      "firefox/15.0..latest",
     107      "firefox/nightly",
     108      "chrome/4.0..10.0",
     109      "chrome/20.0..latest",
     110      "chrome/canary",
     111      "opera/10.0..latest",
     112      "opera/next",
     113      "safari/4.0..latest",
     114      "ipad/6.0..latest",
     115      "iphone/6.0..latest",
     116      "android-browser/4.2"
     117    ]
     118  },
     119  "version": "1.1.1"
    91120}
Note: See TracChangeset for help on using the changeset viewer.