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

    r0c6b92a r79a0317  
    11{
    2   "name": "throttle-debounce",
    3   "version": "3.0.1",
     2  "_from": "throttle-debounce@^3.0.1",
     3  "_id": "throttle-debounce@3.0.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==",
     6  "_location": "/throttle-debounce",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "throttle-debounce@^3.0.1",
     12    "name": "throttle-debounce",
     13    "escapedName": "throttle-debounce",
     14    "rawSpec": "^3.0.1",
     15    "saveSpec": null,
     16    "fetchSpec": "^3.0.1"
     17  },
     18  "_requiredBy": [
     19    "/react-use"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-3.0.1.tgz",
     22  "_shasum": "32f94d84dfa894f786c9a1f290e7a645b6a19abb",
     23  "_spec": "throttle-debounce@^3.0.1",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-use",
     25  "author": {
     26    "name": "Ivan Nikolić",
     27    "email": "niksy5@gmail.com",
     28    "url": "http://ivannikolic.com"
     29  },
     30  "bugs": {
     31    "url": "https://github.com/niksy/throttle-debounce/issues"
     32  },
     33  "bundleDependencies": false,
     34  "contributors": [
     35    {
     36      "name": "Ben Alman",
     37      "url": "http://benalman.com"
     38    }
     39  ],
     40  "deprecated": false,
    441  "description": "Throttle and debounce functions.",
    5   "license": "MIT",
    6   "author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com)",
    7   "contributors": [
    8     "Ben Alman (http://benalman.com)"
    9   ],
    10   "sideEffects": false,
    11   "exports": {
    12     ".": {
    13       "import": "./esm/index.js",
    14       "require": "./cjs/index.js"
    15     },
    16     "./package.json": "./package.json"
    17   },
    18   "main": "cjs/index.js",
    19   "jsdelivr": "umd/index.js",
    20   "unpkg": "umd/index.js",
    21   "module": "esm/index.js",
    22   "directories": {
    23     "test": "test"
    24   },
    25   "files": [
    26     "cjs/",
    27     "esm/",
    28     "umd/",
    29     "CHANGELOG.md",
    30     "LICENSE.md",
    31     "README.md"
    32   ],
    33   "scripts": {
    34     "build": "rollup --config rollup.config.js",
    35     "lint": "eslint '{index,debounce,throttle,test/**/*}.js'",
    36     "module-check": "node -e 'require(\"throttle-debounce\");' && node --input-type=module -e 'import \"throttle-debounce\";'",
    37     "prepublishOnly": "npm run build && npm run module-check",
    38     "postpublish": "GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog",
    39     "release": "np --no-release-draft",
    40     "test": "npm run lint && npm run test:automated",
    41     "test:automated": "BABEL_ENV=test karma start",
    42     "test:automated:watch": "npm run test:automated -- --auto-watch --no-single-run",
    43     "version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md"
    44   },
    4542  "devDependencies": {
    4643    "@babel/cli": "^7.2.3",
     
    9087    "webpack": "^4.44.2"
    9188  },
     89  "directories": {
     90    "test": "test"
     91  },
    9292  "engines": {
    9393    "node": ">=10"
    9494  },
     95  "exports": {
     96    ".": {
     97      "import": "./esm/index.js",
     98      "require": "./cjs/index.js"
     99    },
     100    "./package.json": "./package.json"
     101  },
     102  "files": [
     103    "cjs/",
     104    "esm/",
     105    "umd/",
     106    "CHANGELOG.md",
     107    "LICENSE.md",
     108    "README.md"
     109  ],
     110  "homepage": "https://github.com/niksy/throttle-debounce#readme",
     111  "jsdelivr": "umd/index.js",
    95112  "keywords": [
    96113    "debounce",
    97114    "throttle"
    98115  ],
     116  "license": "MIT",
     117  "main": "cjs/index.js",
     118  "module": "esm/index.js",
     119  "name": "throttle-debounce",
    99120  "repository": {
    100121    "type": "git",
    101122    "url": "git+https://github.com/niksy/throttle-debounce.git"
    102123  },
    103   "bugs": {
    104     "url": "https://github.com/niksy/throttle-debounce/issues"
     124  "scripts": {
     125    "build": "rollup --config rollup.config.js",
     126    "lint": "eslint '{index,debounce,throttle,test/**/*}.js'",
     127    "module-check": "node -e 'require(\"throttle-debounce\");' && node --input-type=module -e 'import \"throttle-debounce\";'",
     128    "postpublish": "GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN github-release-from-changelog",
     129    "prepublishOnly": "npm run build && npm run module-check",
     130    "release": "np --no-release-draft",
     131    "test": "npm run lint && npm run test:automated",
     132    "test:automated": "BABEL_ENV=test karma start",
     133    "test:automated:watch": "npm run test:automated -- --auto-watch --no-single-run",
     134    "version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md"
    105135  },
    106   "homepage": "https://github.com/niksy/throttle-debounce#readme"
     136  "sideEffects": false,
     137  "unpkg": "umd/index.js",
     138  "version": "3.0.1"
    107139}
Note: See TracChangeset for help on using the changeset viewer.