node-jss-plugin-camel-case
node-jss plugin that allows to write camel cased rule properties
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
node-jss-plugin-default-unit
node-jss plugin that adds default custom unit to numeric values where needed
JSS is an authoring tool for CSS which allows you to use JavaScript to
describe styles in a declarative, conflict-free and reusable way. It can
compile in the browser, server-side or at build time in Node.
node-d3-delaunay
Node.js fast library for computing the Voronoi diagram
node-d3-delaunay is a fast library for computing the Voronoi diagram of a set
of two-dimensional points. It is based on included node-delaunator, a fast
library for computing the Delaunay triangulation using sweep algorithms.
The Voronoi diagram is constructed by connecting the circumcenters of
adjacent triangles in the Delaunay triangulation.
node-d3-geo-projection
Extended geographic projections for node-d3-geo
node-d3-geo-projection provides extended geographic projections for
node-d3-geo.
node-fast-json-patch
Node.js implementation of JSON-Patch
node-fast-json-patch is a leaner and meaner implementation of JSON-Patch.
Small footprint. High performance. It can:
* apply patches (arrays) and single operations on JS object
* validate a sequence of patches
* observe for changes and generate patches when a change is detected
* compare two objects to obtain the difference
node-geojson
Node.js library to turn geo data into GeoJSON
node-geojson permits to turn geo data into GeoJSON (http://geojson.org/).
The library has one method, parse(), which takes an array of objects (or a
single object) with geometry data as the first parameter, an object
consisting of settings for the second parameter, and an optional callback
function as the third parameter. If a callback is not specified, the
parse() function returns the GeoJSON output.