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/resolve/package.json

    r0c6b92a r79a0317  
    11{
    2         "name": "resolve",
    3         "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
    4         "version": "2.0.0-next.5",
    5         "repository": {
    6                 "type": "git",
    7                 "url": "git://github.com/browserify/resolve.git"
    8         },
    9         "bin": {
    10                 "resolve": "./bin/resolve"
    11         },
    12         "main": "index.js",
    13         "exports": {
    14                 ".": [
    15                         {
    16                                 "import": "./index.mjs",
    17                                 "default": "./index.js"
    18                         },
    19                         "./index.js"
    20                 ],
    21                 "./sync": "./lib/sync.js",
    22                 "./async": "./lib/async.js",
    23                 "./package.json": "./package.json"
    24         },
    25         "keywords": [
    26                 "resolve",
    27                 "require",
    28                 "node",
    29                 "module"
    30         ],
    31         "scripts": {
    32                 "prepack": "npmignore --auto --commentLines=autogenerated",
    33                 "prepublishOnly": "safe-publish-latest",
    34                 "prepublish": "not-in-publish || npm run prepublishOnly",
    35                 "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
    36                 "lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'",
    37                 "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
    38                 "tests-only": "tape test/*.js",
    39                 "pretest": "npm run lint",
    40                 "test": "npm run --silent tests-only",
    41                 "posttest": "npm run test:multirepo && aud --production",
    42                 "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
    43         },
    44         "devDependencies": {
    45                 "@ljharb/eslint-config": "^21.1.0",
    46                 "array.prototype.map": "^1.0.6",
    47                 "aud": "^2.0.3",
    48                 "copy-dir": "^1.3.0",
    49                 "eclint": "^2.8.1",
    50                 "eslint": "=8.8.0",
    51                 "in-publish": "^2.0.1",
    52                 "mkdirp": "^0.5.5",
    53                 "mv": "^2.1.1",
    54                 "npmignore": "^0.3.0",
    55                 "object-keys": "^1.1.1",
    56                 "rimraf": "^2.7.1",
    57                 "safe-publish-latest": "^2.0.0",
    58                 "tap": "^0.4.13",
    59                 "tape": "^5.7.0",
    60                 "tmp": "^0.0.31"
    61         },
    62         "license": "MIT",
    63         "author": {
    64                 "name": "James Halliday",
    65                 "email": "mail@substack.net",
    66                 "url": "http://substack.net"
    67         },
    68         "funding": {
    69                 "url": "https://github.com/sponsors/ljharb"
    70         },
    71         "dependencies": {
    72                 "is-core-module": "^2.13.0",
    73                 "path-parse": "^1.0.7",
    74                 "supports-preserve-symlinks-flag": "^1.0.0"
    75         },
    76         "publishConfig": {
    77                 "ignore": [
    78                         ".github/workflows",
    79                         "appveyor.yml",
    80                         "test/resolver/malformed_package_json"
    81                 ]
    82         }
     2  "_from": "resolve@2.0.0-next.5",
     3  "_id": "resolve@2.0.0-next.5",
     4  "_inBundle": false,
     5  "_integrity": "sha512-U7WjGVG9sH8tvjW5SmGbQuui75FiyjAX72HX15DwBBwF9dNiQZRQAg9nnPhYy+TUnE0+VcrttuvNI8oSxZcocA==",
     6  "_location": "/resolve",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "resolve@2.0.0-next.5",
     12    "name": "resolve",
     13    "escapedName": "resolve",
     14    "rawSpec": "2.0.0-next.5",
     15    "saveSpec": null,
     16    "fetchSpec": "2.0.0-next.5"
     17  },
     18  "_requiredBy": [
     19    "/eslint-plugin-react"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.5.tgz",
     22  "_shasum": "6b0ec3107e671e52b68cd068ef327173b90dc03c",
     23  "_spec": "resolve@2.0.0-next.5",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/eslint-plugin-react",
     25  "author": {
     26    "name": "James Halliday",
     27    "email": "mail@substack.net",
     28    "url": "http://substack.net"
     29  },
     30  "bin": {
     31    "resolve": "bin/resolve"
     32  },
     33  "bugs": {
     34    "url": "https://github.com/browserify/resolve/issues"
     35  },
     36  "bundleDependencies": false,
     37  "dependencies": {
     38    "is-core-module": "^2.13.0",
     39    "path-parse": "^1.0.7",
     40    "supports-preserve-symlinks-flag": "^1.0.0"
     41  },
     42  "deprecated": false,
     43  "description": "resolve like require.resolve() on behalf of files asynchronously and synchronously",
     44  "devDependencies": {
     45    "@ljharb/eslint-config": "^21.1.0",
     46    "array.prototype.map": "^1.0.6",
     47    "aud": "^2.0.3",
     48    "copy-dir": "^1.3.0",
     49    "eclint": "^2.8.1",
     50    "eslint": "=8.8.0",
     51    "in-publish": "^2.0.1",
     52    "mkdirp": "^0.5.5",
     53    "mv": "^2.1.1",
     54    "npmignore": "^0.3.0",
     55    "object-keys": "^1.1.1",
     56    "rimraf": "^2.7.1",
     57    "safe-publish-latest": "^2.0.0",
     58    "tap": "^0.4.13",
     59    "tape": "^5.7.0",
     60    "tmp": "^0.0.31"
     61  },
     62  "exports": {
     63    ".": [
     64      {
     65        "import": "./index.mjs",
     66        "default": "./index.js"
     67      },
     68      "./index.js"
     69    ],
     70    "./sync": "./lib/sync.js",
     71    "./async": "./lib/async.js",
     72    "./package.json": "./package.json"
     73  },
     74  "funding": {
     75    "url": "https://github.com/sponsors/ljharb"
     76  },
     77  "homepage": "https://github.com/browserify/resolve#readme",
     78  "keywords": [
     79    "resolve",
     80    "require",
     81    "node",
     82    "module"
     83  ],
     84  "license": "MIT",
     85  "main": "index.js",
     86  "name": "resolve",
     87  "publishConfig": {
     88    "ignore": [
     89      ".github/workflows",
     90      "appveyor.yml",
     91      "test/resolver/malformed_package_json"
     92    ]
     93  },
     94  "repository": {
     95    "type": "git",
     96    "url": "git://github.com/browserify/resolve.git"
     97  },
     98  "scripts": {
     99    "lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'",
     100    "posttest": "npm run test:multirepo && aud --production",
     101    "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
     102    "prepack": "npmignore --auto --commentLines=autogenerated",
     103    "prepublish": "not-in-publish || npm run prepublishOnly",
     104    "prepublishOnly": "safe-publish-latest",
     105    "pretest": "npm run lint",
     106    "pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
     107    "test": "npm run --silent tests-only",
     108    "test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test",
     109    "tests-only": "tape test/*.js"
     110  },
     111  "version": "2.0.0-next.5"
    83112}
Note: See TracChangeset for help on using the changeset viewer.