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/regexp.prototype.flags/package.json

    rceaed42 r59329aa  
    11{
    2         "name": "regexp.prototype.flags",
    3         "version": "1.3.1",
    4         "author": "Jordan Harband <ljharb@gmail.com>",
    5         "funding": {
    6                 "url": "https://github.com/sponsors/ljharb"
    7         },
    8         "description": "ES6 spec-compliant RegExp.prototype.flags shim.",
    9         "license": "MIT",
    10         "main": "index.js",
    11         "scripts": {
    12                 "prepublish": "safe-publish-latest",
    13                 "pretest": "npm run lint",
    14                 "test": "npm run tests-only",
    15                 "posttest": "aud --production",
    16                 "tests-only": "nyc tape 'test/**/*.js'",
    17                 "lint": "eslint .",
    18                 "postlint": "es-shim-api --bound",
    19                 "eccheck": "eclint check *.js **/*.js > /dev/null",
    20                 "version": "auto-changelog && git add CHANGELOG.md",
    21                 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    22         },
    23         "repository": {
    24                 "type": "git",
    25                 "url": "git://github.com/es-shims/RegExp.prototype.flags.git"
    26         },
    27         "keywords": [
    28                 "RegExp.prototype.flags",
    29                 "regex",
    30                 "regular expression",
    31                 "ES6",
    32                 "shim",
    33                 "flag",
    34                 "flags",
    35                 "regexp",
    36                 "RegExp#flags",
    37                 "polyfill",
    38                 "es-shim API"
    39         ],
    40         "dependencies": {
    41                 "call-bind": "^1.0.2",
    42                 "define-properties": "^1.1.3"
    43         },
    44         "devDependencies": {
    45                 "@es-shims/api": "^2.1.2",
    46                 "@ljharb/eslint-config": "^17.3.0",
    47                 "aud": "^1.1.3",
    48                 "auto-changelog": "^2.2.1",
    49                 "covert": "^1.1.1",
    50                 "eclint": "^2.8.1",
    51                 "eslint": "^7.17.0",
    52                 "functions-have-names": "^1.2.2",
    53                 "has": "^1.0.3",
    54                 "has-strict-mode": "^1.0.1",
    55                 "nyc": "^10.3.2",
    56                 "object-inspect": "^1.9.0",
    57                 "safe-publish-latest": "^1.1.4",
    58                 "tape": "^5.1.1"
    59         },
    60         "testling": {
    61                 "files": "test/index.js",
    62                 "browsers": [
    63                         "iexplore/9.0..latest",
    64                         "firefox/4.0..6.0",
    65                         "firefox/15.0..latest",
    66                         "firefox/nightly",
    67                         "chrome/4.0..10.0",
    68                         "chrome/20.0..latest",
    69                         "chrome/canary",
    70                         "opera/11.6..latest",
    71                         "opera/next",
    72                         "safari/5.0..latest",
    73                         "ipad/6.0..latest",
    74                         "iphone/6.0..latest",
    75                         "android-browser/4.2"
    76                 ]
    77         },
    78         "engines": {
    79                 "node": ">= 0.4"
    80         },
    81         "auto-changelog": {
    82                 "output": "CHANGELOG.md",
    83                 "template": "keepachangelog",
    84                 "unreleased": false,
    85                 "commitLimit": false,
    86                 "backfillLimit": false,
    87                 "hideCredit": true
    88         }
     2  "_args": [
     3    [
     4      "regexp.prototype.flags@1.3.1",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "regexp.prototype.flags@1.3.1",
     10  "_id": "regexp.prototype.flags@1.3.1",
     11  "_inBundle": false,
     12  "_integrity": "sha512-JiBdRBq91WlY7uRJ0ds7R+dU02i6LKi8r3BuQhNXn+kmeLN+EfHhfjqMRis1zJxnlu88hq/4dx0P2OP3APRTOA==",
     13  "_location": "/regexp.prototype.flags",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "regexp.prototype.flags@1.3.1",
     19    "name": "regexp.prototype.flags",
     20    "escapedName": "regexp.prototype.flags",
     21    "rawSpec": "1.3.1",
     22    "saveSpec": null,
     23    "fetchSpec": "1.3.1"
     24  },
     25  "_requiredBy": [
     26    "/deep-equal"
     27  ],
     28  "_resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.1.tgz",
     29  "_spec": "1.3.1",
     30  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     31  "author": {
     32    "name": "Jordan Harband",
     33    "email": "ljharb@gmail.com"
     34  },
     35  "auto-changelog": {
     36    "output": "CHANGELOG.md",
     37    "template": "keepachangelog",
     38    "unreleased": false,
     39    "commitLimit": false,
     40    "backfillLimit": false,
     41    "hideCredit": true
     42  },
     43  "bugs": {
     44    "url": "https://github.com/es-shims/RegExp.prototype.flags/issues"
     45  },
     46  "dependencies": {
     47    "call-bind": "^1.0.2",
     48    "define-properties": "^1.1.3"
     49  },
     50  "description": "ES6 spec-compliant RegExp.prototype.flags shim.",
     51  "devDependencies": {
     52    "@es-shims/api": "^2.1.2",
     53    "@ljharb/eslint-config": "^17.3.0",
     54    "aud": "^1.1.3",
     55    "auto-changelog": "^2.2.1",
     56    "covert": "^1.1.1",
     57    "eclint": "^2.8.1",
     58    "eslint": "^7.17.0",
     59    "functions-have-names": "^1.2.2",
     60    "has": "^1.0.3",
     61    "has-strict-mode": "^1.0.1",
     62    "nyc": "^10.3.2",
     63    "object-inspect": "^1.9.0",
     64    "safe-publish-latest": "^1.1.4",
     65    "tape": "^5.1.1"
     66  },
     67  "engines": {
     68    "node": ">= 0.4"
     69  },
     70  "funding": {
     71    "url": "https://github.com/sponsors/ljharb"
     72  },
     73  "homepage": "https://github.com/es-shims/RegExp.prototype.flags#readme",
     74  "keywords": [
     75    "RegExp.prototype.flags",
     76    "regex",
     77    "regular expression",
     78    "ES6",
     79    "shim",
     80    "flag",
     81    "flags",
     82    "regexp",
     83    "RegExp#flags",
     84    "polyfill",
     85    "es-shim API"
     86  ],
     87  "license": "MIT",
     88  "main": "index.js",
     89  "name": "regexp.prototype.flags",
     90  "repository": {
     91    "type": "git",
     92    "url": "git://github.com/es-shims/RegExp.prototype.flags.git"
     93  },
     94  "scripts": {
     95    "eccheck": "eclint check *.js **/*.js > /dev/null",
     96    "lint": "eslint .",
     97    "postlint": "es-shim-api --bound",
     98    "posttest": "aud --production",
     99    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
     100    "prepublish": "safe-publish-latest",
     101    "pretest": "npm run lint",
     102    "test": "npm run tests-only",
     103    "tests-only": "nyc tape 'test/**/*.js'",
     104    "version": "auto-changelog && git add CHANGELOG.md"
     105  },
     106  "testling": {
     107    "files": "test/index.js",
     108    "browsers": [
     109      "iexplore/9.0..latest",
     110      "firefox/4.0..6.0",
     111      "firefox/15.0..latest",
     112      "firefox/nightly",
     113      "chrome/4.0..10.0",
     114      "chrome/20.0..latest",
     115      "chrome/canary",
     116      "opera/11.6..latest",
     117      "opera/next",
     118      "safari/5.0..latest",
     119      "ipad/6.0..latest",
     120      "iphone/6.0..latest",
     121      "android-browser/4.2"
     122    ]
     123  },
     124  "version": "1.3.1"
    89125}
Note: See TracChangeset for help on using the changeset viewer.