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

    r0c6b92a r79a0317  
    11{
    2   "name": "axios",
    3   "version": "1.7.8",
    4   "description": "Promise based HTTP client for the browser and node.js",
    5   "main": "index.js",
    6   "exports": {
    7     ".": {
    8       "types": {
    9         "require": "./index.d.cts",
    10         "default": "./index.d.ts"
    11       },
    12       "browser": {
    13         "require": "./dist/browser/axios.cjs",
    14         "default": "./index.js"
    15       },
    16       "default": {
    17         "require": "./dist/node/axios.cjs",
    18         "default": "./index.js"
    19       }
    20     },
    21     "./lib/adapters/http.js": "./lib/adapters/http.js",
    22     "./lib/adapters/xhr.js": "./lib/adapters/xhr.js",
    23     "./unsafe/*": "./lib/*",
    24     "./unsafe/core/settle.js": "./lib/core/settle.js",
    25     "./unsafe/core/buildFullPath.js": "./lib/core/buildFullPath.js",
    26     "./unsafe/helpers/isAbsoluteURL.js": "./lib/helpers/isAbsoluteURL.js",
    27     "./unsafe/helpers/buildURL.js": "./lib/helpers/buildURL.js",
    28     "./unsafe/helpers/combineURLs.js": "./lib/helpers/combineURLs.js",
    29     "./unsafe/adapters/http.js": "./lib/adapters/http.js",
    30     "./unsafe/adapters/xhr.js": "./lib/adapters/xhr.js",
    31     "./unsafe/utils.js": "./lib/utils.js",
    32     "./package.json": "./package.json"
    33   },
    34   "type": "module",
    35   "types": "index.d.ts",
    36   "scripts": {
    37     "test": "npm run test:eslint && npm run test:mocha && npm run test:karma && npm run test:dtslint && npm run test:exports",
    38     "test:eslint": "node bin/ssl_hotfix.js eslint lib/**/*.js",
    39     "test:dtslint": "dtslint --localTs node_modules/typescript/lib",
    40     "test:mocha": "node bin/ssl_hotfix.js mocha test/unit/**/*.js --timeout 30000 --exit",
    41     "test:exports": "node bin/ssl_hotfix.js mocha test/module/test.js --timeout 30000 --exit",
    42     "test:karma": "node bin/ssl_hotfix.js cross-env LISTEN_ADDR=:: karma start karma.conf.cjs --single-run",
    43     "test:karma:firefox": "node bin/ssl_hotfix.js cross-env LISTEN_ADDR=:: Browsers=Firefox karma start karma.conf.cjs --single-run",
    44     "test:karma:server": "node bin/ssl_hotfix.js cross-env karma start karma.conf.cjs",
    45     "test:build:version": "node ./bin/check-build-version.js",
    46     "start": "node ./sandbox/server.js",
    47     "preversion": "gulp version",
    48     "version": "npm run build && git add dist && git add package.json",
    49     "prepublishOnly": "npm run test:build:version",
    50     "postpublish": "git push && git push --tags",
    51     "build": "gulp clear && cross-env NODE_ENV=production rollup -c -m",
    52     "examples": "node ./examples/server.js",
    53     "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
    54     "fix": "eslint --fix lib/**/*.js",
    55     "prepare": "husky install && npm run prepare:hooks",
    56     "prepare:hooks": "npx husky set .husky/commit-msg \"npx commitlint --edit $1\"",
    57     "release:dry": "release-it --dry-run --no-npm",
    58     "release:info": "release-it --release-version",
    59     "release:beta:no-npm": "release-it --preRelease=beta --no-npm",
    60     "release:beta": "release-it --preRelease=beta",
    61     "release:no-npm": "release-it --no-npm",
    62     "release:changelog:fix": "node ./bin/injectContributorsList.js && git add CHANGELOG.md",
    63     "release": "release-it"
    64   },
    65   "repository": {
    66     "type": "git",
    67     "url": "https://github.com/axios/axios.git"
    68   },
    69   "keywords": [
    70     "xhr",
    71     "http",
    72     "ajax",
    73     "promise",
    74     "node"
    75   ],
    76   "author": "Matt Zabriskie",
    77   "license": "MIT",
     2  "_from": "axios@1.7.9",
     3  "_id": "axios@1.7.9",
     4  "_inBundle": false,
     5  "_integrity": "sha512-LhLcE7Hbiryz8oMDdDptSrWowmB4Bl6RCt6sIJKpRB4XtVf0iEgewX3au/pJqm+Py1kCASkb/FFKjxQaLtxJvw==",
     6  "_location": "/axios",
     7  "_phantomChildren": {},
     8  "_requested": {
     9    "type": "version",
     10    "registry": true,
     11    "raw": "axios@1.7.9",
     12    "name": "axios",
     13    "escapedName": "axios",
     14    "rawSpec": "1.7.9",
     15    "saveSpec": null,
     16    "fetchSpec": "1.7.9"
     17  },
     18  "_requiredBy": [
     19    "/"
     20  ],
     21  "_resolved": "https://registry.npmjs.org/axios/-/axios-1.7.9.tgz",
     22  "_shasum": "d7d071380c132a24accda1b2cfc1535b79ec650a",
     23  "_spec": "axios@1.7.9",
     24  "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend",
     25  "author": {
     26    "name": "Matt Zabriskie"
     27  },
     28  "browser": {
     29    "./lib/adapters/http.js": "./lib/helpers/null.js",
     30    "./lib/platform/node/index.js": "./lib/platform/browser/index.js",
     31    "./lib/platform/node/classes/FormData.js": "./lib/helpers/null.js"
     32  },
    7833  "bugs": {
    7934    "url": "https://github.com/axios/axios/issues"
    8035  },
    81   "homepage": "https://axios-http.com",
     36  "bundleDependencies": false,
     37  "bundlesize": [
     38    {
     39      "path": "./dist/axios.min.js",
     40      "threshold": "5kB"
     41    }
     42  ],
     43  "commitlint": {
     44    "rules": {
     45      "header-max-length": [
     46        2,
     47        "always",
     48        130
     49      ]
     50    },
     51    "extends": [
     52      "@commitlint/config-conventional"
     53    ]
     54  },
     55  "contributors": [
     56    {
     57      "name": "Matt Zabriskie",
     58      "url": "https://github.com/mzabriskie"
     59    },
     60    {
     61      "name": "Nick Uraltsev",
     62      "url": "https://github.com/nickuraltsev"
     63    },
     64    {
     65      "name": "Dmitriy Mozgovoy",
     66      "url": "https://github.com/DigitalBrainJS"
     67    },
     68    {
     69      "name": "Jay",
     70      "url": "https://github.com/jasonsaayman"
     71    },
     72    {
     73      "name": "Emily Morehouse",
     74      "url": "https://github.com/emilyemorehouse"
     75    },
     76    {
     77      "name": "Justin Beckwith",
     78      "url": "https://github.com/JustinBeckwith"
     79    },
     80    {
     81      "name": "Rubén Norte",
     82      "url": "https://github.com/rubennorte"
     83    },
     84    {
     85      "name": "Martti Laine",
     86      "url": "https://github.com/codeclown"
     87    },
     88    {
     89      "name": "Xianming Zhong",
     90      "url": "https://github.com/chinesedfan"
     91    },
     92    {
     93      "name": "Remco Haszing",
     94      "url": "https://github.com/remcohaszing"
     95    },
     96    {
     97      "name": "Rikki Gibson",
     98      "url": "https://github.com/RikkiGibson"
     99    },
     100    {
     101      "name": "Yasu Flores",
     102      "url": "https://github.com/yasuf"
     103    },
     104    {
     105      "name": "Ben Carp",
     106      "url": "https://github.com/carpben"
     107    }
     108  ],
     109  "dependencies": {
     110    "follow-redirects": "^1.15.6",
     111    "form-data": "^4.0.0",
     112    "proxy-from-env": "^1.1.0"
     113  },
     114  "deprecated": false,
     115  "description": "Promise based HTTP client for the browser and node.js",
    82116  "devDependencies": {
    83117    "@babel/core": "^7.23.9",
     
    86120    "@commitlint/config-conventional": "^17.8.1",
    87121    "@release-it/conventional-changelog": "^5.1.1",
     122    "@rollup/plugin-alias": "^5.1.0",
    88123    "@rollup/plugin-babel": "^5.3.1",
    89124    "@rollup/plugin-commonjs": "^15.1.0",
     
    136171    "string-replace-async": "^3.0.2",
    137172    "terser-webpack-plugin": "^4.2.3",
    138     "typescript": "^4.9.5",
    139     "@rollup/plugin-alias": "^5.1.0"
    140   },
    141   "browser": {
    142     "./lib/adapters/http.js": "./lib/helpers/null.js",
    143     "./lib/platform/node/index.js": "./lib/platform/browser/index.js",
    144     "./lib/platform/node/classes/FormData.js": "./lib/helpers/null.js"
    145   },
     173    "typescript": "^4.9.5"
     174  },
     175  "exports": {
     176    ".": {
     177      "types": {
     178        "require": "./index.d.cts",
     179        "default": "./index.d.ts"
     180      },
     181      "browser": {
     182        "require": "./dist/browser/axios.cjs",
     183        "default": "./index.js"
     184      },
     185      "default": {
     186        "require": "./dist/node/axios.cjs",
     187        "default": "./index.js"
     188      }
     189    },
     190    "./lib/adapters/http.js": "./lib/adapters/http.js",
     191    "./lib/adapters/xhr.js": "./lib/adapters/xhr.js",
     192    "./unsafe/*": "./lib/*",
     193    "./unsafe/core/settle.js": "./lib/core/settle.js",
     194    "./unsafe/core/buildFullPath.js": "./lib/core/buildFullPath.js",
     195    "./unsafe/helpers/isAbsoluteURL.js": "./lib/helpers/isAbsoluteURL.js",
     196    "./unsafe/helpers/buildURL.js": "./lib/helpers/buildURL.js",
     197    "./unsafe/helpers/combineURLs.js": "./lib/helpers/combineURLs.js",
     198    "./unsafe/adapters/http.js": "./lib/adapters/http.js",
     199    "./unsafe/adapters/xhr.js": "./lib/adapters/xhr.js",
     200    "./unsafe/utils.js": "./lib/utils.js",
     201    "./package.json": "./package.json"
     202  },
     203  "homepage": "https://axios-http.com",
    146204  "jsdelivr": "dist/axios.min.js",
    147   "unpkg": "dist/axios.min.js",
    148   "typings": "./index.d.ts",
    149   "dependencies": {
    150     "follow-redirects": "^1.15.6",
    151     "form-data": "^4.0.0",
    152     "proxy-from-env": "^1.1.0"
    153   },
    154   "bundlesize": [
    155     {
    156       "path": "./dist/axios.min.js",
    157       "threshold": "5kB"
    158     }
    159   ],
    160   "contributors": [
    161     "Matt Zabriskie (https://github.com/mzabriskie)",
    162     "Nick Uraltsev (https://github.com/nickuraltsev)",
    163     "Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)",
    164     "Jay (https://github.com/jasonsaayman)",
    165     "Emily Morehouse (https://github.com/emilyemorehouse)",
    166     "Justin Beckwith (https://github.com/JustinBeckwith)",
    167     "Rubén Norte (https://github.com/rubennorte)",
    168     "Martti Laine (https://github.com/codeclown)",
    169     "Xianming Zhong (https://github.com/chinesedfan)",
    170     "Remco Haszing (https://github.com/remcohaszing)",
    171     "Rikki Gibson (https://github.com/RikkiGibson)",
    172     "Yasu Flores (https://github.com/yasuf)",
    173     "Ben Carp (https://github.com/carpben)"
    174   ],
    175   "sideEffects": false,
     205  "keywords": [
     206    "xhr",
     207    "http",
     208    "ajax",
     209    "promise",
     210    "node"
     211  ],
     212  "license": "MIT",
     213  "main": "index.js",
     214  "name": "axios",
    176215  "release-it": {
    177216    "git": {
     
    205244    }
    206245  },
    207   "commitlint": {
    208     "rules": {
    209       "header-max-length": [
    210         2,
    211         "always",
    212         130
    213       ]
    214     },
    215     "extends": [
    216       "@commitlint/config-conventional"
    217     ]
    218   }
     246  "repository": {
     247    "type": "git",
     248    "url": "git+https://github.com/axios/axios.git"
     249  },
     250  "scripts": {
     251    "build": "gulp clear && cross-env NODE_ENV=production rollup -c -m",
     252    "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
     253    "examples": "node ./examples/server.js",
     254    "fix": "eslint --fix lib/**/*.js",
     255    "postpublish": "git push && git push --tags",
     256    "prepare": "husky install && npm run prepare:hooks",
     257    "prepare:hooks": "npx husky set .husky/commit-msg \"npx commitlint --edit $1\"",
     258    "prepublishOnly": "npm run test:build:version",
     259    "preversion": "gulp version",
     260    "release": "release-it",
     261    "release:beta": "release-it --preRelease=beta",
     262    "release:beta:no-npm": "release-it --preRelease=beta --no-npm",
     263    "release:changelog:fix": "node ./bin/injectContributorsList.js && git add CHANGELOG.md",
     264    "release:dry": "release-it --dry-run --no-npm",
     265    "release:info": "release-it --release-version",
     266    "release:no-npm": "release-it --no-npm",
     267    "start": "node ./sandbox/server.js",
     268    "test": "npm run test:eslint && npm run test:mocha && npm run test:karma && npm run test:dtslint && npm run test:exports",
     269    "test:build:version": "node ./bin/check-build-version.js",
     270    "test:dtslint": "dtslint --localTs node_modules/typescript/lib",
     271    "test:eslint": "node bin/ssl_hotfix.js eslint lib/**/*.js",
     272    "test:exports": "node bin/ssl_hotfix.js mocha test/module/test.js --timeout 30000 --exit",
     273    "test:karma": "node bin/ssl_hotfix.js cross-env LISTEN_ADDR=:: karma start karma.conf.cjs --single-run",
     274    "test:karma:firefox": "node bin/ssl_hotfix.js cross-env LISTEN_ADDR=:: Browsers=Firefox karma start karma.conf.cjs --single-run",
     275    "test:karma:server": "node bin/ssl_hotfix.js cross-env karma start karma.conf.cjs",
     276    "test:mocha": "node bin/ssl_hotfix.js mocha test/unit/**/*.js --timeout 30000 --exit",
     277    "version": "npm run build && git add dist && git add package.json"
     278  },
     279  "sideEffects": false,
     280  "type": "module",
     281  "types": "index.d.ts",
     282  "typings": "./index.d.ts",
     283  "unpkg": "dist/axios.min.js",
     284  "version": "1.7.9"
    219285}
Note: See TracChangeset for help on using the changeset viewer.