licenses.dev

urllib v2.44.0

Help in opening URLs (mostly HTTP) in a complex world — basic and digest authentication, redirections, cookies and more.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT47
PackageRelationDependenciesPublished
any-promise • 1.3.0Resolve any installed ES6 compatible promiseDIRECT0
call-bind • 1.0.7Robustly `.call.bind()` a functionINDIRECT11
content-type • 1.0.5Create and parse HTTP Content-Type headerDIRECT0
copy-to • 2.0.1copy an object's properties to another objectINDIRECT0
default-user-agent • 1.0.0Default user agent string for nodejs http requestDIRECT5
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT8
destroy • 1.2.0destroy a stream if possibleINDIRECT0
digest-header • 1.1.0Digest access authentication header helperDIRECT0
ee-first • 1.1.1return the first event in a set of ee/event pairsDIRECT0
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
es-define-property • 1.0.0`Object.defineProperty`, but not IE 8's broken one.INDIRECT6
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
escape-html • 1.0.3Escape string for use in HTMLINDIRECT0
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
formstream • 1.5.1A multipart/form-data encoded stream, helper for file upload.DIRECT5
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-intrinsic • 1.2.4Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT5
gopd • 1.0.1`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT6
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT7
has-proto • 1.0.3Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT0
has-symbols • 1.0.3Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
humanize-ms • 1.2.1transform humanize time to msDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.DIRECT1
is-extendable • 0.1.1Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?"INDIRECT0
mime • 2.6.0A comprehensive library for mime-type mappingINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
mz • 2.7.0modernize node.js to current ECMAScript standardsINDIRECT4
node-hex • 1.0.1Pretty-prints a BufferINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-inspect • 1.13.2string representations of objects in node and the browserINDIRECT0
os-name • 1.0.3Get the name of the current operating system. Example: OS X MavericksINDIRECT4
osx-release • 1.1.0Get the name and version of a OS X release from the Darwin version. Example: 13.2.0 → {name: 'Mavericks', version: '10.9'}INDIRECT1
pause-stream • 0.0.11a ThroughStream that strictly buffers all readable events when paused.INDIRECT1
pump • 3.0.2pipe streams together and close all of them if one of them closesDIRECT3
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT10
side-channel • 1.0.6Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT13
statuses • 1.5.0HTTP status utilityDIRECT0
thenify-all • 1.6.0Promisifies all the selected functions in an objectINDIRECT2
thenify • 3.3.1Promisify a callback-based functionINDIRECT1
through • 2.3.8simplified stream constructionINDIRECT0
unescape • 1.0.1Convert HTML entities to HTML characters, e.g. `>` converts to `>`.INDIRECT2
utility • 1.18.0A collection of useful utilities.DIRECT12
win-release • 1.1.1Get the name of a Windows version from the release number: 5.1.2600 → XPINDIRECT1
ISC3
PackageRelationDependenciesPublished
once • 1.4.0Run a function exactly one timeINDIRECT1
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
qs • 6.13.0A querystring parser that supports nesting and arrays, with a depth limitDIRECT14
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/urllib)](https://licenses.dev/npm/urllib)
<a href="https://licenses.dev/npm/urllib">
  <img src="https://licenses.dev/b/npm/urllib" alt="licenses" />
</a>

Or the licenses badge code for the 2.44.0 version:

[![licenses](https://licenses.dev/b/npm/urllib/2.44.0)](https://licenses.dev/npm/urllib/2.44.0)
<a href="https://licenses.dev/npm/urllib/2.44.0">
  <img src="https://licenses.dev/b/npm/urllib/2.44.0" alt="licenses" />
</a>
GitHub