{ "_from": "superagent@^5.2.1", "_id": "superagent@5.2.2", "_inBundle": false, "_integrity": "sha512-pMWBUnIllK4ZTw7p/UaobiQPwAO5w/1NRRTDpV0FTVNmECztsxKspj3ZWEordVEaqpZtmOQJJna4yTLyC/q7PQ==", "_location": "/superagent", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "superagent@^5.2.1", "name": "superagent", "escapedName": "superagent", "rawSpec": "^5.2.1", "saveSpec": null, "fetchSpec": "^5.2.1" }, "_requiredBy": [ "/remote-content" ], "_resolved": "https://registry.npmjs.org/superagent/-/superagent-5.2.2.tgz", "_shasum": "6ff726c5642795b2c27009e92687c8e69a6bb07d", "_spec": "superagent@^5.2.1", "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\remote-content", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" }, "browser": { "./src/node/index.js": "./src/client.js", "./lib/node/index.js": "./lib/client.js", "./test/support/server.js": "./test/support/blank.js" }, "bugs": { "url": "https://github.com/visionmedia/superagent/issues" }, "bundleDependencies": false, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "contributors": [ { "name": "Kornel LesiƄski", "email": "kornel@geekhood.net" }, { "name": "Peter Lyons", "email": "pete@peterlyons.com" }, { "name": "Hunter Loftis", "email": "hunter@hunterloftis.com" }, { "name": "Nick Baugh", "email": "niftylettuce@gmail.com" } ], "dependencies": { "component-emitter": "^1.3.0", "cookiejar": "^2.1.2", "debug": "^4.1.1", "fast-safe-stringify": "^2.0.7", "form-data": "^3.0.0", "formidable": "^1.2.1", "methods": "^1.1.2", "mime": "^2.4.4", "qs": "^6.9.1", "readable-stream": "^3.4.0", "semver": "^6.3.0" }, "deprecated": false, "description": "elegant & feature rich browser / node HTTP with a fluent API", "devDependencies": { "@babel/cli": "^7.7.4", "@babel/core": "^7.7.4", "@babel/preset-env": "^7.7.4", "@commitlint/cli": "^8.2.0", "@commitlint/config-conventional": "^8.2.0", "Base64": "^1.1.0", "babelify": "^10.0.0", "basic-auth-connect": "^1.0.0", "body-parser": "^1.19.0", "browserify": "^16.5.0", "codecov": "^3.6.1", "cookie-parser": "^1.4.4", "cross-env": "^6.0.3", "eslint": "^6.7.2", "eslint-config-xo-lass": "^1.0.3", "eslint-plugin-compat": "^3.3.0", "eslint-plugin-node": "^10.0.0", "express": "^4.17.1", "express-session": "^1.17.0", "fixpack": "^2.3.1", "husky": "^3.1.0", "lint-staged": "^9.5.0", "marked": "^0.7.0", "mocha": "3.5.3", "multer": "^1.4.2", "nyc": "^14.1.1", "remark-cli": "^7.0.1", "remark-preset-github": "^0.0.16", "rimraf": "^3.0.0", "should": "^13.2.3", "should-http": "^0.1.1", "tinyify": "^2.5.2", "uglify-js": "^3.7.1", "xo": "0.25.3", "zuul": "^3.12.0" }, "engines": { "node": ">= 7.0.0" }, "homepage": "https://github.com/visionmedia/superagent", "husky": { "hooks": { "pre-commit": "npm test", "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "jsdelivr": "dist/superagent.min.js", "keywords": [ "agent", "ajax", "ajax", "api", "async", "await", "axios", "cancel", "client", "frisbee", "got", "http", "http", "https", "ky", "promise", "promise", "promises", "request", "request", "requests", "response", "rest", "retry", "super", "superagent", "timeout", "transform", "xhr", "xmlhttprequest" ], "license": "MIT", "lint-staged": { "linters": { "*.js": [ "xo --fix", "git add" ], "*.md": [ "remark . -qfo", "git add" ], "package.json": [ "fixpack", "git add" ] } }, "main": "lib/node/index.js", "name": "superagent", "prettier": { "singleQuote": true, "bracketSpacing": true, "trailingComma": "none" }, "remarkConfig": { "plugins": [ "preset-github" ] }, "repository": { "type": "git", "url": "git://github.com/visionmedia/superagent.git" }, "scripts": { "browserify": "browserify src/node/index.js -o dist/superagent.js -s superagent -g [ babelify --configFile ./.dist.babelrc ]", "build": "npm run build:clean && npm run build:lib && npm run build:dist", "build:clean": "rimraf lib dist", "build:dist": "npm run browserify && npm run minify", "build:lib": "babel --config-file ./.lib.babelrc src --out-dir lib", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "lint": "xo && remark . -qfo && eslint -c .lib.eslintrc lib && eslint -c .dist.eslintrc dist", "minify": "cross-env NODE_ENV=production browserify src/node/index.js -o dist/superagent.min.js -s superagent -g [ babelify --configFile ./.dist.babelrc ] -p tinyify", "nyc": "cross-env NODE_ENV=test nyc ava", "test": "npm run build && npm run lint && make test", "test-http2": "npm run build && npm run lint && make test-node-http2" }, "unpkg": "dist/superagent.min.js", "version": "5.2.2", "xo": { "prettier": true, "space": true, "extends": [ "xo-lass" ], "env": [ "node", "browser" ], "overrides": [ { "files": "test/**/*.js", "env": [ "mocha" ], "rules": { "block-scoped-var": "off", "complexity": "off", "default-case": "off", "eqeqeq": "off", "func-name-matching": "off", "func-names": "off", "guard-for-in": "off", "handle-callback-err": "off", "import/no-extraneous-dependencies": "off", "import/no-unassigned-import": "off", "import/order": "off", "max-nested-callbacks": "off", "new-cap": "off", "no-eq-null": "off", "no-extend-native": "off", "no-implicit-coercion": "off", "no-multi-assign": "off", "no-negated-condition": "off", "no-prototype-builtins": "off", "no-redeclare": "off", "no-undef": "off", "no-unused-expressions": "off", "no-unused-vars": "off", "no-use-extend-native/no-use-extend-native": "off", "no-useless-escape": "off", "no-var": "off", "no-void": "off", "node/no-deprecated-api": "off", "prefer-rest-params": "off", "prefer-spread": "off", "promise/prefer-await-to-then": "off", "promise/valid-params": "off", "unicorn/filename-case": "off", "valid-jsdoc": "off" } } ], "globals": [ "ActiveXObject" ] } }