Ignore:
Timestamp:
01/21/25 03:08:24 (3 days ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
0c6b92a
Message:

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/set-harmonic-interval/package.json

    r0c6b92a r79a0317  
    11{
    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",
    525  "author": {
    626    "name": "streamich",
    727    "url": "https://github.com/streamich"
    828  },
    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"
    1431  },
    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"
    3936    }
    4037  },
    41   "keywords": [],
    4238  "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.",
    4341  "devDependencies": {
    4442    "@commitlint/cli": "^8.1.0",
     
    6260    "typescript": "^3.5.3"
    6361  },
     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",
    6482  "release": {
    6583    "verifyConditions": [
     
    7492    ]
    7593  },
    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"
    81112}
Note: See TracChangeset for help on using the changeset viewer.