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

F4 Finalna Verzija

Location:
imaps-frontend/node_modules/has-bigints
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/has-bigints/CHANGELOG.md

    r0c6b92a r79a0317  
    55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
    66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
     7
     8## [v1.1.0](https://github.com/inspect-js/has-bigints/compare/v1.0.2...v1.1.0) - 2024-12-18
     9
     10### Commits
     11
     12- [meta] use `npmignore` to autogenerate an npmignore file [`a411cea`](https://github.com/inspect-js/has-bigints/commit/a411ceaf68bc297944c1627ec914455843195398)
     13- [actions] split out node 10-20, and 20+ [`4515878`](https://github.com/inspect-js/has-bigints/commit/45158780f412a6362d7a6116c552f75e23b4be38)
     14- [New] add types [`c888241`](https://github.com/inspect-js/has-bigints/commit/c888241a4fda933a270369419d11ce7f19ea50ce)
     15- [actions] update rebase action to use reusable workflow [`6f44338`](https://github.com/inspect-js/has-bigints/commit/6f44338ebca614230de3c87dc82719cf067335a2)
     16- [Dev Deps] update `@ljharb/eslint-config`, `auto-changelog`, `npmignore`, `tape` [`ffa1e4d`](https://github.com/inspect-js/has-bigints/commit/ffa1e4daad689075fec091c86d6b53d4432b99ff)
     17- [Dev Deps] update `aud`, `tape` [`0f5d096`](https://github.com/inspect-js/has-bigints/commit/0f5d09697b37c182587313e4a9218353f8d3d22b)
     18- [meta] add missing `engines.node` [`3f73c71`](https://github.com/inspect-js/has-bigints/commit/3f73c71d7f4f13dfcec5520a51a97fb91645d9db)
     19- [Tests] replace `aud` with `npm audit` [`b007efd`](https://github.com/inspect-js/has-bigints/commit/b007efdd11608912a5dcae216748840a746d3517)
     20- [Dev Deps] add missing peer dep [`459c612`](https://github.com/inspect-js/has-bigints/commit/459c6126ecff63021664dbb48d19c6b1ddc2db14)
    721
    822## [v1.0.2](https://github.com/inspect-js/has-bigints/compare/v1.0.1...v1.0.2) - 2022-04-19
  • imaps-frontend/node_modules/has-bigints/index.js

    r0c6b92a r79a0317  
    33var $BigInt = typeof BigInt !== 'undefined' && BigInt;
    44
     5/** @type {import('.')} */
    56module.exports = function hasNativeBigInts() {
    67        return typeof $BigInt === 'function'
  • imaps-frontend/node_modules/has-bigints/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "has-bigints",
    3         "version": "1.0.2",
    4         "description": "Determine if the JS environment has BigInt support.",
    5         "main": "index.js",
    6         "scripts": {
    7                 "version": "auto-changelog && git add CHANGELOG.md",
    8                 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    9                 "prepublishOnly": "safe-publish-latest",
    10                 "prepublish": "not-in-publish || npm run prepublishOnly",
    11                 "lint": "eslint --ext=js,mjs .",
    12                 "pretest": "npm run lint",
    13                 "tests-only": "nyc tape 'test/**/*.js'",
    14                 "test": "npm run tests-only",
    15                 "posttest": "aud --production"
    16         },
    17         "repository": {
    18                 "type": "git",
    19                 "url": "git+https://github.com/ljharb/has-bigints.git"
    20         },
    21         "keywords": [
    22                 "BigInt",
    23                 "bigints",
    24                 "typeof",
    25                 "ES2020"
    26         ],
    27         "author": "Jordan Harband <ljharb@gmail.com>",
    28         "funding": {
    29                 "url": "https://github.com/sponsors/ljharb"
    30         },
    31         "license": "MIT",
    32         "bugs": {
    33                 "url": "https://github.com/ljharb/has-bigints/issues"
    34         },
    35         "homepage": "https://github.com/ljharb/has-bigints#readme",
    36         "devDependencies": {
    37                 "@ljharb/eslint-config": "^21.0.0",
    38                 "aud": "^2.0.0",
    39                 "auto-changelog": "^2.4.0",
    40                 "eslint": "=8.8.0",
    41                 "in-publish": "^2.0.1",
    42                 "nyc": "^10.3.2",
    43                 "safe-publish-latest": "^2.0.0",
    44                 "tape": "^5.5.3"
    45         },
    46         "auto-changelog": {
    47                 "output": "CHANGELOG.md",
    48                 "template": "keepachangelog",
    49                 "unreleased": false,
    50                 "commitLimit": false,
    51                 "backfillLimit": false,
    52                 "hideCredit": true
    53         }
     2  "_from": "has-bigints@^1.0.2",
     3  "_id": "has-bigints@1.1.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-R3pbpkcIqv2Pm3dUwgjclDRVmWpTJW2DcMzcIhEXEx1oh/CEMObMm3KLmRJOdvhM7o4uQBnwr8pzRK2sJWIqfg==",
     6  "_location": "/has-bigints",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "has-bigints@^1.0.2",
     12    "name": "has-bigints",
     13    "escapedName": "has-bigints",
     14    "rawSpec": "^1.0.2",
     15    "saveSpec": null,
     16    "fetchSpec": "^1.0.2"
     17  },
     18  "_requiredBy": [
     19    "/is-bigint",
     20    "/unbox-primitive"
     21  ],
     22  "_resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.1.0.tgz",
     23  "_shasum": "28607e965ac967e03cd2a2c70a2636a1edad49fe",
     24  "_spec": "has-bigints@^1.0.2",
     25  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/is-bigint",
     26  "author": {
     27    "name": "Jordan Harband",
     28    "email": "ljharb@gmail.com"
     29  },
     30  "auto-changelog": {
     31    "output": "CHANGELOG.md",
     32    "template": "keepachangelog",
     33    "unreleased": false,
     34    "commitLimit": false,
     35    "backfillLimit": false,
     36    "hideCredit": true
     37  },
     38  "bugs": {
     39    "url": "https://github.com/ljharb/has-bigints/issues"
     40  },
     41  "bundleDependencies": false,
     42  "deprecated": false,
     43  "description": "Determine if the JS environment has BigInt support.",
     44  "devDependencies": {
     45    "@arethetypeswrong/cli": "^0.17.1",
     46    "@ljharb/eslint-config": "^21.1.1",
     47    "@ljharb/tsconfig": "^0.2.2",
     48    "@types/tape": "^5.8.0",
     49    "auto-changelog": "^2.5.0",
     50    "encoding": "^0.1.13",
     51    "eslint": "=8.8.0",
     52    "in-publish": "^2.0.1",
     53    "npmignore": "^0.3.1",
     54    "nyc": "^10.3.2",
     55    "safe-publish-latest": "^2.0.0",
     56    "tape": "^5.9.0",
     57    "typescript": "next"
     58  },
     59  "engines": {
     60    "node": ">= 0.4"
     61  },
     62  "funding": {
     63    "url": "https://github.com/sponsors/ljharb"
     64  },
     65  "homepage": "https://github.com/ljharb/has-bigints#readme",
     66  "keywords": [
     67    "BigInt",
     68    "bigints",
     69    "typeof",
     70    "ES2020"
     71  ],
     72  "license": "MIT",
     73  "main": "index.js",
     74  "name": "has-bigints",
     75  "publishConfig": {
     76    "ignore": [
     77      ".github/workflows"
     78    ]
     79  },
     80  "repository": {
     81    "type": "git",
     82    "url": "git+https://github.com/ljharb/has-bigints.git"
     83  },
     84  "scripts": {
     85    "lint": "eslint --ext=js,mjs .",
     86    "postlint": "tsc && attw -P",
     87    "posttest": "npx npm@'>= 10.2' audit --production",
     88    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
     89    "prepack": "npmignore --auto --commentLines=autogenerated",
     90    "prepublish": "not-in-publish || npm run prepublishOnly",
     91    "prepublishOnly": "safe-publish-latest",
     92    "pretest": "npm run lint",
     93    "test": "npm run tests-only",
     94    "tests-only": "nyc tape 'test/**/*.js'",
     95    "version": "auto-changelog && git add CHANGELOG.md"
     96  },
     97  "version": "1.1.0"
    5498}
Note: See TracChangeset for help on using the changeset viewer.