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

    r0c6b92a r79a0317  
    11{
    2   "name": "function-bind",
    3   "version": "1.1.2",
    4   "description": "Implementation of Function.prototype.bind",
    5   "keywords": [
    6     "function",
    7     "bind",
    8     "shim",
    9     "es5"
     2  "_from": "function-bind@1.1.2",
     3  "_id": "function-bind@1.1.2",
     4  "_inBundle": false,
     5  "_integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
     6  "_location": "/function-bind",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "function-bind@1.1.2",
     12    "name": "function-bind",
     13    "escapedName": "function-bind",
     14    "rawSpec": "1.1.2",
     15    "saveSpec": null,
     16    "fetchSpec": "1.1.2"
     17  },
     18  "_requiredBy": [
     19    "/call-bind-apply-helpers",
     20    "/es-iterator-helpers",
     21    "/get-intrinsic",
     22    "/hasown",
     23    "/set-function-length"
    1024  ],
    11   "author": "Raynos <raynos2@gmail.com>",
    12   "repository": {
    13     "type": "git",
    14     "url": "https://github.com/Raynos/function-bind.git"
     25  "_resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
     26  "_shasum": "2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c",
     27  "_spec": "function-bind@1.1.2",
     28  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/call-bind-apply-helpers",
     29  "author": {
     30    "name": "Raynos",
     31    "email": "raynos2@gmail.com"
    1532  },
    16   "funding": {
    17     "url": "https://github.com/sponsors/ljharb"
     33  "auto-changelog": {
     34    "output": "CHANGELOG.md",
     35    "template": "keepachangelog",
     36    "unreleased": false,
     37    "commitLimit": false,
     38    "backfillLimit": false,
     39    "hideCredit": true
    1840  },
    19   "main": "index",
    20   "homepage": "https://github.com/Raynos/function-bind",
     41  "bugs": {
     42    "url": "https://github.com/Raynos/function-bind/issues",
     43    "email": "raynos2@gmail.com"
     44  },
     45  "bundleDependencies": false,
    2146  "contributors": [
    2247    {
     
    2853    }
    2954  ],
    30   "bugs": {
    31     "url": "https://github.com/Raynos/function-bind/issues",
    32     "email": "raynos2@gmail.com"
    33   },
     55  "deprecated": false,
     56  "description": "Implementation of Function.prototype.bind",
    3457  "devDependencies": {
    3558    "@ljharb/eslint-config": "^21.1.0",
     
    4366    "tape": "^5.7.1"
    4467  },
     68  "funding": {
     69    "url": "https://github.com/sponsors/ljharb"
     70  },
     71  "homepage": "https://github.com/Raynos/function-bind",
     72  "keywords": [
     73    "function",
     74    "bind",
     75    "shim",
     76    "es5"
     77  ],
    4578  "license": "MIT",
     79  "main": "index",
     80  "name": "function-bind",
     81  "publishConfig": {
     82    "ignore": [
     83      ".github/workflows"
     84    ]
     85  },
     86  "repository": {
     87    "type": "git",
     88    "url": "git+https://github.com/Raynos/function-bind.git"
     89  },
    4690  "scripts": {
     91    "lint": "eslint --ext=js,mjs .",
     92    "posttest": "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    "prepack": "npmignore --auto --commentLines=autogenerated",
     95    "prepublish": "not-in-publish || npm run prepublishOnly",
    4796    "prepublishOnly": "safe-publish-latest",
    48     "prepublish": "not-in-publish || npm run prepublishOnly",
    49     "prepack": "npmignore --auto --commentLines=autogenerated",
    5097    "pretest": "npm run lint",
    5198    "test": "npm run tests-only",
    52     "posttest": "aud --production",
    5399    "tests-only": "nyc tape 'test/**/*.js'",
    54     "lint": "eslint --ext=js,mjs .",
    55     "version": "auto-changelog && git add CHANGELOG.md",
    56     "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    "version": "auto-changelog && git add CHANGELOG.md"
    57101  },
    58102  "testling": {
     
    72116    ]
    73117  },
    74   "auto-changelog": {
    75     "output": "CHANGELOG.md",
    76     "template": "keepachangelog",
    77     "unreleased": false,
    78     "commitLimit": false,
    79     "backfillLimit": false,
    80     "hideCredit": true
    81   },
    82   "publishConfig": {
    83     "ignore": [
    84       ".github/workflows"
    85     ]
    86   }
     118  "version": "1.1.2"
    87119}
Note: See TracChangeset for help on using the changeset viewer.