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/supports-preserve-symlinks-flag/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "supports-preserve-symlinks-flag",
    3         "version": "1.0.0",
    4         "description": "Determine if the current node version supports the `--preserve-symlinks` flag.",
    5         "main": "./index.js",
    6         "browser": "./browser.js",
    7         "exports": {
    8                 ".": [
    9                         {
    10                                 "browser": "./browser.js",
    11                                 "default": "./index.js"
    12                         },
    13                         "./index.js"
    14                 ],
    15                 "./package.json": "./package.json"
    16         },
    17         "sideEffects": false,
    18         "scripts": {
    19                 "prepublishOnly": "safe-publish-latest",
    20                 "prepublish": "not-in-publish || npm run prepublishOnly",
    21                 "lint": "eslint --ext=js,mjs .",
    22                 "pretest": "npm run lint",
    23                 "tests-only": "nyc tape 'test/**/*.js'",
    24                 "test": "npm run tests-only",
    25                 "posttest": "aud --production",
    26                 "version": "auto-changelog && git add CHANGELOG.md",
    27                 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    28         },
    29         "repository": {
    30                 "type": "git",
    31                 "url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git"
    32         },
    33         "keywords": [
    34                 "node",
    35                 "flag",
    36                 "symlink",
    37                 "symlinks",
    38                 "preserve-symlinks"
    39         ],
    40         "author": "Jordan Harband <ljharb@gmail.com>",
    41         "funding": {
    42                 "url": "https://github.com/sponsors/ljharb"
    43         },
    44         "license": "MIT",
    45         "bugs": {
    46                 "url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag/issues"
    47         },
    48         "homepage": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme",
    49         "devDependencies": {
    50                 "@ljharb/eslint-config": "^20.1.0",
    51                 "aud": "^1.1.5",
    52                 "auto-changelog": "^2.3.0",
    53                 "eslint": "^8.6.0",
    54                 "nyc": "^10.3.2",
    55                 "safe-publish-latest": "^2.0.0",
    56                 "semver": "^6.3.0",
    57                 "tape": "^5.4.0"
    58         },
    59         "engines": {
    60                 "node": ">= 0.4"
    61         },
    62         "auto-changelog": {
    63                 "output": "CHANGELOG.md",
    64                 "template": "keepachangelog",
    65                 "unreleased": false,
    66                 "commitLimit": false,
    67                 "backfillLimit": false,
    68                 "hideCredit": true
    69         }
     2  "_from": "supports-preserve-symlinks-flag@^1.0.0",
     3  "_id": "supports-preserve-symlinks-flag@1.0.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
     6  "_location": "/supports-preserve-symlinks-flag",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "supports-preserve-symlinks-flag@^1.0.0",
     12    "name": "supports-preserve-symlinks-flag",
     13    "escapedName": "supports-preserve-symlinks-flag",
     14    "rawSpec": "^1.0.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^1.0.0"
     17  },
     18  "_requiredBy": [
     19    "/resolve"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
     22  "_shasum": "6eda4bd344a3c94aea376d4cc31bc77311039e09",
     23  "_spec": "supports-preserve-symlinks-flag@^1.0.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  "browser": "./browser.js",
     38  "bugs": {
     39    "url": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag/issues"
     40  },
     41  "bundleDependencies": false,
     42  "deprecated": false,
     43  "description": "Determine if the current node version supports the `--preserve-symlinks` flag.",
     44  "devDependencies": {
     45    "@ljharb/eslint-config": "^20.1.0",
     46    "aud": "^1.1.5",
     47    "auto-changelog": "^2.3.0",
     48    "eslint": "^8.6.0",
     49    "nyc": "^10.3.2",
     50    "safe-publish-latest": "^2.0.0",
     51    "semver": "^6.3.0",
     52    "tape": "^5.4.0"
     53  },
     54  "engines": {
     55    "node": ">= 0.4"
     56  },
     57  "exports": {
     58    ".": [
     59      {
     60        "browser": "./browser.js",
     61        "default": "./index.js"
     62      },
     63      "./index.js"
     64    ],
     65    "./package.json": "./package.json"
     66  },
     67  "funding": {
     68    "url": "https://github.com/sponsors/ljharb"
     69  },
     70  "homepage": "https://github.com/inspect-js/node-supports-preserve-symlinks-flag#readme",
     71  "keywords": [
     72    "node",
     73    "flag",
     74    "symlink",
     75    "symlinks",
     76    "preserve-symlinks"
     77  ],
     78  "license": "MIT",
     79  "main": "./index.js",
     80  "name": "supports-preserve-symlinks-flag",
     81  "repository": {
     82    "type": "git",
     83    "url": "git+https://github.com/inspect-js/node-supports-preserve-symlinks-flag.git"
     84  },
     85  "scripts": {
     86    "lint": "eslint --ext=js,mjs .",
     87    "posttest": "aud --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    "prepublish": "not-in-publish || npm run prepublishOnly",
     90    "prepublishOnly": "safe-publish-latest",
     91    "pretest": "npm run lint",
     92    "test": "npm run tests-only",
     93    "tests-only": "nyc tape 'test/**/*.js'",
     94    "version": "auto-changelog && git add CHANGELOG.md"
     95  },
     96  "sideEffects": false,
     97  "version": "1.0.0"
    7098}
Note: See TracChangeset for help on using the changeset viewer.