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

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/string.prototype.trimstart/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "string.prototype.trimstart",
    3         "version": "1.0.8",
    4         "author": "Jordan Harband <ljharb@gmail.com>",
    5         "contributors": [
    6                 "Jordan Harband <ljharb@gmail.com>",
    7                 "Khaled Al-Ansari <khaledelansari@gmail.com>"
    8         ],
    9         "funding": {
    10                 "url": "https://github.com/sponsors/ljharb"
    11         },
    12         "description": "ES2019 spec-compliant String.prototype.trimStart shim.",
    13         "license": "MIT",
    14         "main": "index.js",
    15         "scripts": {
    16                 "prepack": "npmignore --auto --commentLines=autogenerated",
    17                 "prepublishOnly": "safe-publish-latest",
    18                 "prepublish": "not-in-publish || npm run prepublishOnly",
    19                 "lint": "eslint --ext=js,mjs .",
    20                 "postlint": "es-shim-api --bound",
    21                 "pretest": "npm run lint",
    22                 "test": "npm run tests-only",
    23                 "posttest": "aud --production",
    24                 "tests-only": "nyc tape 'test/**/*.js'",
    25                 "version": "auto-changelog && git add CHANGELOG.md",
    26                 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    27         },
    28         "repository": {
    29                 "type": "git",
    30                 "url": "git://github.com/es-shims/String.prototype.trimStart.git"
    31         },
    32         "keywords": [
    33                 "es6",
    34                 "es7",
    35                 "es8",
    36                 "javascript",
    37                 "prototype",
    38                 "polyfill",
    39                 "utility",
    40                 "trim",
    41                 "trimLeft",
    42                 "trimRight",
    43                 "trimStart",
    44                 "trimEnd",
    45                 "tc39"
    46         ],
    47         "devDependencies": {
    48                 "@es-shims/api": "^2.4.2",
    49                 "@ljharb/eslint-config": "^21.1.0",
    50                 "aud": "^2.0.4",
    51                 "auto-changelog": "^2.4.0",
    52                 "eslint": "=8.8.0",
    53                 "functions-have-names": "^1.2.3",
    54                 "has-strict-mode": "^1.0.1",
    55                 "in-publish": "^2.0.1",
    56                 "npmignore": "^0.3.1",
    57                 "nyc": "^10.3.2",
    58                 "safe-publish-latest": "^2.0.0",
    59                 "tape": "^5.7.5"
    60         },
    61         "auto-changelog": {
    62                 "output": "CHANGELOG.md",
    63                 "template": "keepachangelog",
    64                 "unreleased": false,
    65                 "commitLimit": false,
    66                 "backfillLimit": false,
    67                 "hideCredit": true
    68         },
    69         "dependencies": {
    70                 "call-bind": "^1.0.7",
    71                 "define-properties": "^1.2.1",
    72                 "es-object-atoms": "^1.0.0"
    73         },
    74         "publishConfig": {
    75                 "ignore": [
    76                         ".github/workflows"
    77                 ]
    78         },
    79         "engines": {
    80                 "node": ">= 0.4"
    81         }
     2  "_from": "string.prototype.trimstart@^1.0.8",
     3  "_id": "string.prototype.trimstart@1.0.8",
     4  "_inBundle": false,
     5  "_integrity": "sha512-UXSH262CSZY1tfu3G3Secr6uGLCFVPMhIqHjlgCUtCCcgihYc/xKs9djMTMUOb2j1mVSeU8EU6NWc/iQKU6Gfg==",
     6  "_location": "/string.prototype.trimstart",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "string.prototype.trimstart@^1.0.8",
     12    "name": "string.prototype.trimstart",
     13    "escapedName": "string.prototype.trimstart",
     14    "rawSpec": "^1.0.8",
     15    "saveSpec": null,
     16    "fetchSpec": "^1.0.8"
     17  },
     18  "_requiredBy": [
     19    "/es-abstract"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.8.tgz",
     22  "_shasum": "7ee834dda8c7c17eff3118472bb35bfedaa34dde",
     23  "_spec": "string.prototype.trimstart@^1.0.8",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
     25  "author": {
     26    "name": "Jordan Harband",
     27    "email": "ljharb@gmail.com"
     28  },
     29  "auto-changelog": {
     30    "output": "CHANGELOG.md",
     31    "template": "keepachangelog",
     32    "unreleased": false,
     33    "commitLimit": false,
     34    "backfillLimit": false,
     35    "hideCredit": true
     36  },
     37  "bugs": {
     38    "url": "https://github.com/es-shims/String.prototype.trimStart/issues"
     39  },
     40  "bundleDependencies": false,
     41  "contributors": [
     42    {
     43      "name": "Jordan Harband",
     44      "email": "ljharb@gmail.com"
     45    },
     46    {
     47      "name": "Khaled Al-Ansari",
     48      "email": "khaledelansari@gmail.com"
     49    }
     50  ],
     51  "dependencies": {
     52    "call-bind": "^1.0.7",
     53    "define-properties": "^1.2.1",
     54    "es-object-atoms": "^1.0.0"
     55  },
     56  "deprecated": false,
     57  "description": "ES2019 spec-compliant String.prototype.trimStart shim.",
     58  "devDependencies": {
     59    "@es-shims/api": "^2.4.2",
     60    "@ljharb/eslint-config": "^21.1.0",
     61    "aud": "^2.0.4",
     62    "auto-changelog": "^2.4.0",
     63    "eslint": "=8.8.0",
     64    "functions-have-names": "^1.2.3",
     65    "has-strict-mode": "^1.0.1",
     66    "in-publish": "^2.0.1",
     67    "npmignore": "^0.3.1",
     68    "nyc": "^10.3.2",
     69    "safe-publish-latest": "^2.0.0",
     70    "tape": "^5.7.5"
     71  },
     72  "engines": {
     73    "node": ">= 0.4"
     74  },
     75  "funding": {
     76    "url": "https://github.com/sponsors/ljharb"
     77  },
     78  "homepage": "https://github.com/es-shims/String.prototype.trimStart#readme",
     79  "keywords": [
     80    "es6",
     81    "es7",
     82    "es8",
     83    "javascript",
     84    "prototype",
     85    "polyfill",
     86    "utility",
     87    "trim",
     88    "trimLeft",
     89    "trimRight",
     90    "trimStart",
     91    "trimEnd",
     92    "tc39"
     93  ],
     94  "license": "MIT",
     95  "main": "index.js",
     96  "name": "string.prototype.trimstart",
     97  "publishConfig": {
     98    "ignore": [
     99      ".github/workflows"
     100    ]
     101  },
     102  "repository": {
     103    "type": "git",
     104    "url": "git://github.com/es-shims/String.prototype.trimStart.git"
     105  },
     106  "scripts": {
     107    "lint": "eslint --ext=js,mjs .",
     108    "postlint": "es-shim-api --bound",
     109    "posttest": "aud --production",
     110    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
     111    "prepack": "npmignore --auto --commentLines=autogenerated",
     112    "prepublish": "not-in-publish || npm run prepublishOnly",
     113    "prepublishOnly": "safe-publish-latest",
     114    "pretest": "npm run lint",
     115    "test": "npm run tests-only",
     116    "tests-only": "nyc tape 'test/**/*.js'",
     117    "version": "auto-changelog && git add CHANGELOG.md"
     118  },
     119  "version": "1.0.8"
    82120}
Note: See TracChangeset for help on using the changeset viewer.