licenses.dev

@lykmapipo/cap-common v0.2.2

Common utilities for Common Alert Protocol

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT155
PackageRelationDependenciesPublished
@lykmapipo/common • 0.44.5Helper utilities for day to day developmentDIRECT13
@lykmapipo/env • 0.17.39Helper utilities for accessing environment variablesDIRECT22
@lykmapipo/geo-tools • 0.7.27Opinionated geo utilities for day to day developmentDIRECT193
@turf/along • 7.4.0Calculates a point along a line at a specific distanceINDIRECT7
@turf/angle • 7.4.0Finds the angle formed by two adjacent segments.INDIRECT6
@turf/area • 7.4.0Calculates the geodesic area in square meters of one or more polygons.INDIRECT4
@turf/bbox-clip • 7.4.0Takes a Feature and a bbox and clips the feature to the bbox using lineclip.INDIRECT4
@turf/bbox-polygon • 7.4.0Converts a bounding box to a GeoJSON polygon.INDIRECT3
@turf/bbox • 7.4.0Generates a bounding box around a GeoJSON feature.INDIRECT4
@turf/bearing • 7.4.0Takes two points and finds the geographic bearing between them.INDIRECT4
@turf/bezier-spline • 7.4.0Smooths a line into a curve using Bézier splines, great for visualizing routes.INDIRECT4
@turf/boolean-clockwise • 7.4.0Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.INDIRECT4
@turf/boolean-concave • 7.4.0Takes a polygon and return true or false as to whether it is concave or not.INDIRECT4
@turf/boolean-contains • 7.4.0Determines whether the second geometry is completely within the first geometry.INDIRECT21
@turf/boolean-crosses • 7.4.0Checks if two geometries cross each other.INDIRECT15
@turf/boolean-disjoint • 7.4.0Checks if two geometries have no overlapping areas.INDIRECT12
@turf/boolean-equal • 7.4.0Determine whether two geometries of the same type have identical X,Y coordinate valuesINDIRECT7
@turf/boolean-intersects • 7.4.0Checks if two geometries overlap in any way.INDIRECT13
@turf/boolean-overlap • 7.4.0Checks if two geometries have an area of overlap without one being completely contained inside the other.INDIRECT19
@turf/boolean-parallel • 7.4.0Determine whether each segment of a line is parallel to the correspondent segment of another line.INDIRECT9
@turf/boolean-point-in-polygon • 7.4.0Checks if a point is inside an area, like a city boundary.INDIRECT6
@turf/boolean-point-on-line • 7.4.0Checks if a point lies directly on a line, like a path or road.INDIRECT4
@turf/boolean-touches • 7.4.0Determine whether none of the points common to both geometries intersect the interiors of both geometries.INDIRECT8
@turf/boolean-valid • 7.4.0Checks if the geometry is a valid according to the OGC Simple Feature Specification.INDIRECT31
@turf/boolean-within • 7.4.0Determines whether the first geometry is completely within the second geometry.INDIRECT22
@turf/buffer • 7.4.0Creates a buffer around a GeoJSON feature.INDIRECT13
@turf/center-mean • 7.4.0Takes a Feature or FeatureCollection and returns the mean center.INDIRECT5
@turf/center-median • 7.4.0Takes a FeatureCollection of points and calculates the median center.INDIRECT9
@turf/center-of-mass • 7.4.0Finds the “balance point” of irregular shapes, like a country outline.INDIRECT13
@turf/center • 7.4.0Finds the central point of a GeoJSON feature, like a city or a park. Ideal for placing labels or markers.INDIRECT5
@turf/centroid • 7.4.0Determines the geometric center of a polygon or shape.INDIRECT4
@turf/circle • 7.4.0Takes a point and calculates the circle polygon given a radius.INDIRECT5
@turf/clean-coords • 7.4.0Removes redundant coordinates from a GeoJSON Geometry.INDIRECT5
@turf/clone • 7.4.0Returns a cloned copy of the passed GeoJSON Object, including possible 'Foreign Members'.INDIRECT3
@turf/clusters-dbscan • 7.4.0Takes a set of points and partition them into clusters according to DBSCAN's data clustering algorithm.INDIRECT9
@turf/clusters-kmeans • 7.4.0Takes a set of points and partition them into clusters using the k-means algorithm.INDIRECT7
@turf/clusters • 7.4.0Group points into clusters based on their spatial proximity or properties.INDIRECT4
@turf/collect • 7.4.0Merges a specified property from a FeatureCollection of points into a FeatureCollection of polygons.INDIRECT11
@turf/combine • 7.4.0Combines a FeatureCollection of Point, LineString, or Polygon features into MultiPoint, MultiLineString, or MultiPolygon features.INDIRECT4
@turf/concave • 7.4.0Creates a concave hull around points.INDIRECT11
@turf/convex • 7.4.0Creates a convex hull around pointsINDIRECT10
@turf/destination • 7.4.0turf destination moduleINDIRECT4
@turf/difference • 7.4.0Finds the difference between multiple polygons by clipping the subsequent polygon from the first.INDIRECT7
@turf/directional-mean • 7.4.0Calculates the average angle of a set of lines, measuring the trend of it.INDIRECT10
@turf/dissolve • 7.4.0Dissolves a FeatureCollection of Polygon features.INDIRECT9
@turf/distance-weight • 7.4.0Calculate the influence or weight of points over an area based on their distances.INDIRECT6
@turf/distance • 7.4.0Measures the straight-line distance between two points, like cities or landmarks.INDIRECT4
@turf/ellipse • 7.4.0Takes a Point and calculates the ellipse polygon given two semi-axes expressed in variable units and steps for precision.INDIRECT13
@turf/envelope • 7.4.0Takes any number of features and returns a rectangular Polygon that encompasses all vertices.INDIRECT6
@turf/explode • 7.4.0Takes a feature or set of features and returns all positions as points.INDIRECT4
@turf/flatten • 7.4.0Flattens any GeoJSON to a FeatureCollectionINDIRECT4
@turf/flip • 7.4.0Takes input features and flips all of their coordinates.INDIRECT5
@turf/geojson-rbush • 7.4.0GeoJSON implementation of RBushINDIRECT7
@turf/great-circle • 7.4.0Calculate great circles routes as LineString or MultiLineString.INDIRECT5
@turf/helpers • 7.4.0Provides helper functions to create GeoJSON features, like points, lines, or areas on a map.INDIRECT2
@turf/hex-grid • 7.4.0Creates a honeycomb-like grid of hexagons within a bounding box.INDIRECT10
@turf/interpolate • 7.4.0Creates an interpolated grid of points using the Inverse Distance Weighting method.INDIRECT37
@turf/intersect • 7.4.0Finds the shared area between two polygons.INDIRECT7
@turf/invariant • 7.4.0Lightweight utility for input validation and data extraction in Turf.js. Ensures GeoJSON inputs are in the correct format and extracts specific components like coordinates or geometries.INDIRECT3
@turf/isobands • 7.4.0Takes a grid of values (GeoJSON format) and a set of threshold ranges. It outputs polygons that group areas within those ranges, effectively creating filled contour isobands.INDIRECT11
@turf/isolines • 7.4.0Generate contour lines from a grid of data.INDIRECT6
@turf/kinks • 7.4.0Takes a GeoJSON feature and returns points at all self-intersections.INDIRECT3
@turf/length • 7.4.0 Calculates the length of a line, perfect for paths or routes.INDIRECT6
@turf/line-arc • 7.4.0Creates a circular arc, of a circle of the given radius and center point, between two bearings.INDIRECT6
@turf/line-chunk • 7.4.0Divides a LineString into chunks of a specified length.INDIRECT10
@turf/line-intersect • 7.4.0Takes any LineString or Polygon GeoJSON and returns the intersecting point(s).INDIRECT5
@turf/line-offset • 7.4.0Takes a line and returns a line at offset by the specified distance.INDIRECT5
@turf/line-overlap • 7.4.0Takes any LineString or Polygon and returns the overlapping lines between both features.INDIRECT14
@turf/line-segment • 7.4.0Creates line segments from a GeoJSON feature.INDIRECT5
@turf/line-slice-along • 7.4.0Useful for extracting only the part of a route between two distances.INDIRECT7
@turf/line-slice • 7.4.0Useful for extracting only the part of a route between waypoints.INDIRECT7
@turf/line-split • 7.4.0Split a LineString by another GeoJSON Feature.INDIRECT16
@turf/line-to-polygon • 7.4.0Converts line(s) to polygon(s).INDIRECT7
@turf/mask • 7.4.0Takes polygons or multipolygons and an optional mask, and returns an exterior ring polygon with holes.INDIRECT7
@turf/meta • 7.4.0Provides tools for iterating over and manipulating GeoJSON objects.INDIRECT3
@turf/midpoint • 7.4.0Takes two points and calculates a point midway between them geodesically.INDIRECT7
@turf/moran-index • 7.4.0Measures patterns of attribute values associated with features. Reveals whether similar values tend to occur near each other, or whether high or low values are interspersedINDIRECT7
@turf/nearest-neighbor-analysis • 7.4.0Calculates an index based the average distances between points in the dataset, thereby providing inference as to whether the data is clustered, dispersed, or randomly distributed within the study area.INDIRECT12
@turf/nearest-point-on-line • 7.4.0Finds the nearest point on a line to a given pointINDIRECT6
@turf/nearest-point-to-line • 7.4.0Returns the closest point, of a collection of points, to a line.INDIRECT13
@turf/nearest-point • 7.4.0Finds the nearest point from a FeatureCollection of Features with Point geometries to a given point.INDIRECT7
@turf/planepoint • 7.4.0Takes a triangular plane as a polygon and a point within that triangle, and returns the z-value at that point.INDIRECT4
@turf/point-grid • 7.4.0Creates a grid of points within a bounding box.INDIRECT23
@turf/point-on-feature • 7.4.0Takes a Feature or FeatureCollection and returns a Point guaranteed to be on the surface of the feature.INDIRECT14
@turf/point-to-line-distance • 7.4.0Calculates the distance between a given point and the nearest point on a line.INDIRECT12
@turf/point-to-polygon-distance • 7.4.0Calculates the distance from a point to the edges of a polygon or multi-polygon.INDIRECT17
@turf/points-within-polygon • 7.4.0Finds points that fall within polygon(s).INDIRECT8
@turf/polygon-smooth • 7.4.0Smooths a Polygon or MultiPolygon, based on Chaikin's algorithm.INDIRECT4
@turf/polygon-tangents • 7.4.0Finds the tangents of a polygon from a point.INDIRECT26
@turf/polygon-to-line • 7.4.0Converts a polygon to a line string.INDIRECT4
@turf/polygonize • 7.4.0Polygonizes a set of lines that represents edges in a planar graph.INDIRECT11
@turf/projection • 7.4.0Provides tools for conversion between geographic coordinates and projected coordinates.INDIRECT5
@turf/quadrat-analysis • 7.4.0Quadrat analysis lays a set of equal-size areas(quadrat) over the study area and counts the number of features in each quadrat and creates a frequency table.INDIRECT33
@turf/random • 7.4.0Generates random points, lines, or polygons for testing.INDIRECT3
@turf/rectangle-grid • 7.4.0Creates a grid of rectangular polygons with width and height consistent in degrees.INDIRECT15
@turf/rewind • 7.4.0Rewind using Shoelace Formula.INDIRECT7
@turf/rhumb-bearing • 7.4.0Takes two points and finds the bearing angle between them along a Rhumb line.INDIRECT4
@turf/rhumb-destination • 7.4.0Calculates the destination point having travelled the given distance along a Rhumb line.INDIRECT4
@turf/rhumb-distance • 7.4.0Calculates the distance along a rhumb line between two points.INDIRECT4
@turf/sample • 7.4.0Takes a FeatureCollection and returns a FeatureCollection with given number of features at random.INDIRECT3
@turf/sector • 7.4.0Creates a circular sector of a circle.INDIRECT8
@turf/shortest-path • 7.4.0Returns the shortest path from start to end without colliding with any Feature in obstacles.INDIRECT20
@turf/simplify • 7.4.0Reduces the number of points in a shape while keeping its overall look.INDIRECT8
@turf/square-grid • 7.4.0Creates a square grid within a bounding box.INDIRECT16
@turf/square • 7.4.0Takes a bounding box and calculates the minimum square bounding box that would contain the input.INDIRECT5
@turf/standard-deviational-ellipse • 7.4.0Takes a collection of features and returns a standard deviational ellipse.INDIRECT20
@turf/tag • 7.4.0Takes a set of points and a set of polygons and/or multipolygons and performs a spatial join.INDIRECT9
@turf/tesselate • 7.4.0Tesselates a polygon or multipolygon into a collection of triangle polygons using earcut.INDIRECT5
@turf/tin • 7.4.0Takes a set of points and creates a Triangulated Irregular Network.INDIRECT3
@turf/transform-rotate • 7.4.0Rotates a geometry around its center or a given point.INDIRECT10
@turf/transform-scale • 7.4.0Changes the size of a geometry by scaling it up or down.INDIRECT12
@turf/transform-translate • 7.4.0Moves a shape or location in a specific direction.INDIRECT7
@turf/triangle-grid • 7.4.0Creates a triangular grid within a bounding box.INDIRECT10
@turf/truncate • 7.4.0Truncates precision of GeoJSON coordinates.INDIRECT4
@turf/turf • 7.4.0a JavaScript library for performing geospatial operations with GeoJSONINDIRECT147
@turf/union • 7.4.0Combines two or more polygons into a single polygon.INDIRECT7
@turf/unkink-polygon • 7.4.0Takes a kinked polygon and returns a feature collection of polygons that have no kinks.INDIRECT11
@turf/voronoi • 7.4.0Takes a collection of points and a bounding box, and returns a collection of Voronoi polygons.INDIRECT7
@types/d3-voronoi • 1.1.12TypeScript definitions for d3-voronoiINDIRECT0
@types/earcut • 2.1.4TypeScript definitions for earcutINDIRECT0
@types/geojson • 7946.0.16TypeScript definitions for geojsonINDIRECT0
@types/kdbush • 3.0.5TypeScript definitions for kdbushINDIRECT0
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
auto-parse • 2.5.0Automatically convert any value to its best matching JavaScript type. Supports numbers, booleans, objects, arrays, BigInt, Symbol, schema-based parsing, configurable date formats, comma-separated numbers, prefix stripping, allowed type enforcement and a pINDIRECT0
bignumber.js • 9.3.1A library for arbitrary-precision decimal and non-decimal arithmeticINDIRECT0
browser-or-node • 3.0.0Check in which environment the code is running - browser/node.js/webworker/jsdom/denoINDIRECT0
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
csv-parse • 7.0.2CSV parsing implementing the Node.js `stream.Transform` APIINDIRECT0
deep-extend • 0.6.0Recursive object extendingINDIRECT0
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
fast-deep-equal • 3.1.3Fast deep equalINDIRECT0
geojson-equality-ts • 1.0.2Check two valid geojson geometries for equality.INDIRECT1
geojson-polygon-self-intersections • 1.2.2A very simple script to compute all self-intersections in a GeoJSON polygon.INDIRECT2
inflection • 3.0.2A port of inflection-js to node.js moduleINDIRECT0
jsonfile • 6.2.1Easily read/write JSON files.INDIRECT2
jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
lodash • 4.18.1Lodash modular utilities.DIRECT0
mime • 4.1.0A comprehensive library for mime-type mappingINDIRECT0
minimist • 1.2.8parse argument optionsINDIRECT0
moment • 2.31.0Parse, validate, manipulate, and display datesINDIRECT0
object-hash • 3.0.0Generate hashes from javascript objects in node and the browser.INDIRECT0
point-in-polygon-hao • 1.2.4A point in polygon based on the paper Optimal Reliable Point-in-Polygon Test and Differential Coding Boolean Operations on PolygonsINDIRECT1
point-in-polygon • 1.1.0determine if a point is inside a polygon with a ray intersection counting algorithmINDIRECT0
polyclip-ts • 0.16.8Apply boolean polygon clipping operations (intersection, union, difference, xor) to your Polygons & MultiPolygons.INDIRECT2
pump • 3.0.4pipe streams together and close all of them if one of them closesINDIRECT3
rbush • 2.0.2High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)INDIRECT1
rbush • 3.0.1High-performance 2D spatial index for rectangles (based on R*-tree with bulk loading and bulk insertion algorithms)INDIRECT1
skmeans • 0.9.7Super fast simple k-means and k-means++ clustering for unidimiensional and multidimensional data. Works in node and browserINDIRECT0
statuses • 2.0.2HTTP status utilityINDIRECT0
string-template • 1.0.0A simple string template function based on named or indexed argumentsINDIRECT0
strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files!INDIRECT0
striptags • 3.2.0PHP strip_tags in Node.jsINDIRECT0
through • 2.3.8simplified stream constructionINDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
uuid • 14.0.2RFC9562 UUIDsINDIRECT0
ISC14
PackageRelationDependenciesPublished
concaveman • 1.2.1Fast 2D concave hull algorithm in JavaScript (generates an outline of a point set)INDIRECT5
earcut • 2.2.4The fastest and smallest JavaScript polygon triangulation library for your WebGL appsINDIRECT0
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
internmap • 1.0.1Map and Set with automatic key interningINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
quickselect • 1.1.1A tiny and fast selection algorithm in JavaScript.INDIRECT0
quickselect • 2.0.0A tiny and fast selection algorithm in JavaScript.INDIRECT0
semver • 7.8.5The semantic version parser used by npm.INDIRECT0
tinyqueue • 2.0.3The smallest and simplest JavaScript priority queueINDIRECT0
topojson-client • 3.1.0Manipulate TopoJSON and convert it to GeoJSON.INDIRECT1
topojson-server • 3.0.1Convert GeoJSON to TopoJSON for smaller files and the power of topology!INDIRECT1
topojson-simplify • 3.0.3Topology-preserving simplification and filtering for TopoJSON.INDIRECT2
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause11
PackageRelationDependenciesPublished
array-source • 0.0.4Read arrays as standard WhatWG streams.INDIRECT0
d3-array • 2.12.1Array manipulation, ordering, searching, summarizing, etc.INDIRECT1
d3-geo • 2.0.2Shapes and calculators for spherical coordinates.INDIRECT2
d3-voronoi • 1.1.2Compute the Voronoi diagram of a set of two-dimensional points.INDIRECT0
dotenv-expand • 1000.0.0Expand environment variables using dotenvINDIRECT0
file-source • 0.6.1Read binary files in chunks, on demand, with promises.INDIRECT1
flat • 6.0.1Take a nested Javascript object and flatten it, or unflatten an object with delimited keysINDIRECT0
path-source • 0.1.3Read files in Node, or fetch URLs in browser, as standard WhatWG streams.INDIRECT3
shapefile • 0.6.6An implementation of the shapefile (.shp) spatial data format.INDIRECT7
slice-source • 0.4.1A readable stream reader that reads a desired number of bytes.INDIRECT0
stream-source • 0.3.5Read binary streams in chunks, on demand, with promises.INDIRECT0
non-standard4
PackageRelationDependenciesPublished
@turf/jsts • 2.7.2A treeshaken subset of JSTS functions for use withinINDIRECT1
jsts • 2.7.1A JavaScript library of spatial predicates and functions for processing geometryINDIRECT0
randomcolor • 0.6.2A tiny script for generating attractive random colorsINDIRECT0
splaytree-ts • 1.0.2A splay tree typescript libraryINDIRECT0
Unlicense3
PackageRelationDependenciesPublished
robust-predicates • 2.0.4Fast robust predicates for computational geometryINDIRECT0
robust-predicates • 3.0.3Fast robust predicates for computational geometryINDIRECT0
text-encoding • 0.6.4Polyfill for the Encoding Living Standard's API.INDIRECT0
BSD-2-Clause2
PackageRelationDependenciesPublished
dotenv • 18.0.1Loads environment variables from .env fileINDIRECT0
geojson-stream • 0.1.0stream features into and out of geojsonINDIRECT3
LGPL-3.01
PackageRelationDependenciesPublished
geojson-validation • 1.0.2A GeoJSON Validation LibraryINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT1
PackageRelationDependenciesPublished
rc • 1.2.8hardwired configuration loaderINDIRECT4
Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
JSONStream • 1.3.5rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)INDIRECT2
0BSD1
PackageRelationDependenciesPublished
tslib • 2.8.1Runtime library for TypeScript helper functionsINDIRECT0
unknown1
PackageRelationDependenciesPublished
arc • 0.2.0draw great circle arcsINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.2.2 version:

[![licenses](https://licenses.dev/b/npm/%40lykmapipo%2Fcap-common/0.2.2)](https://licenses.dev/npm/%40lykmapipo%2Fcap-common/0.2.2)
<a href="https://licenses.dev/npm/%40lykmapipo%2Fcap-common/0.2.2">
  <img src="https://licenses.dev/b/npm/%40lykmapipo%2Fcap-common/0.2.2" alt="licenses" />
</a>
GitHub