Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/object.values/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "object.values",
    3         "version": "1.2.0",
    4         "author": "Jordan Harband <ljharb@gmail.com>",
    5         "funding": {
    6                 "url": "https://github.com/sponsors/ljharb"
    7         },
    8         "description": "ES2017 spec-compliant Object.values shim.",
    9         "license": "MIT",
    10         "main": "index.js",
    11         "scripts": {
    12                 "prepack": "npmignore --auto --commentLines=autogenerated",
    13                 "prepublish": "not-in-publish || npm run prepublishOnly",
    14                 "prepublishOnly": "safe-publish-latest",
    15                 "pretest": "npm run lint",
    16                 "test": "npm run tests-only",
    17                 "posttest": "aud --production",
    18                 "tests-only": "nyc tape 'test/**/*.js'",
    19                 "lint": "eslint --ext=js,mjs .",
    20                 "postlint": "es-shim-api --bound",
    21                 "version": "auto-changelog && git add CHANGELOG.md",
    22                 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    23         },
    24         "repository": {
    25                 "type": "git",
    26                 "url": "git://github.com/es-shims/Object.values.git"
    27         },
    28         "keywords": [
    29                 "Object.values",
    30                 "Object.keys",
    31                 "Object.entries",
    32                 "values",
    33                 "ES7",
    34                 "ES8",
    35                 "ES2017",
    36                 "shim",
    37                 "object",
    38                 "keys",
    39                 "entries",
    40                 "polyfill",
    41                 "es-shim API"
    42         ],
    43         "dependencies": {
    44                 "call-bind": "^1.0.7",
    45                 "define-properties": "^1.2.1",
    46                 "es-object-atoms": "^1.0.0"
    47         },
    48         "devDependencies": {
    49                 "@es-shims/api": "^2.4.2",
    50                 "@ljharb/eslint-config": "^21.1.0",
    51                 "array.prototype.map": "^1.0.6",
    52                 "aud": "^2.0.4",
    53                 "auto-changelog": "^2.4.0",
    54                 "eslint": "=8.8.0",
    55                 "functions-have-names": "^1.2.3",
    56                 "has-strict-mode": "^1.0.1",
    57                 "in-publish": "^2.0.1",
    58                 "npmignore": "^0.3.1",
    59                 "nyc": "^10.3.2",
    60                 "object-keys": "^1.1.1",
    61                 "safe-publish-latest": "^2.0.0",
    62                 "tape": "^5.7.5"
    63         },
    64         "testling": {
    65                 "files": "test/index.js",
    66                 "browsers": [
    67                         "iexplore/9.0..latest",
    68                         "firefox/4.0..6.0",
    69                         "firefox/15.0..latest",
    70                         "firefox/nightly",
    71                         "chrome/4.0..10.0",
    72                         "chrome/20.0..latest",
    73                         "chrome/canary",
    74                         "opera/11.6..latest",
    75                         "opera/next",
    76                         "safari/5.0..latest",
    77                         "ipad/6.0..latest",
    78                         "iphone/6.0..latest",
    79                         "android-browser/4.2"
    80                 ]
    81         },
    82         "engines": {
    83                 "node": ">= 0.4"
    84         },
    85         "auto-changelog": {
    86                 "output": "CHANGELOG.md",
    87                 "template": "keepachangelog",
    88                 "unreleased": false,
    89                 "commitLimit": false,
    90                 "backfillLimit": false,
    91                 "hideCredit": true
    92         },
    93         "publishConfig": {
    94                 "ignore": [
    95                         ".github/workflows"
    96                 ]
    97         }
     2  "_from": "object.values@1.2.0",
     3  "_id": "object.values@1.2.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-yBYjY9QX2hnRmZHAjG/f13MzmBzxzYgQhFrke06TTyKY5zSTEqkOeukBzIdVA3j3ulu8Qa3MbVFShV7T2RmGtQ==",
     6  "_location": "/object.values",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "object.values@1.2.0",
     12    "name": "object.values",
     13    "escapedName": "object.values",
     14    "rawSpec": "1.2.0",
     15    "saveSpec": null,
     16    "fetchSpec": "1.2.0"
     17  },
     18  "_requiredBy": [
     19    "/eslint-plugin-react",
     20    "/jsx-ast-utils"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/object.values/-/object.values-1.2.0.tgz",
     23  "_shasum": "65405a9d92cee68ac2d303002e0b8470a4d9ab1b",
     24  "_spec": "object.values@1.2.0",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-plugin-react",
     26  "author": {
     27    "name": "Jordan Harband",
     28    "email": "ljharb@gmail.com"
     29  },
     30  "auto-changelog": {
     31    "output": "CHANGELOG.md",
     32    "template": "keepachangelog",
     33    "unreleased": false,
     34    "commitLimit": false,
     35    "backfillLimit": false,
     36    "hideCredit": true
     37  },
     38  "bugs": {
     39    "url": "https://github.com/es-shims/Object.values/issues"
     40  },
     41  "bundleDependencies": false,
     42  "dependencies": {
     43    "call-bind": "^1.0.7",
     44    "define-properties": "^1.2.1",
     45    "es-object-atoms": "^1.0.0"
     46  },
     47  "deprecated": false,
     48  "description": "ES2017 spec-compliant Object.values shim.",
     49  "devDependencies": {
     50    "@es-shims/api": "^2.4.2",
     51    "@ljharb/eslint-config": "^21.1.0",
     52    "array.prototype.map": "^1.0.6",
     53    "aud": "^2.0.4",
     54    "auto-changelog": "^2.4.0",
     55    "eslint": "=8.8.0",
     56    "functions-have-names": "^1.2.3",
     57    "has-strict-mode": "^1.0.1",
     58    "in-publish": "^2.0.1",
     59    "npmignore": "^0.3.1",
     60    "nyc": "^10.3.2",
     61    "object-keys": "^1.1.1",
     62    "safe-publish-latest": "^2.0.0",
     63    "tape": "^5.7.5"
     64  },
     65  "engines": {
     66    "node": ">= 0.4"
     67  },
     68  "funding": {
     69    "url": "https://github.com/sponsors/ljharb"
     70  },
     71  "homepage": "https://github.com/es-shims/Object.values#readme",
     72  "keywords": [
     73    "Object.values",
     74    "Object.keys",
     75    "Object.entries",
     76    "values",
     77    "ES7",
     78    "ES8",
     79    "ES2017",
     80    "shim",
     81    "object",
     82    "keys",
     83    "entries",
     84    "polyfill",
     85    "es-shim API"
     86  ],
     87  "license": "MIT",
     88  "main": "index.js",
     89  "name": "object.values",
     90  "publishConfig": {
     91    "ignore": [
     92      ".github/workflows"
     93    ]
     94  },
     95  "repository": {
     96    "type": "git",
     97    "url": "git://github.com/es-shims/Object.values.git"
     98  },
     99  "scripts": {
     100    "lint": "eslint --ext=js,mjs .",
     101    "postlint": "es-shim-api --bound",
     102    "posttest": "aud --production",
     103    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
     104    "prepack": "npmignore --auto --commentLines=autogenerated",
     105    "prepublish": "not-in-publish || npm run prepublishOnly",
     106    "prepublishOnly": "safe-publish-latest",
     107    "pretest": "npm run lint",
     108    "test": "npm run tests-only",
     109    "tests-only": "nyc tape 'test/**/*.js'",
     110    "version": "auto-changelog && git add CHANGELOG.md"
     111  },
     112  "testling": {
     113    "files": "test/index.js",
     114    "browsers": [
     115      "iexplore/9.0..latest",
     116      "firefox/4.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/11.6..latest",
     123      "opera/next",
     124      "safari/5.0..latest",
     125      "ipad/6.0..latest",
     126      "iphone/6.0..latest",
     127      "android-browser/4.2"
     128    ]
     129  },
     130  "version": "1.2.0"
    98131}
Note: See TracChangeset for help on using the changeset viewer.