source: imaps-frontend/node_modules/axios/package.json@ 79a0317

main
Last change on this file since 79a0317 was 79a0317, checked in by stefan toskovski <stefantoska84@…>, 3 days ago

F4 Finalna Verzija

  • Property mode set to 100644
File size: 8.7 KB
RevLine 
[d565449]1{
[79a0317]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"
[d565449]17 },
[79a0317]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"
[d565449]27 },
[79a0317]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"
[d565449]32 },
33 "bugs": {
34 "url": "https://github.com/axios/axios/issues"
35 },
[79a0317]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",
[d565449]116 "devDependencies": {
117 "@babel/core": "^7.23.9",
118 "@babel/preset-env": "^7.23.9",
119 "@commitlint/cli": "^17.8.1",
120 "@commitlint/config-conventional": "^17.8.1",
121 "@release-it/conventional-changelog": "^5.1.1",
[79a0317]122 "@rollup/plugin-alias": "^5.1.0",
[d565449]123 "@rollup/plugin-babel": "^5.3.1",
124 "@rollup/plugin-commonjs": "^15.1.0",
125 "@rollup/plugin-json": "^4.1.0",
126 "@rollup/plugin-multi-entry": "^4.1.0",
127 "@rollup/plugin-node-resolve": "^9.0.0",
128 "abortcontroller-polyfill": "^1.7.5",
129 "auto-changelog": "^2.4.0",
130 "body-parser": "^1.20.2",
131 "chalk": "^5.3.0",
132 "coveralls": "^3.1.1",
133 "cross-env": "^7.0.3",
134 "dev-null": "^0.1.1",
135 "dtslint": "^4.2.1",
136 "es6-promise": "^4.2.8",
137 "eslint": "^8.56.0",
138 "express": "^4.18.2",
139 "formdata-node": "^5.0.1",
140 "formidable": "^2.1.2",
141 "fs-extra": "^10.1.0",
142 "get-stream": "^3.0.0",
143 "gulp": "^4.0.2",
144 "gzip-size": "^7.0.0",
145 "handlebars": "^4.7.8",
146 "husky": "^8.0.3",
147 "istanbul-instrumenter-loader": "^3.0.1",
148 "jasmine-core": "^2.99.1",
149 "karma": "^6.3.17",
150 "karma-chrome-launcher": "^3.2.0",
151 "karma-firefox-launcher": "^2.1.2",
152 "karma-jasmine": "^1.1.2",
153 "karma-jasmine-ajax": "^0.1.13",
154 "karma-rollup-preprocessor": "^7.0.8",
155 "karma-safari-launcher": "^1.0.0",
156 "karma-sauce-launcher": "^4.3.6",
157 "karma-sinon": "^1.0.5",
158 "karma-sourcemap-loader": "^0.3.8",
159 "memoizee": "^0.4.15",
160 "minimist": "^1.2.8",
161 "mocha": "^10.3.0",
162 "multer": "^1.4.4",
163 "pretty-bytes": "^6.1.1",
164 "release-it": "^15.11.0",
165 "rollup": "^2.79.1",
166 "rollup-plugin-auto-external": "^2.0.0",
167 "rollup-plugin-bundle-size": "^1.0.3",
168 "rollup-plugin-terser": "^7.0.2",
169 "sinon": "^4.5.0",
170 "stream-throttle": "^0.1.3",
171 "string-replace-async": "^3.0.2",
172 "terser-webpack-plugin": "^4.2.3",
[79a0317]173 "typescript": "^4.9.5"
[d565449]174 },
[79a0317]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"
[d565449]202 },
[79a0317]203 "homepage": "https://axios-http.com",
[d565449]204 "jsdelivr": "dist/axios.min.js",
[79a0317]205 "keywords": [
206 "xhr",
207 "http",
208 "ajax",
209 "promise",
210 "node"
[d565449]211 ],
[79a0317]212 "license": "MIT",
213 "main": "index.js",
214 "name": "axios",
[d565449]215 "release-it": {
216 "git": {
217 "commitMessage": "chore(release): v${version}",
218 "push": true,
219 "commit": true,
220 "tag": true,
221 "requireCommits": false,
222 "requireCleanWorkingDir": false
223 },
224 "github": {
225 "release": true,
226 "draft": true
227 },
228 "npm": {
229 "publish": false,
230 "ignoreVersion": false
231 },
232 "plugins": {
233 "@release-it/conventional-changelog": {
234 "preset": "angular",
235 "infile": "CHANGELOG.md",
236 "header": "# Changelog"
237 }
238 },
239 "hooks": {
240 "before:init": "npm test",
241 "after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version && git add ./dist && git add ./package-lock.json",
242 "before:release": "npm run release:changelog:fix",
243 "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}."
244 }
245 },
[79a0317]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"
285}
Note: See TracBrowser for help on using the repository browser.