licenses.dev

seoserver v1.0.5

SeoServer

Published on

Licenses

Learn more about license information.

Package Licenses

unknown

Dependency Licenses

MIT157
PackageRelationDependenciesPublished
array-buffer-byte-length • 1.0.2Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.INDIRECT18
arraybuffer.prototype.slice • 1.0.4ES spec-compliant shim for ArrayBuffer.prototype.sliceINDIRECT85
async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructorINDIRECT0
async • 0.1.22Higher-order functions and common patterns for asynchronous codeINDIRECT0
async • 0.2.10Higher-order functions and common patterns for asynchronous codeINDIRECT0
async • 0.2.9Higher-order functions and common patterns for asynchronous codeINDIRECT0
available-typed-arrays • 1.0.7Returns an array of Typed Array names that are available in the current environmentINDIRECT1
aws-sign • 0.2.0AWS signing. Originally pulled from LearnBoost/knox, maintained as vendor in request, now a standalone module.INDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
buffer-crc32 • 0.1.1A pure javascript CRC32 algorithm that plays nice with binary dataINDIRECT0
bytes • 0.1.0byte size string parser / serializerINDIRECT0
call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind`INDIRECT2
call-bind • 1.0.8Robustly `.call.bind()` a functionINDIRECT15
call-bound • 1.0.4Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.INDIRECT12
colors • 0.6.2get colors in your node.js console like whatINDIRECT0
combined-stream • 0.0.7A stream that emits multiple other streams one after another.INDIRECT1
commander • 0.6.1the complete solution for node.js command-line programsINDIRECT0
commander • 1.0.5the complete solution for node.js command-line programsDIRECT1
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
connect • 2.7.2High performance middleware frameworkINDIRECT13
cookie-signature • 0.0.1Sign and unsign cookiesINDIRECT0
cookie • 0.0.5cookie parsing and serializationINDIRECT0
data-view-buffer • 1.0.2Get the ArrayBuffer out of a DataView, robustly.INDIRECT25
data-view-byte-length • 1.0.2Get the byteLength out of a DataView, robustly.INDIRECT25
data-view-byte-offset • 1.0.1Get the byteOffset out of a DataView, robustly.INDIRECT25
debug • 4.4.0Lightweight debugging utility for Node.js and the browserINDIRECT1
deep-equal • 2.2.3node's assert.deepEqual algorithmINDIRECT58
define-data-property • 1.1.4Define a data property on an object. Will fall back to assignment in an engine without descriptors.INDIRECT3
define-properties • 1.2.1Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.INDIRECT6
delayed-stream • 0.0.5Buffers events from a stream until you are ready to handle them.INDIRECT0
dnode-protocol • 0.1.5Implements the dnode protocol abstractlyINDIRECT89
dnode-protocol • 0.2.2implements the dnode protocol abstractlyINDIRECT89
dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-boundINDIRECT4
es-abstract • 1.23.9ECMAScript spec abstract operations.INDIRECT85
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-get-iterator • 1.1.3Get an iterator for any JS language value. Works robustly across all environments, all versions.INDIRECT30
es-object-atoms • 1.1.1ES Object-related atoms: Object, ToObject, RequireObjectCoercibleINDIRECT1
es-set-tostringtag • 2.1.0A helper to optimistically set Symbol.toStringTag, when possible.INDIRECT13
es-to-primitive • 1.3.0ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions.INDIRECT19
event-stream • 0.5.3construct pipes of streams of eventsINDIRECT2
eventemitter2 • 0.4.12A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.INDIRECT0
eventemitter2 • 0.4.14A Node.js event emitter implementation with namespaces, wildcards, TTL and browser support.INDIRECT0
express • 3.0.6Sinatra inspired web development frameworkINDIRECT17
for-each • 0.3.5A better forEachINDIRECT1
forever-monitor • 1.1.0Core forever process monitorDIRECT123
forever-monitor • 1.2.3Core forever process monitorINDIRECT124
forever • 0.10.11A simple CLI tool for ensuring that a given node script runs continuously (i.e. forever)DIRECT138
form-data • 0.0.10A module to create readable `"multipart/form-data"` streams. Can be used to submit forms and file uploads to other web applications.INDIRECT4
formidable • 1.0.11INDIRECT0
fresh • 0.1.0HTTP response freshness testingINDIRECT0
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
function.prototype.name • 1.1.8An ES2015 spec-compliant `Function.prototype.name` shimINDIRECT21
functions-have-names • 1.2.3Does this JS environment support the `name` property on functions?INDIRECT0
get-intrinsic • 1.3.0Get and robustly cache all JS language-level intrinsics at first require timeINDIRECT11
get-proto • 1.0.1Robustly get the [[Prototype]] of an objectINDIRECT6
get-symbol-description • 1.1.0Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.INDIRECT13
globalthis • 1.0.4ECMAScript spec-compliant polyfill/shim for `globalThis`INDIRECT7
gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.INDIRECT0
has-bigints • 1.1.0Determine if the JS environment has BigInt support.INDIRECT0
has-property-descriptors • 1.0.2Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.INDIRECT1
has-proto • 1.2.0Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?INDIRECT5
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
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
internal-slot • 1.1.0ES spec-like internal slotsINDIRECT18
is-arguments • 1.2.0Is this an arguments object? It's a harder question than you think.INDIRECT14
is-array-buffer • 3.0.5Is this value a JS ArrayBuffer?INDIRECT17
is-async-function • 2.1.1Determine if a function is a native async function.INDIRECT17
is-bigint • 1.1.0Is this value an ES BigInt?INDIRECT1
is-boolean-object • 1.2.2Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-callable • 1.2.7Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.INDIRECT0
is-data-view • 1.0.2Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.INDIRECT24
is-date-object • 1.1.0Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-finalizationregistry • 1.1.1Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-generator-function • 1.1.0Determine if a function is a native generator function.INDIRECT16
is-map • 2.0.3Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-number-object • 1.1.1Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-regex • 1.2.1Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTagINDIRECT14
is-set • 2.0.3Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-shared-array-buffer • 1.0.4Is this value a JS SharedArrayBuffer?INDIRECT13
is-string • 1.1.1Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT14
is-symbol • 1.1.1Determine if a value is an ES6 Symbol or not.INDIRECT16
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.INDIRECT23
is-weakmap • 2.0.2Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT0
is-weakref • 1.1.1Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
is-weakset • 2.0.4Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag.INDIRECT13
isarray • 2.0.5Array#isArray for older browsersINDIRECT0
keypress • 0.1.0Make any Node ReadableStream emit "keypress" eventsINDIRECT0
lazy • 1.0.11Lazy lists for nodeINDIRECT0
lru-cache • 1.0.6A cache object that deletes the least-recently-used items.INDIRECT0
math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached.INDIRECT0
methods • 0.0.1HTTP methods that node supportsINDIRECT0
mime • 1.2.11A comprehensive library for mime-type mappingINDIRECT0
mime • 1.2.6A comprehensive library for mime-type mappingINDIRECT0
minimatch • 0.2.14a glob matcher in javascriptINDIRECT2
minimist • 0.0.10parse argument optionsINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p`INDIRECT1
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
nconf • 0.6.9Hierarchical node.js configuration with files, environment variables, command-line arguments, and atomic object merging.INDIRECT5
ncp • 0.2.7Asynchronous recursive file copy utility.INDIRECT0
ncp • 0.4.2Asynchronous recursive file copy utility.INDIRECT0
nssocket • 0.5.3An elegant way to define lightweight protocols on-top of TCP/TLS sockets in node.jsINDIRECT2
object-inspect • 1.13.4string representations of objects in node and the browserINDIRECT0
object-is • 1.1.6ES2015-compliant shim for Object.is - differentiates between -0 and +0INDIRECT18
object-keys • 1.1.1An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shimINDIRECT0
object.assign • 4.1.7ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shimINDIRECT19
own-keys • 1.0.1Robustly get an object's own property keys (strings and symbols), including non-enumerables when possibleINDIRECT15
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
pause • 0.0.1Pause streams...INDIRECT0
pkginfo • 0.2.3An easy way to expose properties on a module from a package.jsonINDIRECT0
pkginfo • 0.3.0An easy way to expose properties on a module from a package.jsonINDIRECT0
policyfile • 0.0.4Flash Socket Policy File Server. A server to respond to Flash Socket Policy requests, both inline and through a dedicated server instance.INDIRECT0
possible-typed-array-names • 1.1.0A simple list of possible Typed Array names.INDIRECT0
prompt • 0.2.11A beautiful command-line prompt for node.jsINDIRECT89
ps-tree • 0.0.3get all children of a pidINDIRECT3
range-parser • 0.0.4Range header field string parserINDIRECT0
redis • 0.6.7Redis client libraryINDIRECT0
reflect.getprototypeof • 1.0.10An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possibleINDIRECT85
regexp.prototype.flags • 1.5.4ES6 spec-compliant RegExp.prototype.flags shim.INDIRECT20
rimraf • 1.0.9A deep deletion module for node (like `rm -rf`)INDIRECT0
safe-array-concat • 1.1.3`Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadableINDIRECT18
safe-push-apply • 1.0.0Push an array of items into an array, while being robust against prototype modificationINDIRECT2
safe-regex-test • 1.1.0Give a regex, get a robust predicate function that tests it against a string.INDIRECT15
send • 0.1.0Better streaming static file server with Range and conditional-GET supportINDIRECT5
set-function-length • 1.2.2Set a function's length propertyINDIRECT14
set-function-name • 2.0.2Set a function's name propertyINDIRECT6
set-proto • 1.0.0Robustly set the [[Prototype]] of an objectINDIRECT6
side-channel-list • 1.0.0Store 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 MapINDIRECT14
side-channel-weakmap • 1.0.2Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT15
side-channel • 1.1.0Store information about any JS value in a side channel. Uses WeakMap if available.INDIRECT17
socket.io-client • 0.8.6Socket.IO client for the browser and node.jsINDIRECT3
socket.io • 0.8.6Real-time apps made cross-browser & easy with a WebSocket-like APIINDIRECT6
stack-trace • 0.0.10Get v8 stack traces as an array of CallSite objects.INDIRECT0
stop-iteration-iterator • 1.1.0Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it.INDIRECT19
string.prototype.trim • 1.2.10ES5 spec-compliant shim for String.prototype.trimINDIRECT85
string.prototype.trimend • 1.0.9ES2019 spec-compliant String.prototype.trimEnd shim.INDIRECT19
string.prototype.trimstart • 1.0.8ES2019 spec-compliant String.prototype.trimStart shim.INDIRECT18
traverse • 0.6.11traverse and transform objects by visiting every node on a recursive walkINDIRECT87
typed-array-buffer • 1.0.3Get the ArrayBuffer out of a TypedArray, robustly.INDIRECT24
typed-array-byte-length • 1.0.3Robustly get the byte length of a Typed ArrayINDIRECT25
typed-array-byte-offset • 1.0.4Robustly get the byte offset of a Typed ArrayINDIRECT85
typed-array-length • 1.0.7Robustly get the length of a Typed ArrayINDIRECT85
typedarray.prototype.slice • 1.0.5ES spec-compliant shim for TypedArray.prototype.sliceINDIRECT86
unbox-primitive • 1.1.0Unbox a boxed JS primitive value.INDIRECT23
which-boxed-primitive • 1.1.1Which kind of boxed JS primitive is this?INDIRECT22
which-builtin-type • 1.2.1What is the type of this builtin JS value?INDIRECT48
which-collection • 1.0.2Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT17
which-typed-array • 1.1.19Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.INDIRECT22
winston • 0.6.2A multi-transport async logging library for Node.jsINDIRECT7
winston • 0.7.2A multi-transport async logging library for Node.jsINDIRECT24
winston • 0.7.3A multi-transport async logging library for Node.jsINDIRECT24
wordwrap • 0.0.3Wrap those words. Show them at what columns to start and stop.INDIRECT0
xmlhttprequest • 1.2.2XMLHttpRequest for NodeINDIRECT0
ISC15
PackageRelationDependenciesPublished
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
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
lru-cache • 2.7.3A cache object that deletes the least-recently-used items.INDIRECT0
minimatch • 0.0.5a glob matcher in javascriptINDIRECT1
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
mute-stream • 0.0.8Bytes go in, but they don't come out (when muted).INDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
phantom • 0.3.5PhantomJS wrapper for NodeDIRECT118
read • 1.0.7read(1) for node programsINDIRECT1
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`)INDIRECT11
sigmund • 1.0.1Quick and dirty signatures for Objects.INDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
unknown13
PackageRelationDependenciesPublished
cliff • 0.1.8Your CLI formatting friend.INDIRECT8
cookie-jar • 0.2.0Cookie Jar. Originally pulled form tobi, maintained as vendor in request, now a standalone module.INDIRECT0
cycle • 1.0.3decycle your jsonINDIRECT0
director • 1.1.10A client Side/Server Side RouterINDIRECT0
dnode • 0.9.12freestyle RPCINDIRECT98
eyes • 0.1.8a customizable value inspectorINDIRECT0
flatiron • 0.3.11An elegant blend of convention and configuration for building apps in Node.js and the browserINDIRECT119
i • 0.3.7custom inflections for nodejsINDIRECT0
node-uuid • 1.4.8Rigorous implementation of RFC4122 (v1 and v4) UUIDs.INDIRECT0
timespan • 2.3.0A JavaScript TimeSpan library for node.js (and soon the browser)INDIRECT0
utile • 0.1.7A drop-in replacement for `util` with some additional advantageous functionsINDIRECT65
utile • 0.2.1A drop-in replacement for `util` with some additional advantageous functionsINDIRECT76
websocket-client • 1.0.0An HTML5 Web Sockets clientINDIRECT0
Apache-2.08
PackageRelationDependenciesPublished
forever-agent • 0.2.0HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.INDIRECT0
oauth-sign • 0.2.0OAuth 1 signing. Formerly a vendor lib in mikeal/request, now a standalone module.INDIRECT0
request • 2.16.6Simplified HTTP request client.INDIRECT18
request • 2.9.203Simplified HTTP request client.INDIRECT0
revalidator • 0.1.8A cross-browser / node.js validator used by resourcefulINDIRECT0
tunnel-agent • 0.2.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT0
watch • 0.5.1Utilities for watching file trees.INDIRECT0
watch • 0.8.0Utilities for watching file trees.INDIRECT0
BSD-3-Clause6
PackageRelationDependenciesPublished
boom • 0.3.8HTTP-friendly error objectsINDIRECT1
cryptiles • 0.1.3General purpose crypto utilitiesINDIRECT2
hawk • 0.10.2HTTP Hawk Authentication SchemeINDIRECT4
qs • 0.5.1querystring parserINDIRECT0
qs • 0.5.6querystring parserINDIRECT0
sntp • 0.1.4SNTP ClientINDIRECT1
non-standard4
PackageRelationDependenciesPublished
broadway • 0.2.9Lightweight application extensibility and composition with a twist of feature reflection.INDIRECT113
hoek • 0.7.6General purpose node utilitiesINDIRECT0
json-stringify-safe • 3.0.0Like JSON.stringify, but doesn't blow up on circular refsINDIRECT0
jsonify • 0.0.1JSON without touching any globalsINDIRECT0
MIT OR X114
PackageRelationDependenciesPublished
mkdirp • 0.3.3Recursively mkdir, like `mkdir -p`INDIRECT0
optimist • 0.2.8Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT1
optimist • 0.6.0Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT2
optimist • 0.6.1Light-weight option parsing with an argv hash. No optstrings attached.INDIRECT2
BSD-2-Clause1
PackageRelationDependenciesPublished
uglify-js • 1.0.6INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.0.5 version:

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