{"_id":"@restart/hooks","_rev":"4457804","name":"@restart/hooks","description":"A set of utility and general-purpose React hooks.","dist-tags":{"latest":"0.6.2"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"time":{"modified":"2026-04-08T14:37:13.000Z","created":"2019-02-14T03:01:01.906Z","0.6.2":"2025-01-07T14:17:24.403Z","0.6.1":"2025-01-07T14:14:40.144Z","0.6.0":"2025-01-07T14:05:38.306Z","0.5.1":"2025-01-02T18:12:21.606Z","0.5.0":"2024-11-25T13:20:35.009Z","0.4.16":"2024-02-10T00:21:22.944Z","0.4.15":"2023-12-07T16:47:25.833Z","0.4.14":"2023-12-07T15:26:22.158Z","0.4.13":"2023-12-06T20:40:02.605Z","0.4.12":"2023-12-06T19:06:25.067Z","0.4.11":"2023-07-17T15:10:42.918Z","0.4.10":"2023-07-13T19:59:47.364Z","0.4.9":"2023-02-10T17:32:38.130Z","0.4.8":"2023-01-25T17:28:38.370Z","0.4.7":"2022-04-27T19:24:01.406Z","0.4.6":"2022-04-01T16:23:44.466Z","0.4.5":"2021-12-10T19:04:46.441Z","0.4.4":"2021-12-07T17:13:36.008Z","0.4.3":"2021-12-07T16:41:17.033Z","0.4.2":"2021-12-07T16:11:25.770Z","0.4.1":"2021-09-27T14:04:17.858Z","0.4.0":"2021-06-17T14:05:44.346Z","0.3.27":"2021-06-16T21:13:45.300Z","0.3.26":"2021-01-05T18:57:28.174Z","0.3.25":"2020-05-14T18:33:32.468Z","0.3.24":"2020-05-13T18:38:03.981Z","0.3.23":"2020-05-13T14:53:10.441Z","0.3.22":"2020-03-18T19:37:02.321Z","0.3.21":"2020-02-25T17:33:03.372Z","0.3.20":"2020-01-23T14:56:41.529Z","0.3.19":"2019-11-26T18:27:49.135Z","0.3.18":"2019-11-22T19:27:33.407Z","0.3.17":"2019-11-22T19:23:18.046Z","0.3.16":"2019-11-22T18:59:00.442Z","0.3.15":"2019-10-23T14:21:56.812Z","0.3.14":"2019-09-20T14:04:09.361Z","0.3.13":"2019-09-06T20:32:59.144Z","0.3.12":"2019-08-12T16:28:39.715Z","0.3.11":"2019-08-09T20:04:39.815Z","0.3.10":"2019-08-09T15:48:24.350Z","0.3.9":"2019-08-05T16:42:34.188Z","0.3.8":"2019-07-18T16:01:32.747Z","0.3.7":"2019-07-11T15:47:34.724Z","0.3.6":"2019-07-08T16:49:07.812Z","0.3.5":"2019-07-06T18:11:32.539Z","0.3.4":"2019-07-04T01:56:36.435Z","0.3.3":"2019-07-03T21:32:46.051Z","0.3.2":"2019-06-26T20:52:28.239Z","0.3.1":"2019-06-07T13:49:58.431Z","0.3.0":"2019-05-28T21:36:13.646Z","0.2.14":"2019-05-28T21:04:23.656Z","0.2.13":"2019-05-15T17:05:58.208Z","0.2.12":"2019-05-08T14:46:20.897Z","0.2.11":"2019-05-02T15:37:30.183Z","0.2.10":"2019-05-02T15:13:11.102Z","0.2.9":"2019-04-22T20:04:01.499Z","0.2.8":"2019-04-22T19:39:54.888Z","0.2.7":"2019-04-16T14:58:19.821Z","0.2.6":"2019-04-15T16:58:41.999Z","0.2.5":"2019-04-10T17:33:00.798Z","0.2.3":"2019-03-28T15:12:00.940Z","0.2.2":"2019-03-28T13:28:26.373Z","0.2.1":"2019-03-28T13:26:01.542Z","0.2.0":"2019-03-28T13:19:29.673Z","0.1.6":"2019-03-27T13:59:13.254Z","0.1.5":"2019-03-26T23:38:15.163Z","0.1.4":"2019-03-26T23:29:54.453Z","0.1.3":"2019-03-26T23:27:30.478Z","0.1.1":"2019-03-07T19:33:46.298Z","0.1.0":"2019-02-14T03:01:01.906Z"},"users":{},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"repository":{"type":"git","url":"git+https://github.com/react-restart/hooks.git"},"versions":{"0.6.2":{"name":"@restart/hooks","version":"0.6.2","type":"module","exports":{"./*":{"require":{"types":"./cjs/*.d.ts","default":"./cjs/*.js"},"import":{"types":"./lib/*.d.ts","default":"./lib/*.js"}}},"repository":{"type":"git","url":"git+https://github.com/react-restart/hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","scripts":{"bootstrap":"yarn && yarn --cwd www","test":"vitest run --coverage","tdd":"vitest","build":"rimraf lib cjs && concurrently --names 'esm,cjs' 'yarn build:esm' 'yarn build:cjs' && concurrently --names 'esm types,cjs types' 'yarn build:esm:types' 'yarn build:cjs:types'","build:esm":"babel src --env-name esm --out-dir lib --extensions '.ts' --ignore='**/*.d.ts'","build:esm:types":"tsc -p . --emitDeclarationOnly --declaration --outDir lib","build:cjs":"babel src --out-dir cjs --extensions '.ts'  --ignore='**/*.d.ts' && echo '{\"type\": \"commonjs\"}' > cjs/package.json","build:cjs:types":"tsc -p . --emitDeclarationOnly --declaration --outDir cjs --module commonjs --moduleResolution node","deploy-docs":"yarn --cwd www build --prefix-paths && gh-pages -d www/public","prepublishOnly":"yarn build","typecheck":"tsc -p . --noEmit","release":"rollout"},"jest":{"preset":"@4c","testEnvironment":"jsdom","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"devDependencies":{"@4c/babel-preset":"^10.2.1","@4c/cli":"^4.0.4","@4c/rollout":"^4.0.2","@4c/tsconfig":"^0.4.1","@babel/cli":"^7.26.4","@babel/core":"^7.26.0","@babel/preset-typescript":"^7.26.0","@testing-library/dom":"^10.4.0","@testing-library/react":"^16.1.0","@types/lodash":"^4.14.195","@types/react":"^19.0.2","@vitest/coverage-v8":"2.1.8","babel-plugin-transform-rename-import":"^2.3.0","cherry-pick":"^0.5.0","codecov":"^3.8.3","concurrently":"^9.1.2","eslint":"^8.44.0","gh-pages":"^3.1.0","husky":"^4.3.6","jsdom":"^25.0.1","lint-staged":"^13.2.3","mq-polyfill":"^1.1.8","prettier":"^3.0.0","react":"^19.0.0","react-dom":"^19.0.0","rimraf":"^5.0.1","typescript":"^5.1.6","vitest":"^2.1.8"},"dependencies":{"dequal":"^2.0.3"},"packageManager":"yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e","_id":"@restart/hooks@0.6.2","gitHead":"961d4320a5227f8e9e848c578d0341aeaa177d45","description":"A set of utility and general-purpose React hooks.","_nodeVersion":"22.11.0","_npmVersion":"10.9.0","dist":{"shasum":"55a1f9b9bb413aaf2cbb00b0ff337f807082b72e","size":39844,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.6.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.6.2.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/hooks_0.6.2_1736259444188_0.8705747484379098"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-07T14:17:24.403Z","publish_time":1736259444403,"_source_registry_name":"default","_cnpm_publish_time":1736259444403},"0.6.1":{"name":"@restart/hooks","version":"0.6.1","author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","_id":"@restart/hooks@0.6.1","maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"homepage":"https://github.com/react-restart/hooks#readme","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"dist":{"shasum":"60ddfd98e91df02a93b93adbce7fd382e26e0a0a","size":39795,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.6.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.6.1.tgz"},"jest":{"preset":"@4c","testEnvironment":"jsdom","setupFilesAfterEnv":["./test/setup.js"]},"type":"module","exports":{"./*.js":{"import":{"types":"./lib/*.d.ts","default":"./lib/*.js"},"require":{"types":"./cjs/*.d.ts","default":"./cjs/*.js"}}},"gitHead":"74a187f4a3f7a67bf75add3f278feedbb86bb043","release":{"conventionalCommits":true},"scripts":{"tdd":"vitest","test":"vitest run --coverage","build":"rimraf lib cjs && concurrently --names 'esm,cjs' 'yarn build:esm' 'yarn build:cjs' && concurrently --names 'esm types,cjs types' 'yarn build:esm:types' 'yarn build:cjs:types'","release":"rollout","bootstrap":"yarn && yarn --cwd www","build:cjs":"babel src --out-dir cjs --extensions '.ts'  --ignore='**/*.d.ts' && echo '{\"type\": \"commonjs\"}' > cjs/package.json","build:esm":"babel src --env-name esm --out-dir lib --extensions '.ts' --ignore='**/*.d.ts'","typecheck":"tsc -p . --noEmit","deploy-docs":"yarn --cwd www build --prefix-paths && gh-pages -d www/public","prepublishOnly":"yarn build","build:cjs:types":"tsc -p . --emitDeclarationOnly --declaration --outDir cjs --module commonjs --moduleResolution node","build:esm:types":"tsc -p . --emitDeclarationOnly --declaration --outDir lib"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"prettier":{"semi":false,"singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/react-restart/hooks.git","type":"git"},"_npmVersion":"10.9.0","description":"A set of utility and general-purpose React hooks.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"dequal":"^2.0.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e","devDependencies":{"husky":"^4.3.6","jsdom":"^25.0.1","react":"^19.0.0","eslint":"^8.44.0","rimraf":"^5.0.1","vitest":"^2.1.8","@4c/cli":"^4.0.4","codecov":"^3.8.3","gh-pages":"^3.1.0","prettier":"^3.0.0","react-dom":"^19.0.0","@babel/cli":"^7.26.4","typescript":"^5.1.6","@4c/rollout":"^4.0.2","@babel/core":"^7.26.0","cherry-pick":"^0.5.0","lint-staged":"^13.2.3","mq-polyfill":"^1.1.8","@4c/tsconfig":"^0.4.1","@types/react":"^19.0.2","concurrently":"^9.1.2","@types/lodash":"^4.14.195","@4c/babel-preset":"^10.2.1","@vitest/coverage-v8":"2.1.8","@testing-library/dom":"^10.4.0","@testing-library/react":"^16.1.0","@babel/preset-typescript":"^7.26.0","babel-plugin-transform-rename-import":"^2.3.0"},"peerDependencies":{"react":">=16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/hooks_0.6.1_1736259279942_0.15561439690516865","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-07T14:14:40.144Z","publish_time":1736259280144,"_source_registry_name":"default","_cnpm_publish_time":1736259280144},"0.6.0":{"name":"@restart/hooks","version":"0.6.0","author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","_id":"@restart/hooks@0.6.0","maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"homepage":"https://github.com/react-restart/hooks#readme","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"dist":{"shasum":"6394b8610e2303560380a5a58e904d6a0f3591bf","size":39737,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.6.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.6.0.tgz"},"jest":{"preset":"@4c","testEnvironment":"jsdom","setupFilesAfterEnv":["./test/setup.js"]},"type":"module","exports":{"./*":{"import":{"types":"./lib/index.d.ts","default":"./lib/index.js"},"require":{"types":"./cjs/index.d.ts","default":"./cjs/index.js"}}},"gitHead":"78c12b4a050cc6d8c162d463c0af175681411cde","release":{"conventionalCommits":true},"scripts":{"tdd":"vitest","test":"vitest run --coverage","build":"rimraf lib cjs && concurrently --names 'esm,cjs' 'yarn build:esm' 'yarn build:cjs' && concurrently --names 'esm types,cjs types' 'yarn build:esm:types' 'yarn build:cjs:types'","release":"rollout","bootstrap":"yarn && yarn --cwd www","build:cjs":"babel src --out-dir cjs --extensions '.ts'  --ignore='**/*.d.ts' && echo '{\"type\": \"commonjs\"}' > cjs/package.json","build:esm":"babel src --env-name esm --out-dir lib --extensions '.ts' --ignore='**/*.d.ts'","typecheck":"tsc -p . --noEmit","deploy-docs":"yarn --cwd www build --prefix-paths && gh-pages -d www/public","prepublishOnly":"yarn build","build:cjs:types":"tsc -p . --emitDeclarationOnly --declaration --outDir cjs --module commonjs --moduleResolution node","build:esm:types":"tsc -p . --emitDeclarationOnly --declaration --outDir lib"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"prettier":{"semi":false,"singleQuote":true,"trailingComma":"all"},"repository":{"url":"git+https://github.com/react-restart/hooks.git","type":"git"},"_npmVersion":"10.9.0","description":"A set of utility and general-purpose React hooks.","directories":{},"_nodeVersion":"22.11.0","dependencies":{"dequal":"^2.0.3"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"packageManager":"yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e","devDependencies":{"husky":"^4.3.6","jsdom":"^25.0.1","react":"^19.0.0","eslint":"^8.44.0","rimraf":"^5.0.1","vitest":"^2.1.8","@4c/cli":"^4.0.4","codecov":"^3.8.3","gh-pages":"^3.1.0","prettier":"^3.0.0","react-dom":"^19.0.0","@babel/cli":"^7.26.4","typescript":"^5.1.6","@4c/rollout":"^4.0.2","@babel/core":"^7.26.0","cherry-pick":"^0.5.0","lint-staged":"^13.2.3","mq-polyfill":"^1.1.8","@4c/tsconfig":"^0.4.1","@types/react":"^19.0.2","concurrently":"^9.1.2","@types/lodash":"^4.14.195","@4c/babel-preset":"^10.2.1","@vitest/coverage-v8":"2.1.8","@testing-library/dom":"^10.4.0","@testing-library/react":"^16.1.0","@babel/preset-typescript":"^7.26.0","babel-plugin-transform-rename-import":"^2.3.0"},"peerDependencies":{"react":">=16.8.0"},"_npmOperationalInternal":{"tmp":"tmp/hooks_0.6.0_1736258738095_0.307419880399908","host":"s3://npm-registry-packages-npm-production"},"_cnpmcore_publish_time":"2025-01-07T14:05:38.306Z","publish_time":1736258738306,"_source_registry_name":"default","_cnpm_publish_time":1736258738306},"0.5.1":{"name":"@restart/hooks","version":"0.5.1","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","exports":{".":{"types":"./esm/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./*":{"types":"./esm/*.d.ts","import":"./esm/*.js","require":"./cjs/*.js"}},"repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","testEnvironment":"jsdom","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.3"},"packageManager":"yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e","_id":"@restart/hooks@0.5.1","gitHead":"a9613ec0a4ad8a93f86cf3f607703e8db0f031e2","description":"A set of utility and general-purpose React hooks.","_nodeVersion":"22.11.0","_npmVersion":"10.9.0","dist":{"shasum":"6776b3859e33aea72b23b81fc47021edf17fd247","size":36580,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.5.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.5.1.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/hooks_0.5.1_1735841541386_0.5334665616513838"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-01-02T18:12:21.606Z","publish_time":1735841541606,"_source_registry_name":"default","_cnpm_publish_time":1735841541606},"0.5.0":{"name":"@restart/hooks","version":"0.5.0","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","exports":{".":{"types":"./esm/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./*":{"types":"./esm/*.d.ts","import":"./esm/*.js","require":"./cjs/*.js"}},"repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","testEnvironment":"jsdom","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.3"},"_id":"@restart/hooks@0.5.0","gitHead":"2cc551893e68b43afa1bad285005a867df698038","description":"A set of utility and general-purpose React hooks.","_nodeVersion":"18.19.0","_npmVersion":"10.2.3","dist":{"shasum":"a594af7c3b64f5e65a7aca011551b0cdd93ec14e","size":36438,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.5.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.5.0.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.5.0_1732540834737_0.6974308837194525"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-11-25T13:20:35.009Z","publish_time":1732540835009,"_source_registry_name":"default","_cnpm_publish_time":1732540835009},"0.4.16":{"name":"@restart/hooks","version":"0.4.16","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","exports":{".":{"types":"./esm/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./*":{"types":"./esm/*.d.ts","import":"./esm/*.js","require":"./cjs/*.js"}},"repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","testEnvironment":"jsdom","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.3"},"_id":"@restart/hooks@0.4.16","gitHead":"f249c92c7d67667415455374af8933e9b4d73a69","description":"A set of utility and general-purpose React hooks.","_nodeVersion":"20.11.0","_npmVersion":"10.2.4","dist":{"shasum":"95ae8ac1cc7e2bd4fed5e39800ff85604c6d59fb","size":36304,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.16.tgz"},"_npmUser":{"name":"kytsang","email":"ktsang.work@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.16_1707524482713_0.18733495662142285"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2024-02-10T00:21:22.944Z","publish_time":1707524482944,"_source_registry_name":"default","_cnpm_publish_time":1707524482944},"0.4.15":{"name":"@restart/hooks","version":"0.4.15","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","exports":{".":{"types":"./esm/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./*":{"types":"./esm/*.d.ts","import":"./esm/*.js","require":"./cjs/*.js"}},"repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","testEnvironment":"jsdom","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.3"},"gitHead":"242ab0bf8c4289f5e0182ed1125ead5d3ab391ad","description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.15","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"shasum":"70990085c9b79d1f3e140db824b29218bdc2b5bb","size":36233,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.15.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.15_1701967645550_0.5642779750176505"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-07T16:47:25.833Z","publish_time":1701967645833,"_source_registry_name":"default","_cnpm_publish_time":1701967645833},"0.4.14":{"name":"@restart/hooks","version":"0.4.14","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","exports":{".":{"types":"./esm/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./*":{"types":"./esm/*.d.ts","import":"./esm/*.js","require":"./cjs/*.js"}},"repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","testEnvironment":"jsdom","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.3"},"gitHead":"69fa4aa96a0cd8ccafcad74ac5eb5fab8c9bb624","description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.14","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"shasum":"df1fd390e9982426fdaa033030390940bad9acfe","size":36067,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.14.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.14_1701962781858_0.37771007064121376"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-07T15:26:22.158Z","publish_time":1701962782158,"_source_registry_name":"default","_cnpm_publish_time":1701962782158},"0.4.13":{"name":"@restart/hooks","version":"0.4.13","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","exports":{".":{"types":"./esm/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./*":{"types":"./esm/*.d.ts","import":"./esm/*.js","require":"./cjs/*.js"}},"repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","testEnvironment":"jsdom","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.3"},"gitHead":"75da843034d076e2ab865c9a84b05ed37180c5e2","description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.13","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"shasum":"e042accfb8748dab06e60c4fe71d43e86457c411","size":35937,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.13.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.13_1701895202312_0.6775794883755593"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-06T20:40:02.605Z","publish_time":1701895202605,"_source_registry_name":"default","_cnpm_publish_time":1701895202605},"0.4.12":{"name":"@restart/hooks","version":"0.4.12","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","exports":{".":{"types":"./esm/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./*":{"types":"./esm/*.d.ts","import":"./esm/*.js","require":"./cjs/*.js"}},"repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","testEnvironment":"jsdom","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.3"},"gitHead":"d0855bd3a06c6e6a7aed14d27899dc4850065839","description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.12","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"shasum":"734d10c3682f17eca8de0dcb43abfab8962d29a9","size":35839,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.12.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.12_1701889584784_0.045803442461954225"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-12-06T19:06:25.067Z","publish_time":1701889585067,"_source_registry_name":"default","_cnpm_publish_time":1701889585067},"0.4.11":{"name":"@restart/hooks","version":"0.4.11","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","exports":{".":{"types":"./esm/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./*":{"types":"./esm/*.d.ts","import":"./esm/*.js","require":"./cjs/*.js"}},"repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","testEnvironment":"jsdom","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.3"},"gitHead":"2464d25ea97e7123d61889b04462840b586165c7","description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.11","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"shasum":"8876ccce1d4ad2a4b793a31689d63df36cf56088","size":34750,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.11.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.11_1689606642653_0.6672325602926732"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-17T15:10:42.918Z","publish_time":1689606642918,"_source_registry_name":"default","_cnpm_publish_time":1689606642918},"0.4.10":{"name":"@restart/hooks","version":"0.4.10","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","exports":{".":{"types":"./esm/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./*":{"types":"./esm/*.d.ts","import":"./esm/*.js","require":"./cjs/*.js"}},"repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","testEnvironment":"jsdom","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.3"},"gitHead":"427cef86adf1df5de51aba28b028a8b43e62cdfe","description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.10","_nodeVersion":"18.16.0","_npmVersion":"9.5.1","dist":{"shasum":"651741c7965738650e8a2c3d5624a85892f05376","size":34649,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.10.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.10_1689278387087_0.6757058232018476"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-07-13T19:59:47.364Z","publish_time":1689278387364,"_source_registry_name":"default","_cnpm_publish_time":1689278387364},"0.4.9":{"name":"@restart/hooks","version":"0.4.9","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","exports":{".":{"types":"./esm/index.d.ts","import":"./esm/index.js","require":"./cjs/index.js"},"./*":{"types":"./esm/*.d.ts","import":"./esm/*.js","require":"./cjs/*.js"}},"repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.2"},"description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.9","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"ad858fb39d99e252cccce19416adc18fc3f18fcb","size":36457,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.9.tgz"},"_npmUser":{"name":"kytsang","email":"ktsang.work@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.9_1676050357896_0.7374688334838138"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-02-10T17:32:38.130Z","publish_time":1676050358130,"_cnpm_publish_time":1676050358130},"0.4.8":{"name":"@restart/hooks","version":"0.4.8","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.2"},"description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.8","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"67ada92e36527956865ab9b1ddfb87d37aa1db42","size":36404,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.8.tgz"},"_npmUser":{"name":"kytsang","email":"ktsang.work@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.8_1674667718166_0.7844182782305433"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-01-25T17:28:38.370Z","publish_time":1674667718370,"_cnpm_publish_time":1674667718370},"0.4.7":{"name":"@restart/hooks","version":"0.4.7","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.2"},"description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.7","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"d79ca6472c01ce04389fc73d4a79af1b5e33cd39","size":36392,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.7.tgz"},"_npmUser":{"name":"kytsang","email":"ktsang.work@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.7_1651087441225_0.8929209312053994"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-27T21:28:45.808Z","publish_time":1651087441406,"_cnpm_publish_time":1651087441406},"0.4.6":{"name":"@restart/hooks","version":"0.4.6","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.2"},"description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.6","_nodeVersion":"14.17.3","_npmVersion":"6.14.13","dist":{"shasum":"15dcf34631a618c513efc924705c7cbe349a4a0c","size":36385,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.6.tgz"},"_npmUser":{"name":"kytsang","email":"ktsang.work@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.6_1648830224191_0.9254938452644292"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2022-04-01T16:24:13.226Z","publish_time":1648830224466,"_cnpm_publish_time":1648830224466},"0.4.5":{"name":"@restart/hooks","version":"0.4.5","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.2"},"description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.5","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"e7acbea237bfc9e479970500cf87538b41a1ed02","size":36384,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.5.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.5_1639163086235_0.2815559076058558"},"_hasShrinkwrap":false,"publish_time":1639163086441,"_cnpm_publish_time":1639163086441,"_cnpmcore_publish_time":"2021-12-16T12:10:21.853Z"},"0.4.4":{"name":"@restart/hooks","version":"0.4.4","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.2"},"description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.4","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"1d68576371687e9af64c3ca233cffaffc921ff76","size":36012,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.4.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.4_1638897215824_0.8833078858866945"},"_hasShrinkwrap":false,"publish_time":1638897216008,"_cnpm_publish_time":1638897216008,"_cnpmcore_publish_time":"2021-12-16T12:10:22.113Z"},"0.4.3":{"name":"@restart/hooks","version":"0.4.3","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.2"},"description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.3","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"25aa0aecbb51a8febb8660c25d7b46afc9e0b229","size":36008,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.3.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.3_1638895276792_0.4639465217088281"},"_hasShrinkwrap":false,"publish_time":1638895277033,"_cnpm_publish_time":1638895277033,"_cnpmcore_publish_time":"2021-12-16T12:10:22.351Z"},"0.4.2":{"name":"@restart/hooks","version":"0.4.2","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.2"},"description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.2","_nodeVersion":"14.18.0","_npmVersion":"6.14.15","dist":{"shasum":"1d2f3b4cbeb9b5a7392e39282f3b7ea72756f89b","size":35983,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.2.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.2_1638893485595_0.9409368113206311"},"_hasShrinkwrap":false,"publish_time":1638893485770,"_cnpm_publish_time":1638893485770,"_cnpmcore_publish_time":"2021-12-16T12:10:22.589Z"},"0.4.1":{"name":"@restart/hooks","version":"0.4.1","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.2"},"description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.1","_nodeVersion":"14.15.0","_npmVersion":"6.14.13","dist":{"shasum":"716b1fd7a67650a6d4ed441b5d704b4f73ca2612","size":35773,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.1.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.1_1632751457663_0.3772713022306933"},"_hasShrinkwrap":false,"publish_time":1632751457858,"_cnpm_publish_time":1632751457858,"_cnpmcore_publish_time":"2021-12-16T12:10:22.920Z"},"0.4.0":{"name":"@restart/hooks","version":"0.4.0","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.2"},"description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.4.0","_nodeVersion":"14.15.0","_npmVersion":"6.14.13","dist":{"shasum":"f923d7c96b9bce969de097dd458c822b5c8072ee","size":35127,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.4.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.4.0.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.4.0_1623938744229_0.2775405257696326"},"_hasShrinkwrap":false,"publish_time":1623938744346,"_cnpm_publish_time":1623938744346,"_cnpmcore_publish_time":"2021-12-16T12:10:23.193Z"},"0.3.27":{"name":"@restart/hooks","version":"0.3.27","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"dequal":"^2.0.2"},"description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.3.27","_nodeVersion":"14.15.0","_npmVersion":"6.14.13","dist":{"shasum":"91f356d66d4699a8cd8b3d008402708b6a9dc505","size":34805,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.27.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.27.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.27_1623878024844_0.16108150774629904"},"_hasShrinkwrap":false,"publish_time":1623878025300,"_cnpm_publish_time":1623878025300,"_cnpmcore_publish_time":"2021-12-16T12:10:23.547Z"},"0.3.26":{"name":"@restart/hooks","version":"0.3.26","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":">=16.8.0"},"dependencies":{"lodash":"^4.17.20","lodash-es":"^4.17.20"},"description":"A set of utility and general-purpose React hooks.","_id":"@restart/hooks@0.3.26","_nodeVersion":"14.15.0","_npmVersion":"6.14.9","dist":{"shasum":"ade155a7b0b014ef1073391dda46972c3a14a129","size":32796,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.26.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.26.tgz"},"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.26_1609873047983_0.41985477770043644"},"_hasShrinkwrap":false,"publish_time":1609873048174,"_cnpm_publish_time":1609873048174,"_cnpmcore_publish_time":"2021-12-16T12:10:23.809Z"},"0.3.25":{"name":"@restart/hooks","version":"0.3.25","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.8.0"},"dependencies":{"lodash":"^4.17.15","lodash-es":"^4.17.15"},"_id":"@restart/hooks@0.3.25","_nodeVersion":"12.13.0","_npmVersion":"6.14.2","dist":{"shasum":"11004139ad1c70d2f5965a8939dcb5aeb96aa652","size":32613,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.25.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.25.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.25_1589481212298_0.18983955499096217"},"_hasShrinkwrap":false,"publish_time":1589481212468,"_cnpm_publish_time":1589481212468,"_cnpmcore_publish_time":"2021-12-16T12:10:24.095Z"},"0.3.24":{"name":"@restart/hooks","version":"0.3.24","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","rootDir":"./test","setupFilesAfterEnv":["./setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.8.0"},"dependencies":{"lodash":"^4.17.15","lodash-es":"^4.17.15"},"_id":"@restart/hooks@0.3.24","_nodeVersion":"12.13.0","_npmVersion":"6.14.2","dist":{"shasum":"e8c6187fa0b788669258e76c4abf3e8f6d4d7b4b","size":32612,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.24.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.24.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.24_1589395083874_0.18025217731468235"},"_hasShrinkwrap":false,"publish_time":1589395083981,"_cnpm_publish_time":1589395083981,"_cnpmcore_publish_time":"2021-12-16T12:10:24.423Z"},"0.3.23":{"name":"@restart/hooks","version":"0.3.23","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.8.0"},"dependencies":{"lodash":"^4.17.15","lodash-es":"^4.17.15"},"_id":"@restart/hooks@0.3.23","_nodeVersion":"12.13.0","_npmVersion":"6.14.2","dist":{"shasum":"531b487b68e54ff4be484c1e6a2cc8aa65f9447b","size":31216,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.23.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.23.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.23_1589381590319_0.35547488020036955"},"_hasShrinkwrap":false,"publish_time":1589381590441,"_cnpm_publish_time":1589381590441,"_cnpmcore_publish_time":"2021-12-16T12:10:24.725Z"},"0.3.22":{"name":"@restart/hooks","version":"0.3.22","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.8.0"},"dependencies":{"lodash":"^4.17.15","lodash-es":"^4.17.15"},"_id":"@restart/hooks@0.3.22","_nodeVersion":"12.13.0","_npmVersion":"6.14.2","dist":{"shasum":"bb7e27c832bf576f56977d0a0b8b9d8ccee877b8","size":30990,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.22.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.22.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.22_1584560222153_0.8174110450897583"},"_hasShrinkwrap":false,"publish_time":1584560222321,"_cnpm_publish_time":1584560222321,"_cnpmcore_publish_time":"2021-12-16T12:10:25.035Z"},"0.3.21":{"name":"@restart/hooks","version":"0.3.21","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.8.0"},"_id":"@restart/hooks@0.3.21","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"5264d12019ffb844dc1fc44d55517ded7b580ee2","size":28958,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.21.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.21.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.21_1582651983201_0.7415788224097337"},"_hasShrinkwrap":false,"publish_time":1582651983372,"_cnpm_publish_time":1582651983372,"_cnpmcore_publish_time":"2021-12-16T12:10:25.336Z"},"0.3.20":{"name":"@restart/hooks","version":"0.3.20","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.8.0"},"_id":"@restart/hooks@0.3.20","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"e7179ab41e5f346b2feca091261fbdad77e8bc19","size":27141,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.20.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.20.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.20_1579791401367_0.6903863084321975"},"_hasShrinkwrap":false,"publish_time":1579791401529,"_cnpm_publish_time":1579791401529,"_cnpmcore_publish_time":"2021-12-16T12:10:25.602Z"},"0.3.19":{"name":"@restart/hooks","version":"0.3.19","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.8.0"},"_id":"@restart/hooks@0.3.19","_nodeVersion":"12.13.0","_npmVersion":"6.12.0","dist":{"shasum":"1b54b4a61dca6157f3bfcd4f348855187d67d51f","size":26591,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.19.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.19.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.19_1574792868951_0.8765721500480721"},"_hasShrinkwrap":false,"publish_time":1574792869135,"_cnpm_publish_time":1574792869135,"_cnpmcore_publish_time":"2021-12-16T12:10:25.877Z"},"0.3.18":{"name":"@restart/hooks","version":"0.3.18","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.8.0"},"_id":"@restart/hooks@0.3.18","_nodeVersion":"12.12.0","_npmVersion":"6.11.3","dist":{"shasum":"2af4f0f34f2f341f2798b1dc3727db7f62c7ada7","size":26470,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.18.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.18.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"taion","email":"tesrin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.18_1574450853262_0.2930129465222948"},"_hasShrinkwrap":false,"publish_time":1574450853407,"_cnpm_publish_time":1574450853407,"_cnpmcore_publish_time":"2021-12-16T12:10:26.164Z"},"0.3.17":{"name":"@restart/hooks","version":"0.3.17","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"homepage":"https://github.com/react-restart/hooks#readme","jest":{"preset":"@4c","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.12.0"},"_id":"@restart/hooks@0.3.17","_nodeVersion":"12.12.0","_npmVersion":"6.11.3","dist":{"shasum":"83331af946b879d94871c957b67b37b98ce6927c","size":26468,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.17.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.17.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"taion","email":"tesrin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.17_1574450597878_0.03419480448925216"},"_hasShrinkwrap":false,"publish_time":1574450598046,"_cnpm_publish_time":1574450598046,"_cnpmcore_publish_time":"2021-12-16T12:10:26.399Z"},"0.3.16":{"name":"@restart/hooks","version":"0.3.16","main":"lib/cjs/index.js","types":"lib/cjs/index.d.ts","module":"lib/esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","scripts":{"test":"jest --coverage","tdd":"jest --watch","build:pick":"cherry-pick --name=@restart/hooks --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm","build":"rimraf lib && 4c build src && yarn build:pick","prepublishOnly":"yarn build"},"jest":{"preset":"@4c","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"devDependencies":{"@4c/babel-preset":"^6.0.3","@4c/cli":"^0.8.3","@4c/jest-preset":"^1.4.3","@4c/rollout":"^1.3.6","@4c/tsconfig":"^0.1.2","@babel/cli":"^7.5.5","@babel/core":"^7.5.5","@babel/preset-typescript":"^7.3.3","@types/enzyme":"^3.10.3","@types/jest":"^24.0.17","@types/react":"^16.9.1","babel-jest":"^24.8.0","cherry-pick":"^0.4.0","codecov":"^3.5.0","enzyme":"^3.10.0","enzyme-adapter-react-16":"^1.14.0","eslint":"^5.16.0","husky":"^3.0.3","jest":"^24.8.0","lint-staged":"^9.2.1","mq-polyfill":"^1.1.8","prettier":"^1.18.2","react":"^16.9.0","react-dom":"^16.9.0","rimraf":"^2.6.3","rollout":"^0.1.0","typescript":"^3.5.3"},"bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.16","gitHead":"4066dc41178f54772991b7b905697bd3817eb87b","_nodeVersion":"12.12.0","_npmVersion":"6.11.3","dist":{"shasum":"92bf1100610a3f9017ab18b650e39fd5b71249f0","size":43556,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.16.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.16.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"taion","email":"tesrin@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.16_1574449140301_0.34010357589847984"},"_hasShrinkwrap":false,"publish_time":1574449140442,"_cnpm_publish_time":1574449140442,"_cnpmcore_publish_time":"2021-12-16T12:10:26.781Z"},"0.3.15":{"name":"@restart/hooks","version":"0.3.15","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.15","_nodeVersion":"12.9.0","_npmVersion":"6.10.2","dist":{"shasum":"17cb37a272dfb9cbacf83614a5a7170e68f17d75","size":25782,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.15.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.15.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.15_1571840516683_0.7548511517394825"},"_hasShrinkwrap":false,"publish_time":1571840516812,"_cnpm_publish_time":1571840516812,"_cnpmcore_publish_time":"2021-12-16T12:10:27.378Z"},"0.3.14":{"name":"@restart/hooks","version":"0.3.14","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFilesAfterEnv":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.14","_nodeVersion":"12.9.0","_npmVersion":"6.10.2","dist":{"shasum":"1e0f045aadf0b06229b58eeba91351d90fb9452a","size":25268,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.14.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.14_1568988249218_0.3977442491889902"},"_hasShrinkwrap":false,"publish_time":1568988249361,"_cnpm_publish_time":1568988249361,"_cnpmcore_publish_time":"2021-12-16T12:10:27.971Z"},"0.3.13":{"name":"@restart/hooks","version":"0.3.13","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public","directory":"lib"},"release":{"conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.13","_nodeVersion":"12.9.0","_npmVersion":"6.10.2","dist":{"shasum":"656a62d6be3f3d72b9437101c557c864c0b34e36","size":24226,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.13.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.13_1567801979013_0.37124373565544144"},"_hasShrinkwrap":false,"publish_time":1567801979144,"_cnpm_publish_time":1567801979144,"_cnpmcore_publish_time":"2021-12-16T12:10:28.374Z"},"0.3.12":{"name":"@restart/hooks","version":"0.3.12","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.12","_nodeVersion":"10.15.3","_npmVersion":"6.10.2","dist":{"shasum":"c68e6b4048d80ab51f6694cb6921bd091318f80f","size":24106,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.12.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.12_1565627319562_0.8459784724460804"},"_hasShrinkwrap":false,"publish_time":1565627319715,"_cnpm_publish_time":1565627319715,"_cnpmcore_publish_time":"2021-12-16T12:10:28.753Z"},"0.3.11":{"name":"@restart/hooks","version":"0.3.11","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.11","_nodeVersion":"10.15.3","_npmVersion":"6.10.2","dist":{"shasum":"79ef8b872710838fac8c540f499915ed97935a7a","size":24029,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.11.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.11_1565381079683_0.1264997586619565"},"_hasShrinkwrap":false,"publish_time":1565381079815,"_cnpm_publish_time":1565381079815,"_cnpmcore_publish_time":"2021-12-16T12:10:29.021Z"},"0.3.10":{"name":"@restart/hooks","version":"0.3.10","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"prettier":{"singleQuote":true,"semi":false,"trailingComma":"all"},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.10","_nodeVersion":"10.15.3","_npmVersion":"6.10.2","dist":{"shasum":"064f896df66ed4322b58307faed78bec07e22bda","size":22349,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.10.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.10_1565365704220_0.8793492231342206"},"_hasShrinkwrap":false,"publish_time":1565365704350,"_cnpm_publish_time":1565365704350,"_cnpmcore_publish_time":"2021-12-16T12:10:29.274Z"},"0.3.9":{"name":"@restart/hooks","version":"0.3.9","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.9","_nodeVersion":"10.15.3","_npmVersion":"6.10.2","dist":{"shasum":"b2849bee3faec1d3fc531fdf301f4b27649baa8e","size":19883,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.9.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.9_1565023353991_0.9502351793003148"},"_hasShrinkwrap":false,"publish_time":1565023354188,"_cnpm_publish_time":1565023354188,"_cnpmcore_publish_time":"2021-12-16T12:10:29.524Z"},"0.3.8":{"name":"@restart/hooks","version":"0.3.8","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.8","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"2f34f503d92ad95586c34f1175d6743f3a520a4e","size":23759,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.8.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.8_1563465691802_0.718567921168658"},"_hasShrinkwrap":false,"publish_time":1563465692747,"_cnpm_publish_time":1563465692747,"_cnpmcore_publish_time":"2021-12-16T12:10:29.773Z"},"0.3.7":{"name":"@restart/hooks","version":"0.3.7","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.7","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"8d2768be4822260db7ce074f23ee70d19317fba1","size":23759,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.7.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.7_1562860054605_0.3781306815514591"},"_hasShrinkwrap":false,"publish_time":1562860054724,"_cnpm_publish_time":1562860054724,"_cnpmcore_publish_time":"2021-12-16T12:10:30.021Z"},"0.3.6":{"name":"@restart/hooks","version":"0.3.6","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.6","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"2c82ae4a9306588b84d350d5b756fee2358cc646","size":23748,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.6.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.6_1562604547662_0.21431104715238036"},"_hasShrinkwrap":false,"publish_time":1562604547812,"_cnpm_publish_time":1562604547812,"_cnpmcore_publish_time":"2021-12-16T12:10:30.262Z"},"0.3.5":{"name":"@restart/hooks","version":"0.3.5","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.5","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"d21f46eabd5bf23e1e31dfc0e2bb8d2416486b1c","size":23377,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.5.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.5_1562436692412_0.5554907179742319"},"_hasShrinkwrap":false,"publish_time":1562436692539,"_cnpm_publish_time":1562436692539,"_cnpmcore_publish_time":"2021-12-16T12:10:30.503Z"},"0.3.4":{"name":"@restart/hooks","version":"0.3.4","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.4","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"f090389900245b70ad3347bb920252428dc9e30d","size":20314,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.4.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.4_1562205396312_0.5406851153730201"},"_hasShrinkwrap":false,"publish_time":1562205396435,"_cnpm_publish_time":1562205396435,"_cnpmcore_publish_time":"2021-12-16T12:10:30.827Z"},"0.3.3":{"name":"@restart/hooks","version":"0.3.3","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.3","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"90b2d823984352f6d70219fe95462460c6e80a81","size":20286,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.3.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.3_1562189565925_0.8682928980497426"},"_hasShrinkwrap":false,"publish_time":1562189566051,"_cnpm_publish_time":1562189566051,"_cnpmcore_publish_time":"2021-12-16T12:10:31.053Z"},"0.3.2":{"name":"@restart/hooks","version":"0.3.2","main":"cjs/index.js","types":"cjs/index.d.ts","module":"esm/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.2","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"8060f96cd45fb7d89b7f97150f20deb159b1b613","size":17568,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.2.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.2_1561582348092_0.92499016864713"},"_hasShrinkwrap":false,"publish_time":1561582348239,"_cnpm_publish_time":1561582348239,"_cnpmcore_publish_time":"2021-12-16T12:10:31.246Z"},"0.3.1":{"name":"@restart/hooks","version":"0.3.1","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.1","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"bcc0ee82500bb2ac5849c3c3384d520a196cb7a0","size":16850,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.1.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.1_1559915398257_0.7017522992647545"},"_hasShrinkwrap":false,"publish_time":1559915398431,"_cnpm_publish_time":1559915398431,"_cnpmcore_publish_time":"2021-12-16T12:10:31.538Z"},"0.3.0":{"name":"@restart/hooks","version":"0.3.0","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.3.0","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"176a73e703133230e613cca4e536265657099bb5","size":16842,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.3.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.3.0.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.3.0_1559079373495_0.16036645247121073"},"_hasShrinkwrap":false,"publish_time":1559079373646,"_cnpm_publish_time":1559079373646,"_cnpmcore_publish_time":"2021-12-16T12:10:31.810Z"},"0.2.14":{"name":"@restart/hooks","version":"0.2.14","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.14","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"564f278c520a44f402e6cfd90c9b7fefdd79f21d","size":16675,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.14.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.14.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.14_1559077463505_0.00975578578984515"},"_hasShrinkwrap":false,"publish_time":1559077463656,"_cnpm_publish_time":1559077463656,"_cnpmcore_publish_time":"2021-12-16T12:10:32.034Z"},"0.2.13":{"name":"@restart/hooks","version":"0.2.13","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.13","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"de9a2dfd6dacac3b60f9b19614cdd49f90e434c3","size":16358,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.13.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.13.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.13_1557939958059_0.9221954754917738"},"_hasShrinkwrap":false,"publish_time":1557939958208,"_cnpm_publish_time":1557939958208,"_cnpmcore_publish_time":"2021-12-16T12:10:32.301Z"},"0.2.12":{"name":"@restart/hooks","version":"0.2.12","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.12","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"f3cc23096d3a3cd85e438716433ba5775b3f8234","size":16332,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.12.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.12.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.12_1557326780695_0.6763522809846878"},"_hasShrinkwrap":false,"publish_time":1557326780897,"_cnpm_publish_time":1557326780897,"_cnpmcore_publish_time":"2021-12-16T12:10:32.565Z"},"0.2.11":{"name":"@restart/hooks","version":"0.2.11","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.11","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"5968dd5b9ce880522259e5177413ce011529cad8","size":16178,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.11.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.11.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.11_1556811450012_0.31380349240053307"},"_hasShrinkwrap":false,"publish_time":1556811450183,"_cnpm_publish_time":1556811450183,"_cnpmcore_publish_time":"2021-12-16T12:10:32.848Z"},"0.2.10":{"name":"@restart/hooks","version":"0.2.10","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.10","_nodeVersion":"10.15.3","_npmVersion":"6.9.0","dist":{"shasum":"b5af041ed54ad380b4e665ee822bf8180f8c8401","size":16168,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.10.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.10.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.10_1556809990955_0.44903450605448825"},"_hasShrinkwrap":false,"publish_time":1556809991102,"_cnpm_publish_time":1556809991102,"_cnpmcore_publish_time":"2021-12-16T12:10:33.078Z"},"0.2.9":{"name":"@restart/hooks","version":"0.2.9","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.9","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"dist":{"shasum":"3ff9b64e3d17a92c277566d99bcbb7ffe07a39e5","size":12082,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.9.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.9.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.9_1555963441296_0.6329270116593793"},"_hasShrinkwrap":false,"publish_time":1555963441499,"_cnpm_publish_time":1555963441499,"_cnpmcore_publish_time":"2021-12-16T12:10:33.309Z"},"0.2.8":{"name":"@restart/hooks","version":"0.2.8","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.8","_npmVersion":"6.4.1","_nodeVersion":"10.15.3","_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"dist":{"shasum":"ce46e27f1ade48dda8807c81163742611c694a91","size":9881,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.8.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.8.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.8_1555961994765_0.3324687272860578"},"_hasShrinkwrap":false,"publish_time":1555961994888,"_cnpm_publish_time":1555961994888,"_cnpmcore_publish_time":"2021-12-16T12:10:33.502Z"},"0.2.7":{"name":"@restart/hooks","version":"0.2.7","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.7","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"fc359198769c74ffe839f1e5c4b6694a92f2f9d5","size":8520,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.7.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.7.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.7_1555426699689_0.23409929447599054"},"_hasShrinkwrap":false,"publish_time":1555426699821,"_cnpm_publish_time":1555426699821,"_cnpmcore_publish_time":"2021-12-16T12:10:33.759Z"},"0.2.6":{"name":"@restart/hooks","version":"0.2.6","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.6","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"e4cb437b6c97ce3821d7f09a0a3c41ab6784b552","size":8502,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.6.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.6_1555347521891_0.5603032502630181"},"_hasShrinkwrap":false,"publish_time":1555347521999,"_cnpm_publish_time":1555347521999,"_cnpmcore_publish_time":"2021-12-16T12:10:34.156Z"},"0.2.5":{"name":"@restart/hooks","version":"0.2.5","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general-purpose React hooks.","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.5","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"e29ef72f90cc7cdb69b3938c7b6cb463a02a40c9","size":5307,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.5.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.5_1554917580655_0.4406960615063522"},"_hasShrinkwrap":false,"publish_time":1554917580798,"_cnpm_publish_time":1554917580798,"_cnpmcore_publish_time":"2021-12-16T12:10:34.439Z"},"0.2.3":{"name":"@restart/hooks","version":"0.2.3","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general purpose react hooks","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.3","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"36ba57a574732cfcbc279324bf71bd7f241802bd","size":5157,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.3.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.3_1553785920816_0.5069353895195348"},"_hasShrinkwrap":false,"publish_time":1553785920940,"_cnpm_publish_time":1553785920940,"_cnpmcore_publish_time":"2021-12-16T12:10:34.649Z"},"0.2.2":{"name":"@restart/hooks","version":"0.2.2","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general purpose react hooks","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.2","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"7078d00efed33bc6f4897ef1d222b65241bbd1a2","size":5145,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.2.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.2.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.2_1553779706231_0.46114413221052364"},"_hasShrinkwrap":false,"publish_time":1553779706373,"_cnpm_publish_time":1553779706373,"_cnpmcore_publish_time":"2021-12-16T12:10:34.816Z"},"0.2.1":{"name":"@restart/hooks","version":"0.2.1","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general purpose react hooks","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.1","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"bb61b210a99991251241a674361c5256c3c53ebf","size":5144,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.1.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.1_1553779561422_0.6040612074885678"},"_hasShrinkwrap":false,"publish_time":1553779561542,"_cnpm_publish_time":1553779561542,"_cnpmcore_publish_time":"2021-12-16T12:10:35.000Z"},"0.2.0":{"name":"@restart/hooks","version":"0.2.0","main":"index.js","types":"index.d.ts","module":"es/index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupFiles":["./test/setup.js"]},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"A set of utility and general purpose react hooks","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.2.0","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"24b839b64f05fe752810fcb6091f75fa460e5406","size":4481,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.2.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.2.0.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.2.0_1553779169560_0.5296384445209801"},"_hasShrinkwrap":false,"publish_time":1553779169673,"_cnpm_publish_time":1553779169673,"_cnpmcore_publish_time":"2021-12-16T12:10:35.220Z"},"0.1.6":{"name":"@restart/hooks","version":"0.1.6","main":"index.js","types":"index.d.ts","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupTestFrameworkScriptFile":"./test/setup.js"},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.1.6","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"5417f9f239b19c8427ee6f034940984bd6b4084e","size":3079,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.1.6.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.1.6.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.1.6_1553695153146_0.9233555235355737"},"_hasShrinkwrap":false,"publish_time":1553695153254,"_cnpm_publish_time":1553695153254,"_cnpmcore_publish_time":"2021-12-16T12:10:35.454Z"},"0.1.5":{"name":"@restart/hooks","version":"0.1.5","main":"index.js","types":"index.d.ts","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupTestFrameworkScriptFile":"./test/setup.js"},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.1.5","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"2aabca8b2c6af016f61fb7a203520bb104b0954d","size":3010,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.1.5.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.1.5.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.1.5_1553643495026_0.23283341965842808"},"_hasShrinkwrap":false,"publish_time":1553643495163,"_cnpm_publish_time":1553643495163,"_cnpmcore_publish_time":"2021-12-16T12:10:36.439Z"},"0.1.4":{"name":"@restart/hooks","version":"0.1.4","main":"index.js","types":"index.d.ts","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupTestFrameworkScriptFile":"./test/setup.js"},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.1.4","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"783398832de3820fef5e005094ea68f2100a0d94","size":2984,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.1.4.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.1.4.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.1.4_1553642994286_0.4641133889223801"},"_hasShrinkwrap":false,"publish_time":1553642994453,"_cnpm_publish_time":1553642994453,"_cnpmcore_publish_time":"2021-12-16T12:10:36.672Z"},"0.1.3":{"name":"@restart/hooks","version":"0.1.3","main":"index.js","types":"index.d.ts","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupTestFrameworkScriptFile":"./test/setup.js"},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.1.3","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"a7b98fe0e4b29ae73656abb4bf52f9df5ef75375","size":2873,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.1.3.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.1.3.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.1.3_1553642850308_0.5923296552585178"},"_hasShrinkwrap":false,"publish_time":1553642850478,"_cnpm_publish_time":1553642850478,"_cnpmcore_publish_time":"2021-12-16T12:10:36.956Z"},"0.1.1":{"name":"@restart/hooks","version":"0.1.1","main":"index.js","types":"index.d.ts","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupTestFrameworkScriptFile":"./test/setup.js"},"publishConfig":{"access":"public"},"release":{"publishDir":"lib","conventionalCommits":true},"peerDependencies":{"react":"^16.8.0-0"},"description":"","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.1.1","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"6b955b4e36a6d44bd596caf1233abc3ecfb138c7","size":2873,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.1.1.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.1.1.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.1.1_1551987226062_0.10568569500500824"},"_hasShrinkwrap":false,"publish_time":1551987226298,"_cnpm_publish_time":1551987226298,"_cnpmcore_publish_time":"2021-12-16T12:10:37.175Z"},"0.1.0":{"name":"@restart/hooks","version":"0.1.0","main":"index.js","repository":{"type":"git","url":"git+https://github.com/jquense/react-common-hooks.git"},"author":{"name":"Jason Quense","email":"monastic.panic@gmail.com"},"license":"MIT","jest":{"preset":"@4c","setupTestFrameworkScriptFile":"./test/setup.js"},"publishConfig":{"access":"public"},"release":{"publishDir":"lib"},"peerDependencies":{"react":"^16.8.0-0"},"description":"","bugs":{"url":"https://github.com/jquense/react-common-hooks/issues"},"homepage":"https://github.com/jquense/react-common-hooks#readme","_id":"@restart/hooks@0.1.0","_nodeVersion":"10.1.0","_npmVersion":"6.7.0","dist":{"shasum":"6429c5af195435dc7e4077499f91cbc5d93a4d97","size":3710,"noattachment":false,"key":"/@restart/hooks/-/@restart/hooks-0.1.0.tgz","tarball":"http://registry.cnpm.dingdandao.com/@restart/hooks/download/@restart/hooks-0.1.0.tgz"},"maintainers":[{"name":"kytsang","email":""},{"name":"monastic.panic","email":"monastic.panic@gmail.com"},{"name":"taion","email":""}],"_npmUser":{"name":"monastic.panic","email":"monastic.panic@gmail.com"},"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/hooks_0.1.0_1550113261761_0.41702124788517914"},"_hasShrinkwrap":false,"publish_time":1550113261906,"_cnpm_publish_time":1550113261906,"_cnpmcore_publish_time":"2021-12-16T12:10:37.386Z"}},"readme":"# @restart/hooks [![npm][npm-badge]][npm]\n\nA set of utility and general-purpose React hooks.\n\n## Install\n\n```sh\nnpm install @restart/hooks\n```\n\n## Usage\n\n```js\nimport useInterval from '@restart/hooks/useInterval'\n\nuseInterval(() => loop(), 300, false)\n```\n\n[npm-badge]: https://img.shields.io/npm/v/@restart/hooks.svg\n[npm]: https://www.npmjs.org/package/@restart/hooks\n","_attachments":{},"homepage":"https://github.com/react-restart/hooks#readme","bugs":{"url":"https://github.com/react-restart/hooks/issues"},"license":"MIT"}