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

    rceaed42 r59329aa  
    11{
    2         "name": "has-symbols",
    3         "version": "1.0.2",
    4         "author": {
    5                 "name": "Jordan Harband",
    6                 "email": "ljharb@gmail.com",
    7                 "url": "http://ljharb.codes"
    8         },
    9         "funding": {
    10                 "url": "https://github.com/sponsors/ljharb"
    11         },
    12         "contributors": [
    13                 {
    14                         "name": "Jordan Harband",
    15                         "email": "ljharb@gmail.com",
    16                         "url": "http://ljharb.codes"
    17                 }
    18         ],
    19         "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
    20         "license": "MIT",
    21         "main": "index.js",
    22         "scripts": {
    23                 "prepublish": "safe-publish-latest",
    24                 "pretest": "npm run --silent lint",
    25                 "test": "npm run tests-only",
    26                 "posttest": "aud --production",
    27                 "tests-only": "npm run test:stock && npm run test:staging && npm run test:shams",
    28                 "test:stock": "nyc node test",
    29                 "test:staging": "nyc node --harmony --es-staging test",
    30                 "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
    31                 "test:shams:corejs": "nyc node test/shams/core-js.js",
    32                 "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
    33                 "lint": "eslint --ext=js,mjs .",
    34                 "version": "auto-changelog && git add CHANGELOG.md",
    35                 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    36         },
    37         "repository": {
    38                 "type": "git",
    39                 "url": "git://github.com/inspect-js/has-symbols.git"
    40         },
    41         "keywords": [
    42                 "Symbol",
    43                 "symbols",
    44                 "typeof",
    45                 "sham",
    46                 "polyfill",
    47                 "native",
    48                 "core-js",
    49                 "ES6"
    50         ],
    51         "devDependencies": {
    52                 "@ljharb/eslint-config": "^17.5.1",
    53                 "aud": "^1.1.4",
    54                 "auto-changelog": "^2.2.1",
    55                 "core-js": "^2.6.12",
    56                 "eslint": "^7.20.0",
    57                 "get-own-property-symbols": "^0.9.5",
    58                 "nyc": "^10.3.2",
    59                 "safe-publish-latest": "^1.1.4",
    60                 "tape": "^5.2.0"
    61         },
    62         "testling": {
    63                 "files": "test/index.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         },
    91         "greenkeeper": {
    92                 "ignore": [
    93                         "core-js"
    94                 ]
    95         }
     2  "_args": [
     3    [
     4      "has-symbols@1.0.2",
     5      "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
     6    ]
     7  ],
     8  "_development": true,
     9  "_from": "has-symbols@1.0.2",
     10  "_id": "has-symbols@1.0.2",
     11  "_inBundle": false,
     12  "_integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
     13  "_location": "/has-symbols",
     14  "_phantomChildren": {},
     15  "_requested": {
     16    "type": "version",
     17    "registry": true,
     18    "raw": "has-symbols@1.0.2",
     19    "name": "has-symbols",
     20    "escapedName": "has-symbols",
     21    "rawSpec": "1.0.2",
     22    "saveSpec": null,
     23    "fetchSpec": "1.0.2"
     24  },
     25  "_requiredBy": [
     26    "/get-intrinsic",
     27    "/has-tostringtag",
     28    "/object.assign"
     29  ],
     30  "_resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
     31  "_spec": "1.0.2",
     32  "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
     33  "author": {
     34    "name": "Jordan Harband",
     35    "email": "ljharb@gmail.com",
     36    "url": "http://ljharb.codes"
     37  },
     38  "auto-changelog": {
     39    "output": "CHANGELOG.md",
     40    "template": "keepachangelog",
     41    "unreleased": false,
     42    "commitLimit": false,
     43    "backfillLimit": false,
     44    "hideCredit": true
     45  },
     46  "bugs": {
     47    "url": "https://github.com/inspect-js/has-symbols/issues"
     48  },
     49  "contributors": [
     50    {
     51      "name": "Jordan Harband",
     52      "email": "ljharb@gmail.com",
     53      "url": "http://ljharb.codes"
     54    }
     55  ],
     56  "description": "Determine if the JS environment has Symbol support. Supports spec, or shams.",
     57  "devDependencies": {
     58    "@ljharb/eslint-config": "^17.5.1",
     59    "aud": "^1.1.4",
     60    "auto-changelog": "^2.2.1",
     61    "core-js": "^2.6.12",
     62    "eslint": "^7.20.0",
     63    "get-own-property-symbols": "^0.9.5",
     64    "nyc": "^10.3.2",
     65    "safe-publish-latest": "^1.1.4",
     66    "tape": "^5.2.0"
     67  },
     68  "engines": {
     69    "node": ">= 0.4"
     70  },
     71  "funding": {
     72    "url": "https://github.com/sponsors/ljharb"
     73  },
     74  "greenkeeper": {
     75    "ignore": [
     76      "core-js"
     77    ]
     78  },
     79  "homepage": "https://github.com/inspect-js/has-symbols#readme",
     80  "keywords": [
     81    "Symbol",
     82    "symbols",
     83    "typeof",
     84    "sham",
     85    "polyfill",
     86    "native",
     87    "core-js",
     88    "ES6"
     89  ],
     90  "license": "MIT",
     91  "main": "index.js",
     92  "name": "has-symbols",
     93  "repository": {
     94    "type": "git",
     95    "url": "git://github.com/inspect-js/has-symbols.git"
     96  },
     97  "scripts": {
     98    "lint": "eslint --ext=js,mjs .",
     99    "posttest": "aud --production",
     100    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
     101    "prepublish": "safe-publish-latest",
     102    "pretest": "npm run --silent lint",
     103    "test": "npm run tests-only",
     104    "test:shams": "npm run --silent test:shams:getownpropertysymbols && npm run --silent test:shams:corejs",
     105    "test:shams:corejs": "nyc node test/shams/core-js.js",
     106    "test:shams:getownpropertysymbols": "nyc node test/shams/get-own-property-symbols.js",
     107    "test:staging": "nyc node --harmony --es-staging test",
     108    "test:stock": "nyc node test",
     109    "tests-only": "npm run test:stock && npm run test:staging && npm run test:shams",
     110    "version": "auto-changelog && git add CHANGELOG.md"
     111  },
     112  "testling": {
     113    "files": "test/index.js",
     114    "browsers": [
     115      "iexplore/6.0..latest",
     116      "firefox/3.0..6.0",
     117      "firefox/15.0..latest",
     118      "firefox/nightly",
     119      "chrome/4.0..10.0",
     120      "chrome/20.0..latest",
     121      "chrome/canary",
     122      "opera/10.0..latest",
     123      "opera/next",
     124      "safari/4.0..latest",
     125      "ipad/6.0..latest",
     126      "iphone/6.0..latest",
     127      "android-browser/4.2"
     128    ]
     129  },
     130  "version": "1.0.2"
    96131}
Note: See TracChangeset for help on using the changeset viewer.