licenses.dev

fabric-client-sdk-node-sm2 v2.0.0

National secret transformation based on the 1.4.4 SDK.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

MIT366
PackageRelationDependenciesPublished
@babel/polyfill • 7.12.1Provides polyfills necessary for a full ES2015+ environmentINDIRECT2
@babel/runtime • 7.29.7babel's modular runtime helpersINDIRECT0
@types/bytebuffer • 5.0.49TypeScript definitions for bytebufferDIRECT3
@types/long • 3.0.32TypeScript definitions for long.jsINDIRECT0
@types/node • 26.1.1TypeScript definitions for nodeINDIRECT1
ajv • 6.15.0Another JSON Schema ValidatorINDIRECT5
align-text • 0.1.4Align the text in a string.INDIRECT4
ansi-gray • 0.1.1The color gray, in ansi.INDIRECT1
ansi-regex • 0.2.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 1.1.0ANSI escape codes for styling strings in the terminalINDIRECT0
ansi-wrap • 0.1.0Create ansi colors by passing the open and close codes.INDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
arr-diff • 4.0.0Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.INDIRECT0
arr-flatten • 1.1.0Recursively flatten an array or arrays.INDIRECT0
arr-union • 3.1.0Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.INDIRECT0
array-find-index • 1.0.2ES2015 `Array#findIndex()` ponyfillINDIRECT0
array-unique • 0.2.1Return an array free of duplicate values. Fastest ES5 implementation.INDIRECT0
array-unique • 0.3.2Remove duplicate values from an array. Fastest ES5 implementation.INDIRECT0
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
assign-symbols • 1.0.0Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.INDIRECT0
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async-generator-function • 1.0.0A function that returns the normally hidden `AsyncGeneratorFunction` constructorINDIRECT0
async • 1.5.2Higher-order functions and common patterns for asynchronous codeINDIRECT0
async • 2.6.4Higher-order functions and common patterns for asynchronous codeINDIRECT1
asynckit • 0.4.0Minimal async jobs utility library, with streams supportINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
aws4 • 1.13.2Signs and prepares requests using AWS Signature Version 4INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
base • 0.11.2base is the foundation for creating modular, unit testable and highly pluggable node.js applications, starting with a handful of common methods, like `set`, `get`, `del` and `use`.INDIRECT44
bl • 1.2.3Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT9
bn.js • 4.12.5Big number implementation in pure javascriptDIRECT0
brace-expansion • 1.1.16Brace expansion as known from sh/bashINDIRECT2
braces • 2.3.2Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.INDIRECT70
brorand • 1.1.0Random number generator for browsers and node.jsINDIRECT0
buffer-alloc-unsafe • 1.1.0A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.INDIRECT0
buffer-alloc • 1.2.0A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.INDIRECT2
buffer-fill • 1.0.0A [ponyfill](https://ponyfill.com) for `Buffer.fill`.INDIRECT0
cache-base • 1.0.1Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.INDIRECT28
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.9Robustly `.call.bind()` a functionINDIRECT18
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT15
camelcase-keys • 2.1.0Convert object keys to camelCaseINDIRECT2
camelcase • 1.2.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
camelcase • 2.1.1Convert a dash/dot/underscore/space separated string to camelCase: foo-bar → fooBarINDIRECT0
center-align • 0.1.3Center-align the text in a string.INDIRECT6
chalk • 0.5.1Terminal string styling done right. Created because the `colors` module does some really horrible things.INDIRECT6
class-utils • 0.3.6Utils for working with JavaScript classes and prototype methods.INDIRECT13
clone-buffer • 1.0.0Easier Buffer cloning in node.INDIRECT0
clone-stats • 0.0.1Safely clone node's fs.Stats instances without losing their class methodsINDIRECT0
clone-stats • 1.0.0Safely clone node's fs.Stats instances without losing their class methodsINDIRECT0
clone • 2.1.2deep cloning of objects and arraysINDIRECT0
cloneable-readable • 1.1.3Clone a Readable stream, safelyINDIRECT8
code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
collection-visit • 1.0.0Visit a method over the items in an object, or map visit over the objects in an array.INDIRECT3
colors • 1.0.3get colors in your node.js consoleINDIRECT0
colour • 0.7.1A cored, fixed, documented and optimized version of the popular `colors.js`: Get colors in your node.js console like what...INDIRECT0
combined-stream • 1.0.8A stream that emits multiple other streams one after another.INDIRECT1
component-emitter • 1.3.1Event emitterINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
copy-descriptor • 0.1.1Copy a descriptor from object A to object BINDIRECT0
core-js • 2.6.12Standard libraryINDIRECT0
core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
currently-unhandled • 0.4.1Track the list of currently unhandled promise rejections.INDIRECT1
dashdash • 1.14.1A light, featureful and explicit option parsing library.INDIRECT1
dateformat • 1.0.12A node.js package for Steven Levithan's excellent dateFormat() function.INDIRECT48
debug • 2.6.9small debugging utilityINDIRECT1
debug • 3.2.7small debugging utilityINDIRECT1
decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbowINDIRECT0
decode-uri-component • 0.2.2A better decodeURIComponentINDIRECT0
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-property • 0.2.5Define a non-enumerable property on an object.INDIRECT5
define-property • 1.0.0Define a non-enumerable property on an object.INDIRECT5
define-property • 2.0.2Define a non-enumerable property on an object. Uses Reflect.defineProperty when available, otherwise Object.defineProperty.INDIRECT6
delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them.INDIRECT0
detect-file • 1.0.0Detects if a file exists and returns the resolved filepath.INDIRECT0
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
ecc-jsbn • 0.1.2ECC JS code based on JSBNINDIRECT2
elliptic • 6.6.1EC cryptographyDIRECT7
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
error-ex • 1.3.4Easy error subclassing and stack customizationINDIRECT1
errs • 0.3.2Simple error creation and passing utilitiesINDIRECT0
es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one.INDIRECT0
es-errors • 1.3.0A simple cache for a few of the JS Error constructors.INDIRECT0
es-object-atoms • 1.1.2ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
expand-brackets • 2.1.4Expand POSIX bracket expressions (character classes) in glob patterns.INDIRECT63
expand-tilde • 2.0.2Bash-like tilde expansion for node.js. Expands a leading tilde in a file path to the user home directory, or `~+` to the cwd.INDIRECT2
extend-shallow • 2.0.1Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT1
extend-shallow • 3.0.2Extend an object with the properties of additional objects. node.js/javascript util.INDIRECT4
extend • 3.0.2Port of jQuery.extend for node.js and the browserINDIRECT0
extglob • 2.0.4Extended glob support for JavaScript. Adds (almost) the expressive power of regular expressions to glob patterns.INDIRECT66
extsprintf • 1.3.0extended POSIX-style sprintfINDIRECT0
fancy-log • 1.3.3Log things, prefixed with a timestamp.INDIRECT5
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
fill-range • 4.0.0Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`INDIRECT7
find-up • 1.1.2Find a file by walking up parent directoriesINDIRECT3
findup-sync • 3.0.0Find the first file matching a given pattern in the current directory or the nearest ancestor directory.INDIRECT93
for-each • 0.3.5A better forEachINDIRECT1
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
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
fragment-cache • 0.2.1A cache for managing namespaced sub-cachesINDIRECT1
fs-constants • 1.0.0Require constants across node and the browserINDIRECT0
fs-extra • 6.0.1fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.DIRECT3
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructorINDIRECT0
get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT14
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-stdin • 4.0.1Easier stdinINDIRECT0
get-value • 2.0.6Use property paths (`a.b.c`) to get a nested value from an object.INDIRECT0
getpass • 0.1.7getpass for node.jsINDIRECT1
global-modules • 1.0.0The directory used by npm for globally installed npm modules.INDIRECT9
global-prefix • 1.0.2Get the npm global path prefix.INDIRECT7
glogg • 1.0.2Global logging utilityINDIRECT1
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
grpc>1.21.1>ansi-regex • 2.1.1Regular expression for matching ANSI escape codesINDIRECT0
grpc>1.21.1>balanced-match • 1.0.0Match balanced character pairs, like "{" and "}"INDIRECT0
grpc>1.21.1>brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
grpc>1.21.1>code-point-at • 1.1.0ES2015 `String#codePointAt()` ponyfillINDIRECT0
grpc>1.21.1>concat-map • 0.0.1concatenative mapdasheryINDIRECT0
grpc>1.21.1>core-util-is • 1.0.2The `util.is*` functions introduced in Node v0.12.INDIRECT0
grpc>1.21.1>deep-extend • 0.6.0Recursive object extendingINDIRECT0
grpc>1.21.1>delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
grpc>1.21.1>iconv-lite • 0.4.23Convert character encodings in pure javascript.INDIRECT1
grpc>1.21.1>is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
grpc>1.21.1>isarray • 1.0.0Array#isArray for older browsersINDIRECT0
grpc>1.21.1>minimist • 1.2.0parse argument optionsINDIRECT0
grpc>1.21.1>minizlib • 1.2.1A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT3
grpc>1.21.1>mkdirp • 0.5.1Recursively mkdir, like `mkdir -p`INDIRECT1
grpc>1.21.1>mkdirp>minimist • 0.0.8parse argument optionsINDIRECT0
grpc>1.21.1>needle • 2.3.1The leanest and most handsome HTTP client in the Nodelands.INDIRECT5
grpc>1.21.1>needle>debug • 4.1.1small debugging utilityINDIRECT1
grpc>1.21.1>needle>ms • 2.1.1Tiny millisecond conversion utilityINDIRECT0
grpc>1.21.1>number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
grpc>1.21.1>object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
grpc>1.21.1>os-homedir • 1.0.2Node.js 4 `os.homedir()` ponyfillINDIRECT0
grpc>1.21.1>os-tmpdir • 1.0.2Node.js os.tmpdir() ponyfillINDIRECT0
grpc>1.21.1>path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
grpc>1.21.1>process-nextick-args • 2.0.0process.nextTick but always with argsINDIRECT0
grpc>1.21.1>readable-stream • 2.3.6Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
grpc>1.21.1>safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
grpc>1.21.1>safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
grpc>1.21.1>string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
grpc>1.21.1>string-width • 1.0.2Get the visual width of a string - the number of columns required to display itINDIRECT5
grpc>1.21.1>strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
grpc>1.21.1>strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
grpc>1.21.1>util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
gulp-clean • 0.3.2A gulp plugin for removing files and folders.INDIRECT99
gulp-concat • 2.6.1Concatenates filesINDIRECT19
gulp-load-plugins • 1.6.0Automatically load any gulp plugins in your package.jsonINDIRECT110
gulp-uglify • 2.1.2Minify files with UglifyJS.INDIRECT36
gulp-util • 2.2.20Utility functions for gulp pluginsINDIRECT84
gulplog • 1.0.0Logger for gulp and gulp pluginsINDIRECT2
har-validator • 5.1.5Extremely fast HTTP Archive (HAR) validator using JSON SchemaINDIRECT7
has-ansi • 0.1.0Check if a string has ANSI escape codesINDIRECT1
has-gulplog • 0.1.0Check if gulplog is available before attempting to use itINDIRECT1
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams.INDIRECT0
has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.INDIRECT1
has-value • 0.3.1Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT4
has-value • 1.0.0Returns true if a value exists, false if empty. Works with deeply nested values using object paths.INDIRECT7
has-values • 0.1.4Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT0
has-values • 1.0.0Returns true if any values exist, false if empty. Works for booleans, functions, numbers, strings, nulls, objects and arrays. INDIRECT4
hash.js • 1.1.7Various hash functions that could be run by both browser and nodeINDIRECT2
hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hmac-drbg • 1.0.1Deterministic random bit generator (hmac)INDIRECT4
homedir-polyfill • 1.0.3Node.js os.homedir polyfill for older versions of node.js.INDIRECT1
http-signature • 1.2.0Reference implementation of Joyent's HTTP Signature scheme.INDIRECT15
indent-string • 2.1.0Indent each line in a stringINDIRECT2
invert-kv • 1.0.0Invert the key/value of an object. Example: {foo: 'bar'} → {bar: 'foo'}INDIRECT0
is-accessor-descriptor • 1.0.2Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.INDIRECT2
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-buffer • 1.1.6Determine if an object is a BufferINDIRECT0
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-core-module • 2.16.2Is this specifier a node.js core module?INDIRECT2
is-data-descriptor • 1.0.1Returns true if a value has the characteristics of a valid JavaScript data descriptor.INDIRECT2
is-descriptor • 0.1.8Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
is-descriptor • 1.0.4Returns true if a value has the characteristics of a valid JavaScript descriptor. Works for data descriptors and accessor descriptors.INDIRECT4
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
is-extendable • 1.0.1Returns true if a value is a plain object, array or function.INDIRECT2
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-finite • 1.1.0ES2015 Number.isFinite() ponyfillINDIRECT0
is-fullwidth-code-point • 1.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT1
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a betINDIRECT1
is-number • 3.0.0Returns true if the value is a number. comprehensive tests.INDIRECT2
is-plain-object • 2.0.4Returns true if an object was created by the `Object` constructor.INDIRECT1
is-typed-array • 1.1.15Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT26
is-typedarray • 1.0.0Detect whether or not an object is a Typed ArrayINDIRECT0
is-utf8 • 0.2.1Detect if a buffer is utf8 encoded.INDIRECT0
is-windows • 1.0.2Returns true if the platform is windows. UMD module, works with node.js, commonjs, browser, AMD, electron, etc.INDIRECT0
isarray • 0.0.1Array#isArray for older browsersINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
isobject • 2.1.0Returns true if the value is an object and not an array or null.INDIRECT1
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
isstream • 0.1.2Determine if an object is a StreamINDIRECT0
jazz-midi • 1.7.9Low-level MIDI support for Node.jsINDIRECT0
js-sha3 • 0.7.0A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.DIRECT0
js-yaml • 3.15.0YAML 1.2 parser and serializerDIRECT3
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-schema-traverse • 0.4.1Traverse JSON Schema passing each schema object to callbackINDIRECT0
jsonfile • 4.0.0Easily read/write JSON files.INDIRECT1
jsprim • 1.4.2utilities for primitive JavaScript typesINDIRECT5
jsrsasign • 7.2.2opensource free pure JavaScript cryptographic library supports RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp and CAdES and JSON Web Signature(JWS)/Token(JWT)/Key(JWK)DIRECT0
jzz • 1.9.6MIDI library for Node.js and web-browsersINDIRECT1
kind-of • 3.2.2Get the native type of a value.INDIRECT1
kind-of • 4.0.0Get the native type of a value.INDIRECT1
kind-of • 6.0.3Get the native type of a value.INDIRECT0
klaw • 2.1.1File system walker with Readable stream interface.DIRECT1
lazy-cache • 1.0.4Cache requires to be lazy-loaded when needed.INDIRECT0
lcid • 1.0.0Mapping between standard locale identifiers and Windows locale identifiers (LCID)INDIRECT1
load-json-file • 1.1.0Read and parse a JSON fileINDIRECT9
lodash._escapehtmlchar • 2.4.1The internal Lo-Dash function `escapeHtmlChar` as a Node.js module generated by lodash-cli.INDIRECT1
lodash._escapestringchar • 2.4.1The internal Lo-Dash function `escapeStringChar` as a Node.js module generated by lodash-cli.INDIRECT0
lodash._htmlescapes • 2.4.1The internal Lo-Dash variable `htmlEscapes` as a Node.js module generated by lodash-cli.INDIRECT0
lodash._isnative • 2.4.1The internal Lo-Dash function `isNative` as a Node.js module generated by lodash-cli.INDIRECT0
lodash._objecttypes • 2.4.1The internal Lo-Dash variable `objectTypes` as a Node.js module generated by lodash-cli.INDIRECT0
lodash._reinterpolate • 2.4.1The internal Lo-Dash variable `reInterpolate` as a Node.js module generated by lodash-cli.INDIRECT0
lodash._reunescapedhtml • 2.4.1The internal Lo-Dash variable `reUnescapedHtml` as a Node.js module generated by lodash-cli.INDIRECT6
lodash._shimkeys • 2.4.1The internal Lo-Dash function `shimKeys` as a Node.js module generated by lodash-cli.INDIRECT1
lodash.camelcase • 4.3.0The lodash method `_.camelCase` exported as a module.INDIRECT0
lodash.clone • 4.5.0The lodash method `_.clone` exported as a module.INDIRECT0
lodash.defaults • 2.4.1The Lo-Dash function `_.defaults` as a Node.js module generated by lodash-cli.INDIRECT5
lodash.escape • 2.4.1The Lo-Dash function `_.escape` as a Node.js module generated by lodash-cli.INDIRECT8
lodash.isempty • 4.4.0The lodash method `_.isEmpty` exported as a module.INDIRECT0
lodash.isobject • 2.4.1The Lo-Dash function `_.isObject` as a Node.js module generated by lodash-cli.INDIRECT1
lodash.keys • 2.4.1The Lo-Dash function `_.keys` as a Node.js module generated by lodash-cli.INDIRECT4
lodash.template • 2.4.1The Lo-Dash function `_.template` as a Node.js module generated by lodash-cli.INDIRECT14
lodash.templatesettings • 2.4.1The Lo-Dash object `_.templateSettings` as a Node.js module generated by lodash-cli.INDIRECT10
lodash.values • 2.4.1The Lo-Dash function `_.values` as a Node.js module generated by lodash-cli.INDIRECT5
lodash • 4.18.1Lodash modular utilities.INDIRECT0
longest • 1.0.1Get the longest item in an array.INDIRECT0
loud-rejection • 1.6.0Make unhandled promise rejections fail loudly instead of the default silent failINDIRECT3
map-cache • 0.2.2Basic cache object for storing key-value pairs.INDIRECT0
map-obj • 1.0.1Map object keys and values into a new objectINDIRECT0
map-visit • 1.0.0Map `visit` over an array of objects.INDIRECT2
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
meow • 3.7.0CLI app helperINDIRECT47
micromatch • 3.1.10Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch.INDIRECT80
mime-db • 1.52.0Media Type DatabaseINDIRECT0
mime-types • 2.1.35The ultimate javascript content-type utility.INDIRECT1
minimalistic-crypto-utils • 1.0.1Minimalistic tools for JS crypto modulesINDIRECT0
minimist • 0.2.4parse argument optionsINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mixin-deep • 1.3.2Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.INDIRECT4
ms • 2.0.0Tiny milisecond conversion utilityINDIRECT0
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
multipipe • 0.1.2pipe streams with centralized error handlingINDIRECT6
nan • 2.28.0Native Abstractions for Node.js: C++ header for Node 0.8 -> 26 compatibilityINDIRECT0
nanomatch • 1.2.13Fast, minimal glob matcher for node.js. Similar to micromatch, minimatch and multimatch, but complete Bash 4.3 wildcard support only (no support for exglobs, posix brackets or braces)INDIRECT68
nconf • 0.10.0Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.DIRECT19
number-is-nan • 1.0.1ES2015 Number.isNaN() ponyfillINDIRECT0
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
object-copy • 0.1.0Copy static properties, prototype properties, and descriptors from one object to another.INDIRECT9
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
object-keys • 0.4.0An Object.keys replacement, in case Object.keys is not available. From https://github.com/kriskowal/es5-shimINDIRECT0
object-visit • 1.0.1Call a specified method on each value in the given object.INDIRECT1
object.pick • 1.3.0Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.INDIRECT1
optjs • 3.2.2Probably the sole command line option parser you'll ever need to...INDIRECT0
os-locale • 1.4.0Get the system localeINDIRECT2
parse-json • 2.2.0Parse JSON with more helpful errorsINDIRECT2
parse-node-version • 1.0.1Turn node's process.version into something useful.INDIRECT0
parse-passwd • 1.0.0Parse a passwd file into a list of users.INDIRECT0
pascalcase • 0.1.1Convert a string to pascal-case.INDIRECT0
path-exists • 2.1.0Check if a path existsINDIRECT2
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-type • 1.1.0Check if a path is a file, directory, or symlinkINDIRECT4
performance-now • 2.1.0Implements performance.now (based on process.hrtime).INDIRECT0
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
pkcs11js • 1.3.1A Node.js implementation of the PKCS#11 2.30 interfaceDIRECT1
posix-character-classes • 0.1.1POSIX character classes for creating regular expressions.INDIRECT0
possible-typed-array-names • 1.1.0A simple list of possible Typed Array names.INDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
promise-settle • 0.3.0settle([...]) returns a Promise that is fulfilled when all items in the array are either fulfilled or rejectedDIRECT0
psl • 1.15.0Domain name parser based on the Public Suffix ListINDIRECT1
punycode • 1.4.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
punycode • 2.3.1A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.INDIRECT0
read-pkg-up • 1.0.1Read the closest package.json fileINDIRECT29
read-pkg • 1.1.0Read a package.json fileINDIRECT26
readable-stream • 1.0.34Streams2, a user-land copy of the stream library from Node.js v0.10.xINDIRECT4
readable-stream • 1.1.14Streams3, a user-land copy of the stream library from Node.js v0.11.xINDIRECT4
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
redent • 1.0.0Strip redundant indentation and indent the stringINDIRECT5
regenerator-runtime • 0.13.11Runtime for Regenerator-compiled generator and async functions.INDIRECT0
regex-not • 1.0.2Create a javascript regular expression for matching everything except for the given string.INDIRECT7
repeat-element • 1.1.4Create an array by repeating the given value n times.INDIRECT0
repeat-string • 1.6.1Repeat the given string n times. Fastest implementation for repeating a string.INDIRECT0
repeating • 2.0.1Repeat a string - fastINDIRECT1
replace-ext • 1.0.1Replaces a file extension with another oneINDIRECT0
resolve-dir • 1.0.1Resolve a directory that is either local, global or in the user's home directory.INDIRECT9
resolve-url • 0.2.1Like Node.js’ `path.resolve`/`url.resolve` for the browser.INDIRECT0
resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT6
ret • 0.1.15Tokenizes a string that represents a regular expression.INDIRECT0
right-align • 0.1.3Right-align the text in a string.INDIRECT5
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safe-regex • 1.1.0detect possibly catastrophic, exponential-time regular expressionsINDIRECT1
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
secure-keys • 1.0.0Encrypt/Decrypt the values of a given objectINDIRECT0
set-function-length • 1.2.2Set a function's length propertyINDIRECT17
set-value • 2.0.1Create nested values and any intermediaries using dot notation (`'a.b.c'`) paths.INDIRECT8
side-channel-list • 1.0.1Store information about any JS value in a side channel, using a linked listINDIRECT2
side-channel-map • 1.0.1Store information about any JS value in a side channel, using a MapINDIRECT17
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT18
side-channel • 1.1.1Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT20
sm2-fabric • 1.1.3sm2 for fabric-sdk-nodeDIRECT239
snapdragon-node • 2.1.1Snapdragon utility for creating a new AST node in custom code, such as plugins.INDIRECT10
snapdragon-util • 3.0.1Utilities for the snapdragon parser/compiler.INDIRECT2
snapdragon • 0.8.2Fast, pluggable and easy-to-use parser-renderer factory.INDIRECT56
source-map-resolve • 0.5.3Resolve the source map and/or sources for a generated file.INDIRECT5
source-map-url • 0.4.1Tools for working with sourceMappingURL comments.INDIRECT0
sparkles • 1.0.1Namespaced global event emitterINDIRECT0
spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
split-string • 3.1.0Split a string on a character except when the character is escaped.INDIRECT5
sshpk • 1.18.0A library for finding and using SSH public keysINDIRECT9
stack-trace • 0.0.10Get v8 stack traces as an array of CallSite objects.INDIRECT0
static-extend • 0.1.2Adds a static `extend` method to a class, to simplify inheritance. Extends the static properties, prototype properties, and descriptors from a `Parent` constructor onto `Child` constructors.INDIRECT10
string_decoder • 0.10.31The string_decoder module from Node coreINDIRECT0
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 • 0.3.0Strip ANSI escape codesINDIRECT1
strip-ansi • 3.0.1Strip ANSI escape codesINDIRECT1
strip-bom • 2.0.0Strip UTF-8 byte order mark (BOM) from a string/bufferINDIRECT1
strip-indent • 1.0.1Strip leading whitespace from every line in a stringINDIRECT1
supports-color • 0.2.0Detect whether a terminal supports colorINDIRECT0
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
tar-stream • 1.6.1tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.DIRECT48
through2 • 0.4.2A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT7
through2 • 0.5.1A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT6
through2 • 2.0.5A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noiseINDIRECT9
time-stamp • 1.1.0Get a formatted timestamp.INDIRECT0
to-buffer • 1.2.2Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.INDIRECT30
to-object-path • 0.3.0Create an object path from a list or array of strings.INDIRECT2
to-regex-range • 2.1.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.INDIRECT4
to-regex • 3.0.2Generate a regex from a string or array of strings.INDIRECT14
trim-newlines • 1.0.0Trim newlines from the start and/or end of a stringINDIRECT0
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT27
uglify-to-browserify • 1.0.2A transform to make UglifyJS work in browserify.INDIRECT0
undici-types • 8.3.0A stand-alone types package for UndiciINDIRECT0
union-value • 1.0.1Set an array of unique values as the property of an object. Supports setting deeply nested properties using using object-paths/dot notation.INDIRECT11
universalify • 0.1.2Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
unset-value • 1.0.0Delete nested properties from an object using dot notation.INDIRECT6
urix • 0.1.0Makes Windows-style paths more unix and URI friendly.INDIRECT0
url • 0.11.4The core `url` packaged standalone for use with Browserify.DIRECT23
use • 3.1.1Easily add plugin support to your node.js application.INDIRECT0
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
vinyl • 0.2.3A virtual file formatINDIRECT1
vinyl • 2.2.1Virtual file format.INDIRECT14
web-midi-api • 2.4.0Web MIDI API for Node.jsDIRECT2
which-typed-array • 1.1.22Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT25
window-size • 0.1.0Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
window-size • 0.1.4Reliable way to to get the height and width of the terminal/console in a node.js environment.INDIRECT0
winston • 2.4.7A multi-transport async logging library for Node.jsDIRECT7
wrap-ansi • 2.1.0Wordwrap a string with ANSI escape codesINDIRECT6
xtend • 2.1.2extend like a bossINDIRECT1
xtend • 3.0.0extend like a bossINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yargs • 3.10.0Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT13
yargs • 3.32.0Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT15
ISC59
PackageRelationDependenciesPublished
asia-crypto • 1.0.2javaScript 的sm2,sm3,sm4 加密,通信方案sm2加密私钥,sm4加密摘要,sm2+sm3标准签名DIRECT4
cliui • 2.1.0easily create complex multi-column command-line-interfacesINDIRECT9
cliui • 3.2.0easily create complex multi-column command-line-interfacesINDIRECT7
color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
concat-with-sourcemaps • 1.1.0Concatenate file contents with a custom separator and generate a source mapINDIRECT1
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
grpc>1.21.1>abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
grpc>1.21.1>aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
grpc>1.21.1>are-we-there-yet • 1.1.5Keep track of the overall completion of many disparate processesINDIRECT9
grpc>1.21.1>chownr • 1.1.1like `chown -R`INDIRECT0
grpc>1.21.1>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
grpc>1.21.1>fs-minipass • 1.2.5fs read and write streams based on minipassINDIRECT3
grpc>1.21.1>fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
grpc>1.21.1>gauge • 2.7.4A terminal based horizontal guageINDIRECT12
grpc>1.21.1>has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
grpc>1.21.1>ignore-walk • 3.0.1Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.INDIRECT4
grpc>1.21.1>inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
grpc>1.21.1>inherits • 2.0.3Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
grpc>1.21.1>ini • 1.3.5An ini encoder/decoder for nodeINDIRECT0
grpc>1.21.1>minimatch • 3.0.4a glob matcher in javascriptINDIRECT3
grpc>1.21.1>minipass • 2.3.5minimal implementation of a PassThrough streamINDIRECT2
grpc>1.21.1>nopt • 4.0.1Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT4
grpc>1.21.1>npm-bundled • 1.0.6list things in node_modules that are bundledDependencies, or transitive dependencies thereofINDIRECT0
grpc>1.21.1>npm-packlist • 1.4.1Get a list of the files to add from a folder into an npm packageINDIRECT6
grpc>1.21.1>npmlog • 4.1.2logger for npmINDIRECT24
grpc>1.21.1>once • 1.4.0Run a function exactly one timeINDIRECT1
grpc>1.21.1>osenv • 0.1.5Look up environment settings specific to different operating systemsINDIRECT2
grpc>1.21.1>rimraf • 2.6.3A deep deletion module for node (like `rm -rf`)INDIRECT11
grpc>1.21.1>rimraf>glob • 7.1.4a little globberINDIRECT10
grpc>1.21.1>sax • 1.2.4An evented streaming XML parser in JavaScriptINDIRECT0
grpc>1.21.1>semver • 5.7.0The semantic version parser used by npm.INDIRECT0
grpc>1.21.1>set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
grpc>1.21.1>signal-exit • 3.0.2when you want to fire an event no matter how a process exits.INDIRECT0
grpc>1.21.1>tar • 4.4.8tar for nodeINDIRECT8
grpc>1.21.1>wide-align • 1.1.3A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT6
grpc>1.21.1>wrappy • 1.0.2Callback wrapping utilityINDIRECT0
grpc>1.21.1>yallist • 3.0.3Yet Another Linked ListINDIRECT0
har-schema • 2.0.0JSON Schema for HTTP Archive (HAR)INDIRECT0
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.DIRECT4
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
make-error • 1.3.6Make your own error types!INDIRECT0
minimalistic-assert • 1.0.1minimalistic-assert ===INDIRECT0
minimatch • 3.1.5a glob matcher in javascriptINDIRECT3
once • 1.4.0Run a function exactly one timeINDIRECT1
remove-trailing-separator • 1.1.0Removes separators from the end of the string.INDIRECT0
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
semver • 5.7.2The semantic version parser used by npm.INDIRECT0
signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
vinyl-sourcemaps-apply • 0.2.1Apply a source map to a vinyl file, merging it with preexisting source mapsINDIRECT1
which • 1.3.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
y18n • 3.2.2the bare-bones internationalization library used by yargsINDIRECT0
Apache-2.018
PackageRelationDependenciesPublished
ascli • 1.0.1A uniform foundation for unobtrusive (ASCII art in) cli apps.INDIRECT2
aws-sign2 • 0.7.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
bytebuffer • 5.0.1The swiss army knife for binary data in JavaScript.INDIRECT1
caseless • 0.12.0Caseless object set/get/has, very useful when working with HTTP headers.INDIRECT0
cloudant-follow • 0.17.0Extremely robust, fault-tolerant Cloudant/CouchDB changes followerINDIRECT50
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
grpc • 1.21.1gRPC Library for NodeDIRECT102
grpc>1.21.1>detect-libc • 1.0.3Node.js module to detect the C standard library (libc) implementation family and versionINDIRECT0
long • 3.2.0A Long class for representing a 64-bit two's-complement integer value.INDIRECT0
long • 4.0.0A Long class for representing a 64-bit two's-complement integer value.DIRECT0
make-error-cause • 1.2.2Make your own nested error types!INDIRECT1
nano • 6.4.4The official CouchDB client for Node.jsDIRECT55
oauth-sign • 0.9.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
protobufjs • 5.0.3Protocol Buffers for JavaScript. Finally.DIRECT32
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-3-Clause9
PackageRelationDependenciesPublished
bcrypt-pbkdf • 1.0.2Port of the OpenBSD bcrypt_pbkdf function to pure JSINDIRECT1
grpc>1.21.1>node-pre-gyp • 0.13.0Node.js native addon binary install toolINDIRECT65
jssha • 2.4.2jsSHA is a JavaScript implementation of the complete Secure Hash Standard family (SHA-1, SHA-224, SHA3-224, SHA-256, SHA3-256, SHA-384, SHA3-384, SHA-512, SHA3-512, SHAKE128, and SHAKE256) as well as HMACDIRECT0
qs • 6.15.3A querystring parser that supports nesting and arrays, with a depth limitINDIRECT21
qs • 6.5.5A querystring parser that supports nesting and arrays, with a depth limitINDIRECT0
source-map • 0.5.7Generates and consumes source mapsINDIRECT0
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
tough-cookie • 2.5.0RFC6265 Cookies and Cookie Jar for node.jsINDIRECT2
unknown6
PackageRelationDependenciesPublished
browser-request • 0.3.3Browser port of the Node.js 'request' packageINDIRECT0
callsite • 1.0.0access to v8's CallSitesDIRECT0
cycle • 1.0.3decycle your jsonINDIRECT0
eyes • 0.1.8a customizable value inspectorINDIRECT0
navigator • 1.0.1A browser-esque `navigator` for Node.JS (for Ender.JS compatibility)DIRECT0
uglify-save-license • 0.4.1License detector for UglifyJSINDIRECT0
BSD-2-Clause4
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
normalize-package-data • 2.5.0Normalizes data that can be found in package.json files.INDIRECT14
uglify-js • 2.8.29JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT16
uri-js • 4.4.1An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.INDIRECT1
non-standard2
PackageRelationDependenciesPublished
duplexer2 • 0.0.2Like duplexer (http://npm.im/duplexer) but using streams2INDIRECT5
hoek • 4.3.1General purpose node utilitiesDIRECT0
Unlicense2
PackageRelationDependenciesPublished
stream-buffers • 3.0.1Buffer-backed Streams for reading and writing.DIRECT0
tweetnacl • 0.14.5Port of TweetNaCl cryptographic library to JavaScriptINDIRECT0
BSD-2-Clause OR GPL-2.0-only1
PackageRelationDependenciesPublished
sjcl • 1.0.7Stanford Javascript Crypto LibraryDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
grpc>1.21.1>rc • 1.2.8hardwired configuration loaderINDIRECT4
AFL-2.1 OR BSD-3-Clause1
PackageRelationDependenciesPublished
json-schema • 0.4.0JSON Schema validation and specificationsINDIRECT0
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
atob • 2.1.2atob for Node.JS and Linux / Mac / Windows CLI (it's a one-liner)INDIRECT0
MIT OR X111
PackageRelationDependenciesPublished
wordwrap • 0.0.2Wrap those words. Show them at what columns to start and stop.INDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
spdx-license-ids • 3.0.23A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/fabric-client-sdk-node-sm2)](https://licenses.dev/npm/fabric-client-sdk-node-sm2)
<a href="https://licenses.dev/npm/fabric-client-sdk-node-sm2">
  <img src="https://licenses.dev/b/npm/fabric-client-sdk-node-sm2" alt="licenses" />
</a>

Or the licenses badge code for the 2.0.0 version:

[![licenses](https://licenses.dev/b/npm/fabric-client-sdk-node-sm2/2.0.0)](https://licenses.dev/npm/fabric-client-sdk-node-sm2/2.0.0)
<a href="https://licenses.dev/npm/fabric-client-sdk-node-sm2/2.0.0">
  <img src="https://licenses.dev/b/npm/fabric-client-sdk-node-sm2/2.0.0" alt="licenses" />
</a>
GitHub