summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/got/package.json
blob: 2685e254dd7ace00a922e0c78285bb9db5fd1475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
  "_from": "got",
  "_id": "got@9.6.0",
  "_inBundle": false,
  "_integrity": "sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==",
  "_location": "/got",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "got",
    "name": "got",
    "escapedName": "got",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/",
    "/metascraper-clearbit"
  ],
  "_resolved": "https://registry.npmjs.org/got/-/got-9.6.0.tgz",
  "_shasum": "edf45e7d67f99545705de1f7bbeeeb121765ed85",
  "_spec": "got",
  "_where": "/srv/reevo-2020/bin/wiki/ImportarDesdeURL",
  "ava": {
    "concurrency": 4
  },
  "browser": {
    "decompress-response": false,
    "electron": false
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/got/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@sindresorhus/is": "^0.14.0",
    "@szmarczak/http-timer": "^1.1.2",
    "cacheable-request": "^6.0.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.1.0",
    "coveralls": "^3.0.0",
    "delay": "^4.1.0",
    "form-data": "^2.3.3",
    "get-port": "^4.0.0",
    "np": "^3.1.0",
    "nyc": "^13.1.0",
    "p-event": "^2.1.0",
    "pem": "^1.13.2",
    "proxyquire": "^2.0.1",
    "sinon": "^7.2.2",
    "slow-stream": "0.0.4",
    "tempfile": "^2.0.0",
    "tempy": "^0.2.1",
    "tough-cookie": "^3.0.0",
    "xo": "^0.24.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.6.0"
}