Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

106 lines
2.4 KiB

{
"_from": "got@^9.1.0",
"_id": "got@9.3.2",
"_inBundle": false,
"_integrity": "sha512-OyKOUg71IKvwb8Uj0KP6EN3+qVVvXmYsFznU1fnwUnKtDbZnwSlAi7muNlu4HhBfN9dImtlgg9e7H0g5qVdaeQ==",
"_location": "/got",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "got@^9.1.0",
"name": "got",
"escapedName": "got",
"rawSpec": "^9.1.0",
"saveSpec": null,
"fetchSpec": "^9.1.0"
},
"_requiredBy": [
"/@semantic-release/gitlab"
],
"_resolved": "https://registry.npmjs.org/got/-/got-9.3.2.tgz",
"_shasum": "f6e3bd063aa8f461ccd924afa2ba2b61deab3989",
"_spec": "got@^9.1.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/@semantic-release/gitlab",
"ava": {
"concurrency": 4
},
"browser": {
"decompress-response": false,
"electron": false
},
"bugs": {
"url": "https://github.com/sindresorhus/got/issues"
},
"bundleDependencies": false,
"dependencies": {
"@sindresorhus/is": "^0.12.0",
"@szmarczak/http-timer": "^1.1.0",
"cacheable-request": "^5.1.0",
"decompress-response": "^3.3.0",
"duplexer3": "^0.1.4",
"get-stream": "^4.1.0",
"lowercase-keys": "^1.0.1",
"mimic-response": "^1.0.1",
"p-cancelable": "^1.0.0",
"to-readable-stream": "^1.0.0",
"url-parse-lax": "^3.0.0"
},
"deprecated": false,
"description": "Simplified HTTP requests",
"devDependencies": {
"ava": "1.0.0-rc.1",
"coveralls": "^3.0.0",
"delay": "^4.1.0",
"form-data": "^2.3.3",
"get-port": "^4.0.0",
"np": "^3.0.4",
"nyc": "^13.1.0",
"p-event": "^2.1.0",
"pem": "^1.13.2",
"proxyquire": "^2.0.1",
"sinon": "^7.1.0",
"slow-stream": "0.0.4",
"tempfile": "^2.0.0",
"tempy": "^0.2.1",
"tough-cookie": "^2.4.3",
"xo": "^0.23.0"
},
"engines": {
"node": ">=8.6"
},
"files": [
"source"
],
"homepage": "https://github.com/sindresorhus/got#readme",
"keywords": [
"http",
"https",
"get",
"got",
"url",
"uri",
"request",
"util",
"utility",
"simple",
"curl",
"wget",
"fetch",
"net",
"network",
"electron"
],
"license": "MIT",
"main": "source",
"name": "got",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/got.git"
},
"scripts": {
"release": "np",
"test": "xo && nyc ava"
},
"version": "9.3.2"
}