{ "_args": [ [ "ky@0.33.3", "/home/cmiss/Jenkins/workspace/mapintegratedvuer" ] ], "_from": "ky@0.33.3", "_id": "ky@0.33.3", "_inBundle": false, "_integrity": "sha512-CasD9OCEQSFIam2U8efFK81Yeg8vNMTBUqtMOHlrcWQHqUX3HeCl9Dr31u4toV7emlH8Mymk5+9p0lL6mKb/Xw==", "_location": "/ky", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ky@0.33.3", "name": "ky", "escapedName": "ky", "rawSpec": "0.33.3", "saveSpec": null, "fetchSpec": "0.33.3" }, "_requiredBy": [ "/@digitalbazaar/http-client" ], "_resolved": "https://registry.npmjs.org/ky/-/ky-0.33.3.tgz", "_spec": "0.33.3", "_where": "/home/cmiss/Jenkins/workspace/mapintegratedvuer", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "ava": { "require": [ "./test/_require.ts" ], "extensions": { "ts": "module" }, "nodeArguments": [ "--loader=ts-node/esm" ] }, "bugs": { "url": "https://github.com/sindresorhus/ky/issues" }, "description": "Tiny and elegant HTTP client based on the browser Fetch API", "devDependencies": { "@sindresorhus/tsconfig": "^3.0.1", "@type-challenges/utils": "^0.1.1", "@types/body-parser": "^1.19.2", "@types/busboy": "^0.3.1", "@types/express": "^4.17.14", "@types/node": "^18.11.7", "@types/node-fetch": "^2.6.2", "abort-controller": "^3.0.0", "ava": "^4.3.3", "body-parser": "^1.20.1", "busboy": "^0.3.1", "del-cli": "^4.0.1", "delay": "^5.0.0", "expect-type": "^0.14.2", "express": "^4.18.2", "form-data": "^4.0.0", "node-fetch": "^2.6.1", "pify": "^6.1.0", "playwright-chromium": "^1.27.1", "raw-body": "^2.5.1", "ts-node": "^10.8.1", "typescript": "^4.8.4", "xo": "^0.50.0" }, "engines": { "node": ">=14.16" }, "exports": "./distribution/index.js", "files": [ "distribution" ], "funding": "https://github.com/sindresorhus/ky?sponsor=1", "homepage": "https://github.com/sindresorhus/ky#readme", "keywords": [ "fetch", "request", "requests", "http", "https", "fetching", "get", "url", "curl", "wget", "net", "network", "ajax", "api", "rest", "xhr", "browser", "got", "axios", "node-fetch" ], "license": "MIT", "main": "./distribution/index.js", "name": "ky", "nyc": { "reporter": [ "text", "html", "lcov" ], "extension": [ ".ts" ], "exclude": [ "**/test/**" ] }, "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/ky.git" }, "scripts": { "build": "del-cli distribution && tsc --project tsconfig.dist.json", "debug": "PWDEBUG=1 ava --timeout=2m", "prepare": "npm run build", "release": "np", "test": "xo && npm run build && ava --timeout=10m --serial" }, "sideEffects": false, "type": "module", "types": "./distribution/index.d.ts", "version": "0.33.3", "xo": { "envs": [ "browser" ], "globals": [ "globalThis" ], "rules": { "unicorn/filename-case": "off", "@typescript-eslint/ban-ts-comment": "off", "@typescript-eslint/no-unsafe-argument": "off", "@typescript-eslint/no-unsafe-assignment": "off", "@typescript-eslint/no-unsafe-return": "off", "@typescript-eslint/no-unsafe-call": "off", "@typescript-eslint/naming-convention": "off" } } }