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/is-core-module/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "is-core-module",
    3         "version": "2.15.1",
    4         "description": "Is this specifier a node.js core module?",
    5         "main": "index.js",
    6         "sideEffects": false,
    7         "exports": {
    8                 ".": "./index.js",
    9                 "./package.json": "./package.json"
    10         },
    11         "scripts": {
    12                 "prepack": "npmignore --auto --commentLines=autogenerated",
    13                 "prepublish": "not-in-publish || npm run prepublishOnly",
    14                 "prepublishOnly": "safe-publish-latest",
    15                 "lint": "eslint .",
    16                 "pretest": "npm run lint",
    17                 "tests-only": "nyc tape 'test/**/*.js'",
    18                 "test": "npm run tests-only",
    19                 "posttest": "npx npm@'>=10.2' audit --production",
    20                 "version": "auto-changelog && git add CHANGELOG.md",
    21                 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    22         },
    23         "repository": {
    24                 "type": "git",
    25                 "url": "git+https://github.com/inspect-js/is-core-module.git"
    26         },
    27         "keywords": [
    28                 "core",
    29                 "modules",
    30                 "module",
    31                 "npm",
    32                 "node",
    33                 "dependencies"
    34         ],
    35         "author": "Jordan Harband <ljharb@gmail.com>",
    36         "funding": {
    37                 "url": "https://github.com/sponsors/ljharb"
    38         },
    39         "license": "MIT",
    40         "bugs": {
    41                 "url": "https://github.com/inspect-js/is-core-module/issues"
    42         },
    43         "homepage": "https://github.com/inspect-js/is-core-module",
    44         "dependencies": {
    45                 "hasown": "^2.0.2"
    46         },
    47         "devDependencies": {
    48                 "@ljharb/eslint-config": "^21.1.1",
    49                 "auto-changelog": "^2.4.0",
    50                 "encoding": "^0.1.13",
    51                 "eslint": "=8.8.0",
    52                 "in-publish": "^2.0.1",
    53                 "mock-property": "^1.1.0",
    54                 "npmignore": "^0.3.1",
    55                 "nyc": "^10.3.2",
    56                 "safe-publish-latest": "^2.0.0",
    57                 "semver": "^6.3.1",
    58                 "tape": "^5.8.1"
    59         },
    60         "auto-changelog": {
    61                 "output": "CHANGELOG.md",
    62                 "template": "keepachangelog",
    63                 "unreleased": false,
    64                 "commitLimit": false,
    65                 "backfillLimit": false,
    66                 "hideCredit": true
    67         },
    68         "publishConfig": {
    69                 "ignore": [
    70                         ".github"
    71                 ]
    72         },
    73         "engines": {
    74                 "node": ">= 0.4"
    75         }
     2  "_from": "is-core-module@^2.13.0",
     3  "_id": "is-core-module@2.16.1",
     4  "_inBundle": false,
     5  "_integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
     6  "_location": "/is-core-module",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "is-core-module@^2.13.0",
     12    "name": "is-core-module",
     13    "escapedName": "is-core-module",
     14    "rawSpec": "^2.13.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^2.13.0"
     17  },
     18  "_requiredBy": [
     19    "/resolve"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
     22  "_shasum": "2a98801a849f43e2add644fbb6bc6229b19a4ef4",
     23  "_spec": "is-core-module@^2.13.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/resolve",
     25  "author": {
     26    "name": "Jordan Harband",
     27    "email": "ljharb@gmail.com"
     28  },
     29  "auto-changelog": {
     30    "output": "CHANGELOG.md",
     31    "template": "keepachangelog",
     32    "unreleased": false,
     33    "commitLimit": false,
     34    "backfillLimit": false,
     35    "hideCredit": true
     36  },
     37  "bugs": {
     38    "url": "https://github.com/inspect-js/is-core-module/issues"
     39  },
     40  "bundleDependencies": false,
     41  "dependencies": {
     42    "hasown": "^2.0.2"
     43  },
     44  "deprecated": false,
     45  "description": "Is this specifier a node.js core module?",
     46  "devDependencies": {
     47    "@ljharb/eslint-config": "^21.1.1",
     48    "auto-changelog": "^2.5.0",
     49    "encoding": "^0.1.13",
     50    "eslint": "=8.8.0",
     51    "in-publish": "^2.0.1",
     52    "mock-property": "^1.1.0",
     53    "npmignore": "^0.3.1",
     54    "nyc": "^10.3.2",
     55    "safe-publish-latest": "^2.0.0",
     56    "semver": "^6.3.1",
     57    "tape": "^5.9.0"
     58  },
     59  "engines": {
     60    "node": ">= 0.4"
     61  },
     62  "exports": {
     63    ".": "./index.js",
     64    "./package.json": "./package.json"
     65  },
     66  "funding": {
     67    "url": "https://github.com/sponsors/ljharb"
     68  },
     69  "homepage": "https://github.com/inspect-js/is-core-module",
     70  "keywords": [
     71    "core",
     72    "modules",
     73    "module",
     74    "npm",
     75    "node",
     76    "dependencies"
     77  ],
     78  "license": "MIT",
     79  "main": "index.js",
     80  "name": "is-core-module",
     81  "publishConfig": {
     82    "ignore": [
     83      ".github"
     84    ]
     85  },
     86  "repository": {
     87    "type": "git",
     88    "url": "git+https://github.com/inspect-js/is-core-module.git"
     89  },
     90  "scripts": {
     91    "lint": "eslint .",
     92    "posttest": "npx npm@'>=10.2' audit --production",
     93    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
     94    "prepack": "npmignore --auto --commentLines=autogenerated",
     95    "prepublish": "not-in-publish || npm run prepublishOnly",
     96    "prepublishOnly": "safe-publish-latest",
     97    "pretest": "npm run lint",
     98    "test": "npm run tests-only",
     99    "tests-only": "nyc tape 'test/**/*.js'",
     100    "version": "auto-changelog && git add CHANGELOG.md"
     101  },
     102  "sideEffects": false,
     103  "version": "2.16.1"
    76104}
Note: See TracChangeset for help on using the changeset viewer.