is-docker
popularCheck if the process is running inside a Docker container
Updated by @sindresorhus
point-in-polygon
determine if a point is inside a polygon with a ray intersection counting algorithm
Updated by @substack
point-in-polygon-hao
A point in polygon based on the paper Optimal Reliable Point-in-Polygon Test and Differential Coding Boolean Operations on Polygons
Updated by @rowanwins
delete
Delete files and folders and any intermediate directories if they exist (sync and async).
Updated by @jonschlinkert
min-max-range
Implementation of range data structures using plain JavaScript arrays.
Updated by @symmetronic
robust-point-in-polygon
Exactly test if a point is inside, outside or on the boundary of a polygon
Updated by @mikolalysenko
path-starts-with
Returns true if a filepath starts with the given string. Works with windows and posix/unix paths.
Updated by @jonschlinkert
point-in-geohash
Check if a point is inside a geohash or generate a random point inside of it
Updated by @alrico88
matches-subimage
Lightweight library that finds matches of an image within another image, perfect for visual validation in testing scenarios. Heavily inspired by (read: blatantly copied some …
Updated by @dyte
@kishannareshpal/point-in-polygon
Determine if a point is inside a polygon with a ray intersection counting algorithm
Updated by @kishannareshpal
@bemoje/numeric-range
A class with min and max properties and exposes methods for determining if a value is inside or outside the range between the min and max values.
Updated by @bemoje
bounding-boxes
Minimal (no dependencies) bounding boxes with cool functions such as intersects, containsPoint, union, intersection, ...
Updated by @marr11317
element-in-document
Determine if the client rect of element is positioned on the document
Updated by @kyungw00k