1 | {
|
---|
2 | "_from": "set-harmonic-interval@^1.0.1",
|
---|
3 | "_id": "set-harmonic-interval@1.0.1",
|
---|
4 | "_inBundle": false,
|
---|
5 | "_integrity": "sha512-AhICkFV84tBP1aWqPwLZqFvAwqEoVA9kxNMniGEUvzOlm4vLmOFLiTT3UZ6bziJTy4bOVpzWGTfSCbmaayGx8g==",
|
---|
6 | "_location": "/set-harmonic-interval",
|
---|
7 | "_phantomChildren": {},
|
---|
8 | "_requested": {
|
---|
9 | "type": "range",
|
---|
10 | "registry": true,
|
---|
11 | "raw": "set-harmonic-interval@^1.0.1",
|
---|
12 | "name": "set-harmonic-interval",
|
---|
13 | "escapedName": "set-harmonic-interval",
|
---|
14 | "rawSpec": "^1.0.1",
|
---|
15 | "saveSpec": null,
|
---|
16 | "fetchSpec": "^1.0.1"
|
---|
17 | },
|
---|
18 | "_requiredBy": [
|
---|
19 | "/react-use"
|
---|
20 | ],
|
---|
21 | "_resolved": "https://registry.npmjs.org/set-harmonic-interval/-/set-harmonic-interval-1.0.1.tgz",
|
---|
22 | "_shasum": "e1773705539cdfb80ce1c3d99e7f298bb3995249",
|
---|
23 | "_spec": "set-harmonic-interval@^1.0.1",
|
---|
24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/react-use",
|
---|
25 | "author": {
|
---|
26 | "name": "streamich",
|
---|
27 | "url": "https://github.com/streamich"
|
---|
28 | },
|
---|
29 | "bugs": {
|
---|
30 | "url": "https://github.com/streamich/set-harmonic-interval/issues"
|
---|
31 | },
|
---|
32 | "bundleDependencies": false,
|
---|
33 | "config": {
|
---|
34 | "commitizen": {
|
---|
35 | "path": "git-cz"
|
---|
36 | }
|
---|
37 | },
|
---|
38 | "dependencies": {},
|
---|
39 | "deprecated": false,
|
---|
40 | "description": "Works similar to `setInterval`, but calls all callbacks scheduled using `setHarmonicInterval` all at once, which have same delay in milliseconds.",
|
---|
41 | "devDependencies": {
|
---|
42 | "@commitlint/cli": "^8.1.0",
|
---|
43 | "@commitlint/config-conventional": "^8.1.0",
|
---|
44 | "@semantic-release/changelog": "^3.0.4",
|
---|
45 | "@semantic-release/git": "^7.0.16",
|
---|
46 | "@semantic-release/npm": "^5.1.15",
|
---|
47 | "@types/jest": "^24.0.18",
|
---|
48 | "husky": "^3.0.4",
|
---|
49 | "jest": "^24.9.0",
|
---|
50 | "prettier": "^1.18.2",
|
---|
51 | "pretty-quick": "^1.11.1",
|
---|
52 | "rimraf": "^3.0.0",
|
---|
53 | "rollup": "^1.20.3",
|
---|
54 | "rollup-plugin-typescript2": "^0.24.0",
|
---|
55 | "semantic-release": "^15.13.24",
|
---|
56 | "ts-jest": "^24.0.2",
|
---|
57 | "ts-node": "^8.3.0",
|
---|
58 | "tslint": "^5.19.0",
|
---|
59 | "tslint-config-common": "^1.6.0",
|
---|
60 | "typescript": "^3.5.3"
|
---|
61 | },
|
---|
62 | "engines": {
|
---|
63 | "node": ">=6.9"
|
---|
64 | },
|
---|
65 | "esnext": "lib/index.next.esm.js",
|
---|
66 | "files": [
|
---|
67 | "lib/"
|
---|
68 | ],
|
---|
69 | "homepage": "https://github.com/streamich/set-harmonic-interval",
|
---|
70 | "husky": {
|
---|
71 | "hooks": {
|
---|
72 | "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
|
---|
73 | "pre-commit": "pretty-quick --staged && yarn tslint",
|
---|
74 | "pre-push": "yarn prettier:diff"
|
---|
75 | }
|
---|
76 | },
|
---|
77 | "keywords": [],
|
---|
78 | "license": "Unlicense",
|
---|
79 | "main": "lib/index.js",
|
---|
80 | "module": "lib/index.esm.js",
|
---|
81 | "name": "set-harmonic-interval",
|
---|
82 | "release": {
|
---|
83 | "verifyConditions": [
|
---|
84 | "@semantic-release/changelog",
|
---|
85 | "@semantic-release/npm",
|
---|
86 | "@semantic-release/git"
|
---|
87 | ],
|
---|
88 | "prepare": [
|
---|
89 | "@semantic-release/changelog",
|
---|
90 | "@semantic-release/npm",
|
---|
91 | "@semantic-release/git"
|
---|
92 | ]
|
---|
93 | },
|
---|
94 | "repository": {
|
---|
95 | "type": "git",
|
---|
96 | "url": "git+https://github.com/streamich/set-harmonic-interval.git"
|
---|
97 | },
|
---|
98 | "scripts": {
|
---|
99 | "build": "rimraf ./dist && rollup --config",
|
---|
100 | "clean": "rimraf lib",
|
---|
101 | "demo1": "yarn build && node demo1.js",
|
---|
102 | "demo2": "yarn build && node demo2.js",
|
---|
103 | "prettier": "prettier --ignore-path .gitignore --write \"src/**/*.{ts,tsx,js,jsx}\"",
|
---|
104 | "prettier:diff": "prettier -l \"src/**/*.{ts,tsx,js,jsx}\"",
|
---|
105 | "release": "semantic-release",
|
---|
106 | "test": "jest --no-cache --config='jest.config.js'",
|
---|
107 | "tslint": "tslint 'src/**/*.{js,jsx,ts,tsx}' -t verbose"
|
---|
108 | },
|
---|
109 | "types": "lib/index.d.ts",
|
---|
110 | "typings": "lib/index.d.ts",
|
---|
111 | "version": "1.0.1"
|
---|
112 | }
|
---|