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

F4 Finalna Verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/get-symbol-description/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "get-symbol-description",
    3         "version": "1.0.2",
    4         "description": "Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.",
    5         "main": "index.js",
    6         "exports": {
    7                 ".": "./index.js",
    8                 "./getInferredName": "./getInferredName.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 --ext=.js,.mjs .",
    16                 "postlint": "evalmd README.md",
    17                 "pretest": "npm run lint",
    18                 "tests-only": "nyc tape 'test/**/*.js'",
    19                 "test": "npm run tests-only",
    20                 "posttest": "aud --production",
    21                 "version": "auto-changelog && git add CHANGELOG.md",
    22                 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
    23         },
    24         "repository": {
    25                 "type": "git",
    26                 "url": "git+https://github.com/inspect-js/get-symbol-description.git"
    27         },
    28         "keywords": [
    29                 "symbol",
    30                 "ecmascript",
    31                 "javascript",
    32                 "description"
    33         ],
    34         "author": "Jordan Harband <ljharb@gmail.com>",
    35         "funding": {
    36                 "url": "https://github.com/sponsors/ljharb"
    37         },
    38         "license": "MIT",
    39         "bugs": {
    40                 "url": "https://github.com/inspect-js/get-symbol-description/issues"
    41         },
    42         "homepage": "https://github.com/inspect-js/get-symbol-description#readme",
    43         "dependencies": {
    44                 "call-bind": "^1.0.5",
    45                 "es-errors": "^1.3.0",
    46                 "get-intrinsic": "^1.2.4"
    47         },
    48         "devDependencies": {
    49                 "@ljharb/eslint-config": "^21.1.0",
    50                 "aud": "^2.0.4",
    51                 "auto-changelog": "^2.4.0",
    52                 "es-value-fixtures": "^1.4.2",
    53                 "eslint": "=8.8.0",
    54                 "evalmd": "^0.0.19",
    55                 "for-each": "^0.3.3",
    56                 "hasown": "^2.0.0",
    57                 "in-publish": "^2.0.1",
    58                 "npmignore": "^0.3.1",
    59                 "nyc": "^10.3.2",
    60                 "object-inspect": "^1.13.1",
    61                 "safe-publish-latest": "^2.0.0",
    62                 "tape": "^5.7.4"
    63         },
    64         "engines": {
    65                 "node": ">= 0.4"
    66         },
    67         "auto-changelog": {
    68                 "output": "CHANGELOG.md",
    69                 "template": "keepachangelog",
    70                 "unreleased": false,
    71                 "commitLimit": false,
    72                 "backfillLimit": false,
    73                 "hideCredit": true
    74         },
    75         "publishConfig": {
    76                 "ignore": [
    77                         ".github/workflows"
    78                 ]
    79         }
     2  "_from": "get-symbol-description@^1.1.0",
     3  "_id": "get-symbol-description@1.1.0",
     4  "_inBundle": false,
     5  "_integrity": "sha512-w9UMqWwJxHNOvoNzSJ2oPF5wvYcvP7jUvYzhp67yEhTi17ZDBBC1z9pTdGuzjD+EFIqLSYRweZjqfiPzQ06Ebg==",
     6  "_location": "/get-symbol-description",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "range",
     10    "registry": true,
     11    "raw": "get-symbol-description@^1.1.0",
     12    "name": "get-symbol-description",
     13    "escapedName": "get-symbol-description",
     14    "rawSpec": "^1.1.0",
     15    "saveSpec": null,
     16    "fetchSpec": "^1.1.0"
     17  },
     18  "_requiredBy": [
     19    "/es-abstract"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.1.0.tgz",
     22  "_shasum": "7bdd54e0befe8ffc9f3b4e203220d9f1e881b6ee",
     23  "_spec": "get-symbol-description@^1.1.0",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
     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/get-symbol-description/issues"
     39  },
     40  "bundleDependencies": false,
     41  "dependencies": {
     42    "call-bound": "^1.0.3",
     43    "es-errors": "^1.3.0",
     44    "get-intrinsic": "^1.2.6"
     45  },
     46  "deprecated": false,
     47  "description": "Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.",
     48  "devDependencies": {
     49    "@arethetypeswrong/cli": "^0.17.1",
     50    "@ljharb/eslint-config": "^21.1.1",
     51    "@ljharb/tsconfig": "^0.2.2",
     52    "@types/for-each": "^0.3.3",
     53    "@types/get-intrinsic": "^1.2.3",
     54    "@types/object-inspect": "^1.13.0",
     55    "@types/tape": "^5.7.0",
     56    "auto-changelog": "^2.5.0",
     57    "encoding": "^0.1.13",
     58    "es-value-fixtures": "^1.5.0",
     59    "eslint": "=8.8.0",
     60    "evalmd": "^0.0.19",
     61    "for-each": "^0.3.3",
     62    "hasown": "^2.0.2",
     63    "in-publish": "^2.0.1",
     64    "npmignore": "^0.3.1",
     65    "nyc": "^10.3.2",
     66    "object-inspect": "^1.13.3",
     67    "safe-publish-latest": "^2.0.0",
     68    "tape": "^5.9.0",
     69    "typescript": "^5.8.0-dev.20241216"
     70  },
     71  "engines": {
     72    "node": ">= 0.4"
     73  },
     74  "exports": {
     75    ".": "./index.js",
     76    "./getInferredName": "./getInferredName.js",
     77    "./package.json": "./package.json"
     78  },
     79  "funding": {
     80    "url": "https://github.com/sponsors/ljharb"
     81  },
     82  "homepage": "https://github.com/inspect-js/get-symbol-description#readme",
     83  "keywords": [
     84    "symbol",
     85    "ecmascript",
     86    "javascript",
     87    "description"
     88  ],
     89  "license": "MIT",
     90  "main": "index.js",
     91  "name": "get-symbol-description",
     92  "publishConfig": {
     93    "ignore": [
     94      ".github/workflows"
     95    ]
     96  },
     97  "repository": {
     98    "type": "git",
     99    "url": "git+https://github.com/inspect-js/get-symbol-description.git"
     100  },
     101  "scripts": {
     102    "lint": "eslint --ext=.js,.mjs .",
     103    "postlint": "tsc && attw -P",
     104    "posttest": "npx npm@'>= 10.2' audit --production",
     105    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
     106    "prelint": "evalmd README.md",
     107    "prepack": "npmignore --auto --commentLines=autogenerated",
     108    "prepublish": "not-in-publish || npm run prepublishOnly",
     109    "prepublishOnly": "safe-publish-latest",
     110    "pretest": "npm run lint",
     111    "test": "npm run tests-only",
     112    "tests-only": "nyc tape 'test/**/*.js'",
     113    "version": "auto-changelog && git add CHANGELOG.md"
     114  },
     115  "version": "1.1.0"
    80116}
Note: See TracChangeset for help on using the changeset viewer.