licenses.dev

step-node-agent>3.12.0>npm>libnpm v2.0.1

Collection of programmatic APIs for the npm CLI

Licenses

Learn more about license information.

Package Licenses

ISC

Dependency Licenses

MIT124
PackageRelationDependenciesPublished
agent-base • 4.2.1Turn a function into an `http.Agent` instanceINDIRECT2
agent-base • 4.3.0Turn a function into an `http.Agent` instanceINDIRECT2
agentkeepalive • 3.5.3Missing keepalive http.AgentINDIRECT2
ajv • 6.12.6Another JSON Schema ValidatorINDIRECT5
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
asn1 • 0.2.6Contains parsers and serializers for ASN.1 (currently BER only)INDIRECT1
assert-plus • 1.0.0Extra assertions on top of node's assert moduleINDIRECT0
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performanceDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
buffer-from • 1.1.2A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.INDIRECT0
builtins • 1.0.3List of node.js builtin modulesINDIRECT0
byline • 5.0.0simple line-by-line stream readerINDIRECT0
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the resultINDIRECT10
core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
cyclist • 1.0.2Cyclist is an efficient cyclic list implemention.INDIRECT0
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
debug • 3.1.0small debugging utilityINDIRECT1
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
duplexify • 3.7.1Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 inputINDIRECT12
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
err-code • 1.1.2Create an error with a codeINDIRECT0
es6-promise • 4.2.8A lightweight library that provides tools for organizing asynchronous codeINDIRECT0
es6-promisify • 5.0.0Converts callback-based functions to ES6 PromisesINDIRECT1
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
fast-json-stable-stringify • 2.1.0deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonifyINDIRECT0
find-up • 3.0.0Find a file or directory by walking up parent directoriesINDIRECT5
flush-write-stream • 1.1.1A write stream constructor that supports a flush function that is called before finish is emittedINDIRECT8
form-data • 2.3.3A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.INDIRECT5
from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"INDIRECT8
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
genfun • 5.0.0Fast, prototype-friendly multimethods.INDIRECT0
get-stream • 4.1.0Get a stream as a string, buffer, or arrayINDIRECT4
getpass • 0.1.7getpass for node.jsINDIRECT1
har-validator • 5.1.5Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT7
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
http-proxy-agent • 2.1.0An HTTP(s) proxy `http.Agent` implementation for HTTPINDIRECT5
http-signature • 1.2.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT15
https-proxy-agent • 2.2.4An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT5
humanize-ms • 1.2.1transform humanize time to msINDIRECT1
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
iferr • 0.1.5Higher-order functions for easier error handlingINDIRECT0
imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
ip • 1.1.5[![](https://badge.fury.io/js/ip.svg)](https://www.npmjs.com/package/ip)INDIRECT0
is-core-module • 2.16.1Is this specifier a node.js core module?INDIRECT2
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
jsbn • 0.1.1The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.INDIRECT0
json-parse-better-errors • 1.0.2JSON.parse with context information on errorINDIRECT0
json-parse-even-better-errors • 2.3.1JSON.parse with context information on errorINDIRECT0
json-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
locate-path • 3.0.0Get the first path that exists on disk of multiple pathsINDIRECT4
lodash.clonedeep • 4.5.0The lodash method `_.cloneDeep` exported as a module.INDIRECT0
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
minimist • 1.2.8parse argument optionsINDIRECT0
minizlib • 1.3.3A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT3
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
node-fetch-npm • 2.0.4An npm cli-oriented fork of the excellent node-fetchINDIRECT5
node-gyp • 4.0.0Node.js native addon build toolINDIRECT100
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrencyINDIRECT1
p-locate • 3.0.0Get the first fulfilled promise that satisfies the provided testing functionINDIRECT2
p-try • 2.2.0`Start a promise chainINDIRECT0
pacote • 9.5.12JavaScript package downloaderDIRECT122
parallel-transform • 1.2.0Transform stream that allows you to run your transforms in parallel without changing the orderINDIRECT9
path-exists • 3.0.0Check if a path existsINDIRECT0
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
performance-now • 2.1.0Implements performance.now (based on process.hrtime).INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
promise-retry • 1.1.1Retries a function that returns a promise, leveraging the power of the retry module.INDIRECT2
protoduck • 5.0.1Fancy duck typing for the most serious of ducks.INDIRECT1
psl • 1.15.0Domain name parser based on the Public Suffix ListINDIRECT1
pump • 2.0.1pipe streams together and close all of them if one of them closesINDIRECT3
pump • 3.0.2pipe streams together and close all of them if one of them closesINDIRECT3
pumpify • 1.5.1Combine an array of streams into a single duplex stream using pump and duplexifyINDIRECT14
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
resolve-from • 4.0.0Resolve the path of a module like `require.resolve()` but from a given pathINDIRECT0
resolve • 1.22.10resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
retry • 0.10.1Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
smart-buffer • 4.2.0smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.INDIRECT0
socks-proxy-agent • 4.0.2A SOCKS proxy `http.Agent` implementation for HTTP and HTTPSINDIRECT6
socks • 2.3.3Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.INDIRECT2
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
stream-each • 1.2.3Iterate all the data in a streamINDIRECT4
stream-shift • 1.0.3Returns the next buffer/object in a stream's readable queueINDIRECT0
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
typedarray • 0.0.6TypedArray polyfill for old browsersINDIRECT0
umask • 1.1.0convert umask from string <-> numberINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
uuid • 3.4.0RFC4122 (v1, v4, and v5) UUIDsINDIRECT0
verror • 1.10.0richer JavaScript errorsINDIRECT3
xtend • 4.0.2extend like a bossINDIRECT0
ISC80
PackageRelationDependenciesPublished
@iarna/cli • 2.2.0Some simple CLI scaffolding for promise returning applications.INDIRECT12
abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
aproba • 2.0.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
are-we-there-yet • 1.1.7Keep track of the overall completion of many disparate processesINDIRECT9
cacache • 11.3.3Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT56
cacache • 12.0.4Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT57
chownr • 1.1.4like `chown -R`INDIRECT0
cmd-shim • 3.0.3Used in npm for command line application supportINDIRECT3
console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.INDIRECT0
copy-concurrently • 1.0.5Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback.INDIRECT27
figgy-pudding • 3.5.2Delicious, festive, cascading config/opts definitionsINDIRECT0
find-npm-prefix • 1.0.2Find the npm project directory associated with for a given directoryDIRECT0
fs-minipass • 1.2.7fs read and write streams based on minipassINDIRECT3
fs-vacuum • 1.2.10recursively remove empty directories -- to a pointINDIRECT14
fs-write-stream-atomic • 1.0.10Like `fs.createWriteStream(...)`, but atomic.INDIRECT11
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
gauge • 2.7.4A terminal based horizontal guageINDIRECT12
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
har-schema • 2.0.0JSON Schema for HTTP Archive (HAR)INDIRECT0
has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
hosted-git-info • 2.8.9Provides metadata and conversions from repository urls for Github, Bitbucket and GitlabINDIRECT0
ignore-walk • 3.0.4Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.INDIRECT4
infer-owner • 1.0.4Infer the owner of a path based on the owner of its nearest existing parentINDIRECT0
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
json-stringify-safe • 5.0.1Like JSON.stringify, but doesn't blow up on circular refs.INDIRECT0
libnpmaccess • 3.0.2programmatic library for `npm access` commandsDIRECT98
libnpmconfig • 1.2.1Standalone library for reading/writing/managing npm configurationsDIRECT8
libnpmhook • 5.0.3programmatic API for managing npm registry hooksDIRECT98
libnpmorg • 1.0.1Programmatic api for `npm org` commandsDIRECT98
libnpmpublish • 1.1.3Programmatic API for the bits behind npm publish and unpublishDIRECT111
libnpmsearch • 2.0.2Programmatic API for searching in npm and compatible registries.DIRECT97
libnpmteam • 1.0.2npm Team management APIsDIRECT98
lock-verify • 2.2.2Report if your package.json is out of sync with your package-lock.json.DIRECT21
lru-cache • 5.1.1A cache object that deletes the least-recently-used items.INDIRECT1
make-fetch-happen • 4.0.2Opinionated, caching, retrying fetch clientINDIRECT82
make-fetch-happen • 5.0.2Opinionated, caching, retrying fetch clientINDIRECT83
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minipass • 2.9.0minimal implementation of a PassThrough streamINDIRECT2
move-concurrently • 1.0.1Promises of moves of files or directories with rename, falling back to recursive rename/copy on EXDEV errors, with configurable concurrency and win32 junction support.INDIRECT28
nopt • 3.0.6Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npm-bundled • 1.1.2list things in node_modules that are bundledDependencies, or transitive dependencies thereofINDIRECT1
npm-logical-tree • 1.2.1Calculate 'logical' trees from a package.json + package-lockDIRECT0
npm-normalize-package-bin • 1.0.1Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm-package-arg • 6.1.1Parse the things that can be arguments to `npm install`DIRECT7
npm-packlist • 1.4.8Get a list of the files to add from a folder into an npm packageINDIRECT7
npm-pick-manifest • 3.0.2Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.INDIRECT9
npm-profile • 4.0.4Library for updating an npmjs.com profileDIRECT96
npm-registry-fetch • 3.9.1Fetch-based http client for use with npm registry APIsDIRECT94
npm-registry-fetch • 4.0.7Fetch-based http client for use with npm registry APIsINDIRECT95
npmlog • 4.1.2logger for npmDIRECT24
once • 1.4.0Run a function exactly one timeINDIRECT1
osenv • 0.1.5Look up environment settings specific to different operating systemsINDIRECT2
promise-inflight • 1.0.1One promise for multiple requests in flight to avoid async duplicationINDIRECT0
read-cmd-shim • 1.0.5Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.INDIRECT1
read-package-json • 2.1.2The thing npm uses to read package.json files with semantics and defaults and validationDIRECT27
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
run-queue • 1.0.3A promise based, dynamic priority queue runner, with concurrency limiting.INDIRECT1
semver • 5.3.0The semantic version parser used by npm.INDIRECT0
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
slide • 1.1.6A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JSINDIRECT0
ssri • 6.0.2Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT1
stringify-package • 1.0.1stringifies npm-written json filesDIRECT0
tar • 4.4.19tar for nodeINDIRECT8
uid-number • 0.0.6Convert a username/group name to a uid/gid numberINDIRECT0
unique-filename • 1.1.1Generate a unique filename for use in temporary directories or caches.INDIRECT2
unique-slug • 2.0.2Generate a unique character string suitible for use in files and URLs.INDIRECT1
validate-npm-package-name • 3.0.0Give me a string and I'll tell you if it's a valid npm package nameINDIRECT1
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT6
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
write-file-atomic • 2.4.3Write files in an atomic fashion w/configurable ownershipINDIRECT3
y18n • 4.0.3the bare-bones internationalization library used by yargsINDIRECT0
yallist • 3.1.1Yet Another Linked ListINDIRECT0
Apache-2.08
PackageRelationDependenciesPublished
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
forever-agent • 0.6.1HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.88.2Simplified HTTP request client.INDIRECT46
spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
BSD-2-Clause4
PackageRelationDependenciesPublished
http-cache-semantics • 3.8.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
mississippi • 3.0.0a collection of useful streamsINDIRECT26
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT13
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
Artistic-2.03
PackageRelationDependenciesPublished
bin-links • 1.1.8JavaScript package binary linkerDIRECT30
gentle-fs • 2.3.1Gentle Filesystem operationsINDIRECT24
npm-lifecycle • 2.1.1JavaScript package lifecycle hook runnerDIRECT106
BSD-3-Clause3
PackageRelationDependenciesPublished
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
qs • 6.5.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
tough-cookie • 2.5.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
JSONStream • 1.3.5rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)INDIRECT2
MIT OR WTFPL1
PackageRelationDependenciesPublished
path-is-inside • 1.0.2Tests whether one path is inside another pathINDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.21A list of SPDX license identifiersINDIRECT0
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
Unlicense1
PackageRelationDependenciesPublished
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/step-node-agent%3E3.12.0%3Enpm%3Elibnpm)](https://licenses.dev/npm/step-node-agent%3E3.12.0%3Enpm%3Elibnpm)
<a href="https://licenses.dev/npm/step-node-agent%3E3.12.0%3Enpm%3Elibnpm">
  <img src="https://licenses.dev/b/npm/step-node-agent%3E3.12.0%3Enpm%3Elibnpm" alt="licenses" />
</a>

Or the licenses badge code for the 2.0.1 version:

[![licenses](https://licenses.dev/b/npm/step-node-agent%3E3.12.0%3Enpm%3Elibnpm/2.0.1)](https://licenses.dev/npm/step-node-agent%3E3.12.0%3Enpm%3Elibnpm/2.0.1)
<a href="https://licenses.dev/npm/step-node-agent%3E3.12.0%3Enpm%3Elibnpm/2.0.1">
  <img src="https://licenses.dev/b/npm/step-node-agent%3E3.12.0%3Enpm%3Elibnpm/2.0.1" alt="licenses" />
</a>
GitHub