source: imaps-frontend/node_modules/throttle-debounce/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 4.2 KB
Line 
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,
41 "description": "Throttle and debounce functions.",
42 "devDependencies": {
43 "@babel/cli": "^7.2.3",
44 "@babel/core": "^7.2.2",
45 "@babel/plugin-transform-object-assign": "^7.2.0",
46 "@babel/plugin-transform-runtime": "^7.2.0",
47 "@babel/runtime": "^7.2.0",
48 "@rollup/plugin-babel": "^5.2.1",
49 "babel-loader": "^8.1.0",
50 "babel-preset-niksy": "^4.1.0",
51 "changelog-verify": "^1.1.2",
52 "core-js": "^2.6.5",
53 "eslint": "^7.11.0",
54 "eslint-config-niksy": "^9.0.0",
55 "eslint-config-prettier": "^6.14.0",
56 "eslint-plugin-extend": "^0.1.1",
57 "eslint-plugin-import": "^2.22.1",
58 "eslint-plugin-jsdoc": "^30.7.3",
59 "eslint-plugin-mocha": "^8.0.0",
60 "eslint-plugin-node": "^11.1.0",
61 "eslint-plugin-prettier": "^3.0.1",
62 "eslint-plugin-promise": "^4.1.1",
63 "eslint-plugin-react": "^7.9.1",
64 "eslint-plugin-unicorn": "^23.0.0",
65 "esm": "^3.0.51",
66 "get-port": "^4.0.0",
67 "get-port-cli": "^2.0.0",
68 "github-release-from-changelog": "^2.1.1",
69 "husky": "^4.3.0",
70 "karma": "^5.2.3",
71 "karma-browserstack-launcher": "^1.6.0",
72 "karma-chrome-launcher": "^3.1.0",
73 "karma-firefox-launcher": "^0.1.7",
74 "karma-mocha-reporter": "^2.2.5",
75 "karma-qunit": "^0.1.9",
76 "karma-sourcemap-loader": "^0.3.7",
77 "karma-webpack": "^4.0.2",
78 "lint-staged": "^10.4.2",
79 "minimist": "^1.2.0",
80 "mocha": "^4.1.0",
81 "np": "^6.5.0",
82 "prettier": "^2.1.2",
83 "qunitjs": "^1.23.1",
84 "rollup": "^2.32.1",
85 "rollup-plugin-babel": "^4.2.0",
86 "version-changelog": "^3.1.1",
87 "webpack": "^4.44.2"
88 },
89 "directories": {
90 "test": "test"
91 },
92 "engines": {
93 "node": ">=10"
94 },
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",
112 "keywords": [
113 "debounce",
114 "throttle"
115 ],
116 "license": "MIT",
117 "main": "cjs/index.js",
118 "module": "esm/index.js",
119 "name": "throttle-debounce",
120 "repository": {
121 "type": "git",
122 "url": "git+https://github.com/niksy/throttle-debounce.git"
123 },
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"
135 },
136 "sideEffects": false,
137 "unpkg": "umd/index.js",
138 "version": "3.0.1"
139}
Note: See TracBrowser for help on using the repository browser.