Changeset 79a0317 for imaps-frontend/node_modules/set-harmonic-interval
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/set-harmonic-interval/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "set-harmonic-interval", 3 "version": "1.0.1", 4 "description": "", 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", 5 25 "author": { 6 26 "name": "streamich", 7 27 "url": "https://github.com/streamich" 8 28 }, 9 "homepage": "https://github.com/streamich/set-harmonic-interval", 10 "repository": "streamich/set-harmonic-interval", 11 "license": "Unlicense", 12 "engines": { 13 "node": ">=6.9" 29 "bugs": { 30 "url": "https://github.com/streamich/set-harmonic-interval/issues" 14 31 }, 15 "main": "lib/index.js", 16 "module": "lib/index.esm.js", 17 "esnext": "lib/index.next.esm.js", 18 "types": "lib/index.d.ts", 19 "typings": "lib/index.d.ts", 20 "files": [ 21 "lib/" 22 ], 23 "scripts": { 24 "prettier": "prettier --ignore-path .gitignore --write \"src/**/*.{ts,tsx,js,jsx}\"", 25 "prettier:diff": "prettier -l \"src/**/*.{ts,tsx,js,jsx}\"", 26 "tslint": "tslint 'src/**/*.{js,jsx,ts,tsx}' -t verbose", 27 "clean": "rimraf lib", 28 "build": "rimraf ./dist && rollup --config", 29 "test": "jest --no-cache --config='jest.config.js'", 30 "release": "semantic-release", 31 "demo1": "yarn build && node demo1.js", 32 "demo2": "yarn build && node demo2.js" 33 }, 34 "husky": { 35 "hooks": { 36 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS", 37 "pre-commit": "pretty-quick --staged && yarn tslint", 38 "pre-push": "yarn prettier:diff" 32 "bundleDependencies": false, 33 "config": { 34 "commitizen": { 35 "path": "git-cz" 39 36 } 40 37 }, 41 "keywords": [],42 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.", 43 41 "devDependencies": { 44 42 "@commitlint/cli": "^8.1.0", … … 62 60 "typescript": "^3.5.3" 63 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", 64 82 "release": { 65 83 "verifyConditions": [ … … 74 92 ] 75 93 }, 76 "config": { 77 "commitizen": { 78 "path": "git-cz" 79 } 80 } 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" 81 112 }
Note:
See TracChangeset
for help on using the changeset viewer.