| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- {
- "_args": [
- [
- "throttle-debounce@2.3.0",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_from": "throttle-debounce@2.3.0",
- "_id": "throttle-debounce@2.3.0",
- "_inBundle": false,
- "_integrity": "sha512-H7oLPV0P7+jgvrk+6mwwwBDmxTaxnu9HMXmloNLXwnNO0ZxZ31Orah2n8lU1eMPvsaowP2CX+USCgyovXfdOFQ==",
- "_location": "/throttle-debounce",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "throttle-debounce@2.3.0",
- "name": "throttle-debounce",
- "escapedName": "throttle-debounce",
- "rawSpec": "2.3.0",
- "saveSpec": null,
- "fetchSpec": "2.3.0"
- },
- "_requiredBy": [
- "/v-viewer"
- ],
- "_resolved": "https://registry.npmjs.org/throttle-debounce/-/throttle-debounce-2.3.0.tgz",
- "_spec": "2.3.0",
- "_where": "E:\\item\\newItem\\admin",
- "author": {
- "name": "Ivan Nikolić",
- "email": "niksy5@gmail.com",
- "url": "http://ivannikolic.com"
- },
- "browser": "index.umd.js",
- "bugs": {
- "url": "https://github.com/niksy/throttle-debounce/issues"
- },
- "contributors": [
- {
- "name": "Ben Alman",
- "url": "http://benalman.com"
- }
- ],
- "dependencies": {},
- "description": "Throttle and debounce functions.",
- "devDependencies": {
- "@babel/cli": "^7.2.3",
- "@babel/core": "^7.2.2",
- "@babel/plugin-transform-object-assign": "^7.2.0",
- "@babel/plugin-transform-runtime": "^7.2.0",
- "@babel/runtime": "^7.2.0",
- "babel-loader": "^8.0.4",
- "babel-preset-niksy": "^4.1.0",
- "changelog-verify": "^1.1.2",
- "core-js": "^2.6.5",
- "eslint": "^6.7.2",
- "eslint-config-niksy": "^8.0.0",
- "eslint-config-prettier": "^4.2.0",
- "eslint-plugin-extend": "^0.1.1",
- "eslint-plugin-import": "^2.18.2",
- "eslint-plugin-jsdoc": "^18.4.3",
- "eslint-plugin-mocha": "^6.2.2",
- "eslint-plugin-node": "^10.0.0",
- "eslint-plugin-prettier": "^3.0.1",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-react": "^7.9.1",
- "eslint-plugin-unicorn": "^14.0.1",
- "esm": "^3.0.51",
- "get-port": "^4.0.0",
- "get-port-cli": "^2.0.0",
- "github-release-from-changelog": "^2.1.1",
- "husky": "^3.1.0",
- "karma": "^4.0.1",
- "karma-browserstack-launcher": "^1.0.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-firefox-launcher": "^0.1.7",
- "karma-mocha-reporter": "^2.2.5",
- "karma-qunit": "^0.1.9",
- "karma-sourcemap-loader": "^0.3.7",
- "karma-webpack": "^3.0.0",
- "lint-staged": "^9.5.0",
- "minimist": "^1.2.0",
- "np": "^3.0.4",
- "prettier": "^1.17.0",
- "qunitjs": "^1.23.1",
- "rollup": "^1.0.0",
- "rollup-plugin-babel": "^4.2.0",
- "version-changelog": "^3.1.1",
- "webpack": "^4.12.0"
- },
- "directories": {
- "test": "test"
- },
- "engines": {
- "node": ">=8"
- },
- "files": [
- "index.cjs.{js,js.map}",
- "index.esm.{js,js.map}",
- "index.umd.{js,js.map}",
- "CHANGELOG.md",
- "LICENSE.md",
- "README.md"
- ],
- "homepage": "https://github.com/niksy/throttle-debounce#readme",
- "keywords": [
- "debounce",
- "throttle"
- ],
- "license": "MIT",
- "main": "index.cjs.js",
- "module": "index.esm.js",
- "name": "throttle-debounce",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/niksy/throttle-debounce.git"
- },
- "scripts": {
- "build": "rollup --config rollup.config.js",
- "lint": "eslint '{index,debounce,throttle,test/**/*}.js'",
- "postpublish": "GITHUB_TOKEN=$GITHUB_RELEASE_TOKEN echo 'github-release-from-changelog'",
- "prepublishOnly": "npm run build",
- "release": "np",
- "test": "npm run lint && npm run test:automated",
- "test:automated": "BABEL_ENV=test SERVICE_PORT=$(get-port) karma start",
- "test:automated:watch": "npm run test:automated -- --auto-watch --no-single-run",
- "version": "version-changelog CHANGELOG.md && changelog-verify CHANGELOG.md && git add CHANGELOG.md"
- },
- "sideEffects": false,
- "version": "2.3.0"
- }
|