licenses.dev

@webpart/master v2.1.0

HTML 片段化开发工具。

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT61
PackageRelationDependenciesPublished
@definejs/app-module • 1.0.0用于业务层的树形结构模块管理器。INDIRECT5
@definejs/date • 1.1.0日期时间工具。DIRECT1
@definejs/directory • 1.0.1node 端的目录读取和操作工具。DIRECT5
@definejs/directory • 2.0.4node 端的目录读取和操作工具。INDIRECT1
@definejs/emitter • 1.1.0自定义多级事件类。DIRECT2
@definejs/file • 1.0.0针对 node 端的文件工具。DIRECT5
@definejs/file • 2.0.1针对 node 端的文件读取和操纵工具。INDIRECT4
@definejs/hint-line • 1.0.0在 node 端使用的高亮特定文本行的工具,以用于进行上下文提示(如错误信息)。DIRECT3
@definejs/lines • 1.0.0在 node 端使用的文本行处理工具。DIRECT1
@definejs/md5 • 1.0.0MD5 工具。DIRECT6
@definejs/module-manager • 1.0.2树型结构的 CMD 模块管理器类。 主要实现模块的定义 (define) 和加载 (require) 功能。INDIRECT0
@definejs/node-app • 1.0.0在 node 端使用的基于树形模块管理器的应用。DIRECT13
@definejs/object • 1.1.0Object 对象工具。DIRECT0
@definejs/path • 2.0.1在 node 端使用的路径处理工具,以便在不同平台环境下得到格式统一的路径,进而可以持久化存储和传输。INDIRECT0
@definejs/patterns • 1.0.2在 node 端使用的路径模式工具。DIRECT6
@definejs/query • 1.0.0url 中的查询字符串工具。DIRECT2
@definejs/string • 1.0.0字符串工具。DIRECT0
@definejs/tasker • 1.0.2多任务串行或并行处理类。DIRECT3
@definejs/timer • 1.0.1计时器DIRECT0
@definejs/tree • 1.0.5storage data on a tree.INDIRECT0
@types/node • 22.5.4TypeScript definitions for nodeINDIRECT1
@webpart/console • 2.1.1在原生 console 的基础上增加输出日志到指定文件里的功能。DIRECT8
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
camel-case • 3.0.0Camel case a stringINDIRECT3
cheerio • 1.0.0-rc.3Tiny, fast, and elegant implementation of core jQuery designed specifically for the serverDIRECT19
clean-css • 4.2.4A well-tested CSS minifierINDIRECT1
colors • 1.4.0get colors in your node.js consoleDIRECT0
commander • 2.13.0the complete solution for node.js command-line programsINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
copy-anything • 2.0.6An optimised way to copy'ing an object. A small and simple integrationINDIRECT1
dom-serializer • 0.1.1render dom nodes to stringINDIRECT2
errno • 0.1.8libuv errno details exposedINDIRECT1
gaze • 1.1.3A globbing fs.watch wrapper built from the best parts of other fine watch libs.DIRECT14
globule • 1.3.4An easy-to-use wildcard globbing library.INDIRECT13
he • 1.2.0A robust HTML entities encoder/decoder with full Unicode support.INDIRECT0
html-minifier • 4.0.0Highly configurable, well-tested, JavaScript-based HTML minifier.DIRECT11
htmlparser2 • 3.10.1Fast & forgiving HTML/XML/RSS parserINDIRECT10
iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
image-size • 0.5.5get dimensions of any image fileINDIRECT0
is-what • 3.14.1JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.INDIRECT0
lodash • 4.17.21Lodash modular utilities.INDIRECT0
lower-case • 1.1.4Lowercase a stringINDIRECT0
make-dir • 2.1.0Make a directory and its parents if needed - Think `mkdir -p`INDIRECT2
mime • 1.6.0A comprehensive library for mime-type mappingINDIRECT0
native-request • 1.1.2A simple package with no dependencies for native requests using callbackINDIRECT0
no-case • 2.3.2Remove case from a stringINDIRECT1
param-case • 2.1.1Param case a stringINDIRECT2
parse5 • 3.0.3HTML parsing/serialization toolset for Node.js. WHATWG HTML Living Standard (aka HTML5)-compliant.INDIRECT2
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
pify • 4.0.1Promisify a callback-style functionINDIRECT0
prr • 1.0.1A better Object.defineProperty()INDIRECT0
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
relateurl • 0.2.7Minify URLs by converting them from absolute to relative.INDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
upper-case • 1.1.3Upper case a stringINDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
ISC11
PackageRelationDependenciesPublished
boolbase • 1.0.0two functions: One that returns true, one that returns falseINDIRECT0
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob • 7.1.7a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
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
minimatch • 3.0.8a glob matcher in javascriptINDIRECT3
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
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-2-Clause8
PackageRelationDependenciesPublished
css-what • 2.1.3a CSS selector parserINDIRECT0
domelementtype • 1.3.1all the types of nodes in htmlparser2's domINDIRECT0
domhandler • 2.4.2handler for htmlparser2 that turns pages into a domINDIRECT1
domutils • 1.5.1utilities for working with htmlparser2's domINDIRECT3
entities • 1.1.2Encode & decode XML/HTML entities with easeINDIRECT0
nth-check • 1.0.2performant nth-check parser & compilerINDIRECT1
uglify-es • 3.3.9JavaScript parser, mangler/compressor and beautifier toolkit for ES6+DIRECT2
uglify-js • 3.19.3JavaScript parser, mangler/compressor and beautifier toolkitINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
less • 3.13.1Leaner CSSDIRECT13
non-standard1
PackageRelationDependenciesPublished
css-select • 1.2.0a CSS selector compiler/engineINDIRECT7
BSD-3-Clause1
PackageRelationDependenciesPublished
source-map • 0.6.1Generates and consumes source mapsINDIRECT0
0BSD1
PackageRelationDependenciesPublished
tslib • 1.14.1Runtime library for TypeScript helper functionsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40webpart%2Fmaster)](https://licenses.dev/npm/%40webpart%2Fmaster)
<a href="https://licenses.dev/npm/%40webpart%2Fmaster">
  <img src="https://licenses.dev/b/npm/%40webpart%2Fmaster" alt="licenses" />
</a>

Or the licenses badge code for the 2.1.0 version:

[![licenses](https://licenses.dev/b/npm/%40webpart%2Fmaster/2.1.0)](https://licenses.dev/npm/%40webpart%2Fmaster/2.1.0)
<a href="https://licenses.dev/npm/%40webpart%2Fmaster/2.1.0">
  <img src="https://licenses.dev/b/npm/%40webpart%2Fmaster/2.1.0" alt="licenses" />
</a>
GitHub