package-sets/packages.json
2018-01-28 00:50:00 +00:00

2107 lines
44 KiB
JSON

{
"aff": {
"dependencies": [
"console",
"exceptions",
"functions",
"parallel",
"transformers",
"unsafe-coerce",
"datetime",
"free",
"st",
"type-equality",
"avar"
],
"repo": "https://github.com/slamdata/purescript-aff.git",
"version": "v4.0.0"
},
"aff-coroutines": {
"dependencies": [
"aff",
"coroutines"
],
"repo": "https://github.com/purescript-contrib/purescript-aff-coroutines.git",
"version": "v6.0.0"
},
"aff-promise": {
"dependencies": [
"aff",
"foreign"
],
"repo": "https://github.com/nwolverson/purescript-aff-promise.git",
"version": "v1.0.0"
},
"affjax": {
"dependencies": [
"aff",
"argonaut-core",
"arraybuffer-types",
"dom",
"foreign",
"form-urlencoded",
"http-methods",
"integers",
"math",
"media-types",
"nullable",
"refs",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-affjax.git",
"version": "v5.0.0"
},
"ansi": {
"dependencies": [
"strings"
],
"repo": "https://github.com/hdgarrood/purescript-ansi.git",
"version": "v4.0.0"
},
"argonaut": {
"dependencies": [
"argonaut-codecs",
"argonaut-core",
"argonaut-traversals"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut.git",
"version": "v3.1.0"
},
"argonaut-codecs": {
"dependencies": [
"argonaut-core",
"generics",
"integers"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut-codecs.git",
"version": "v3.2.0"
},
"argonaut-core": {
"dependencies": [
"enums",
"functions",
"gen",
"maps"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut-core.git",
"version": "v3.1.0"
},
"argonaut-generic": {
"dependencies": [
"generics",
"argonaut-core",
"argonaut-codecs",
"generics-rep"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut-generic",
"version": "v1.2.0"
},
"argonaut-generic-codecs": {
"dependencies": [
"argonaut-core",
"arrays",
"generics",
"integers",
"partial"
],
"repo": "https://github.com/eskimor/purescript-argonaut-generic-codecs.git",
"version": "v6.0.4"
},
"argonaut-traversals": {
"dependencies": [
"argonaut-core",
"argonaut-codecs",
"profunctor-lenses"
],
"repo": "https://github.com/purescript-contrib/purescript-argonaut-traversals.git",
"version": "v3.1.0"
},
"arraybuffer-types": {
"dependencies": [],
"repo": "https://github.com/purescript-contrib/purescript-arraybuffer-types.git",
"version": "v2.0.0"
},
"arrays": {
"dependencies": [
"foldable-traversable",
"nonempty",
"partial",
"st",
"tailrec",
"tuples",
"unfoldable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-arrays.git",
"version": "v4.2.1"
},
"assert": {
"dependencies": [
"eff"
],
"repo": "https://github.com/purescript/purescript-assert.git",
"version": "v3.0.0"
},
"avar": {
"dependencies": [
"eff",
"maybe",
"either",
"functions",
"exceptions"
],
"repo": "https://github.com/slamdata/purescript-avar.git",
"version": "v2.0.1"
},
"behaviors": {
"dependencies": [
"prelude",
"eff",
"sets",
"filterable",
"nullable"
],
"repo": "https://github.com/paf31/purescript-behaviors.git",
"version": "v6.2.0"
},
"bifunctors": {
"dependencies": [
"control",
"newtype"
],
"repo": "https://github.com/purescript/purescript-bifunctors.git",
"version": "v3.0.0"
},
"bytestrings": {
"dependencies": [
"arrays",
"eff",
"exceptions",
"foldable-traversable",
"integers",
"leibniz",
"maybe",
"monoid",
"newtype",
"node-buffer",
"prelude",
"quickcheck",
"quotient",
"unsafe-coerce"
],
"repo": "https://github.com/rightfold/purescript-bytestrings.git",
"version": "v6.0.0"
},
"canvas": {
"dependencies": [
"eff",
"functions",
"maybe",
"exceptions",
"arraybuffer-types"
],
"repo": "https://github.com/purescript-contrib/purescript-canvas.git",
"version": "v3.2.0"
},
"catenable-lists": {
"dependencies": [
"lists",
"tuples",
"foldable-traversable",
"unfoldable",
"control"
],
"repo": "https://github.com/purescript/purescript-catenable-lists.git",
"version": "v4.0.0"
},
"codec": {
"dependencies": [
"transformers",
"profunctor"
],
"repo": "https://github.com/garyb/purescript-codec.git",
"version": "v2.1.0"
},
"colors": {
"dependencies": [
"arrays",
"integers",
"lists",
"partial",
"strings"
],
"repo": "https://github.com/sharkdp/purescript-colors.git",
"version": "v4.3.0"
},
"console": {
"dependencies": [
"eff"
],
"repo": "https://github.com/purescript/purescript-console.git",
"version": "v3.0.0"
},
"const": {
"dependencies": [
"contravariant",
"foldable-traversable"
],
"repo": "https://github.com/purescript/purescript-const.git",
"version": "v3.2.0"
},
"contravariant": {
"dependencies": [
"either",
"monoid",
"tuples"
],
"repo": "https://github.com/purescript/purescript-contravariant.git",
"version": "v3.1.0"
},
"control": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-control.git",
"version": "v3.3.1"
},
"coroutines": {
"dependencies": [
"freet",
"profunctor",
"parallel"
],
"repo": "https://github.com/purescript-contrib/purescript-coroutines.git",
"version": "v4.0.0"
},
"crypto": {
"dependencies": [
"node-buffer",
"eff",
"prelude"
],
"repo": "https://github.com/oreshinya/purescript-crypto.git",
"version": "v0.2.0"
},
"css": {
"dependencies": [
"generics",
"nonempty",
"profunctor",
"strings",
"these",
"transformers",
"colors",
"console"
],
"repo": "https://github.com/slamdata/purescript-css.git",
"version": "v3.3.0"
},
"csv": {
"dependencies": [
"arrays",
"maps",
"parsing"
],
"repo": "https://github.com/nwolverson/purescript-csv.git",
"version": "v2.0.0"
},
"data-default": {
"dependencies": [],
"repo": "https://github.com/nkly/purescript-data-default.git",
"version": "0.1.0"
},
"datetime": {
"dependencies": [
"enums",
"functions",
"generics",
"integers",
"foldable-traversable",
"maps",
"math"
],
"repo": "https://github.com/purescript/purescript-datetime.git",
"version": "v3.4.1"
},
"day": {
"dependencies": [
"control",
"exists",
"free",
"functors",
"pairing",
"transformers"
],
"repo": "https://github.com/paf31/purescript-day.git",
"version": "v9.0.0"
},
"debug": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/garyb/purescript-debug.git",
"version": "v3.0.0"
},
"distributions": {
"dependencies": [
"lists"
],
"repo": "https://github.com/paf31/purescript-distributions.git",
"version": "v3.0.0"
},
"distributive": {
"dependencies": [
"identity"
],
"repo": "https://github.com/purescript/purescript-distributive.git",
"version": "v3.0.0"
},
"dom": {
"dependencies": [
"arraybuffer-types",
"datetime",
"enums",
"exceptions",
"foldable-traversable",
"foreign",
"js-date",
"media-types",
"nullable",
"prelude",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-dom.git",
"version": "v4.12.0"
},
"dom-classy": {
"dependencies": [
"dom"
],
"repo": "https://github.com/garyb/purescript-dom-classy.git",
"version": "v2.1.0"
},
"dom-indexed": {
"dependencies": [
"prelude",
"media-types",
"dom"
],
"repo": "https://github.com/slamdata/purescript-dom-indexed.git",
"version": "v5.0.0"
},
"drawing": {
"dependencies": [
"canvas",
"lists",
"math",
"integers",
"colors"
],
"repo": "https://github.com/purescript-contrib/purescript-drawing.git",
"version": "v3.0.0"
},
"echarts": {
"dependencies": [
"eff",
"control",
"foreign",
"dom",
"transformers",
"colors",
"variant",
"aff"
],
"repo": "https://github.com/slamdata/purescript-echarts.git",
"version": "v9.1.0"
},
"eff": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-eff.git",
"version": "v3.1.0"
},
"either": {
"dependencies": [
"foldable-traversable",
"prelude"
],
"repo": "https://github.com/purescript/purescript-either.git",
"version": "v3.1.0"
},
"email-validate": {
"dependencies": [
"generics",
"parsing",
"string-parsers",
"aff",
"transformers"
],
"repo": "https://github.com/cdepillabout/purescript-email-validate.git",
"version": "v2.0.0"
},
"enums": {
"dependencies": [
"either",
"strings",
"unfoldable"
],
"repo": "https://github.com/purescript/purescript-enums.git",
"version": "v3.2.1"
},
"errors": {
"dependencies": [
"either",
"maybe",
"transformers",
"control",
"eff",
"monoid"
],
"repo": "https://github.com/passy/purescript-errors.git",
"version": "v3.0.0"
},
"exceptions": {
"dependencies": [
"eff",
"either",
"maybe"
],
"repo": "https://github.com/purescript/purescript-exceptions.git",
"version": "v3.1.0"
},
"exists": {
"dependencies": [
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-exists.git",
"version": "v3.0.0"
},
"express": {
"dependencies": [
"aff",
"arrays",
"control",
"data-default",
"eff",
"either",
"exceptions",
"foldable-traversable",
"foreign",
"lists",
"maybe",
"node-http",
"parsing",
"strings",
"transformers",
"unfoldable",
"foreign-generic",
"test-unit"
],
"repo": "https://github.com/nkly/purescript-express.git",
"version": "v0.6.0"
},
"filterable": {
"dependencies": [
"foldable-traversable",
"identity",
"arrays",
"either",
"lists",
"maps"
],
"repo": "https://github.com/LiamGoodacre/purescript-filterable",
"version": "v2.4.1"
},
"fixed-points": {
"dependencies": [
"exists",
"prelude",
"newtype",
"transformers"
],
"repo": "https://github.com/slamdata/purescript-fixed-points.git",
"version": "v4.0.0"
},
"flare": {
"dependencies": [
"foldable-traversable",
"dom",
"signal",
"canvas",
"drawing",
"smolder",
"nonempty",
"datetime",
"tuples"
],
"repo": "https://github.com/sharkdp/purescript-flare.git",
"version": "v4.1.0"
},
"foldable-traversable": {
"dependencies": [
"bifunctors",
"maybe"
],
"repo": "https://github.com/purescript/purescript-foldable-traversable.git",
"version": "v3.6.1"
},
"folds": {
"dependencies": [
"control",
"profunctor"
],
"repo": "https://github.com/paf31/purescript-folds.git",
"version": "v3.1.0"
},
"foreign": {
"dependencies": [
"arrays",
"either",
"foldable-traversable",
"functions",
"integers",
"lists",
"strings",
"transformers"
],
"repo": "https://github.com/purescript/purescript-foreign.git",
"version": "v4.0.1"
},
"foreign-generic": {
"dependencies": [
"console",
"eff",
"exceptions",
"foreign",
"generics-rep",
"globals",
"maps",
"nullable",
"proxy",
"symbols"
],
"repo": "https://github.com/paf31/purescript-foreign-generic.git",
"version": "v5.0.0"
},
"foreign-lens": {
"dependencies": [
"foreign",
"profunctor-lenses"
],
"repo": "https://github.com/purescript-contrib/purescript-foreign-lens.git",
"version": "v3.0.0"
},
"fork": {
"dependencies": [
"aff"
],
"repo": "https://github.com/slamdata/purescript-fork.git",
"version": "v3.0.0"
},
"form-urlencoded": {
"dependencies": [
"prelude",
"globals",
"generics",
"maybe",
"strings",
"tuples"
],
"repo": "https://github.com/purescript-contrib/purescript-form-urlencoded.git",
"version": "v3.0.0"
},
"format": {
"dependencies": [
"strings",
"arrays",
"math",
"unfoldable",
"integers"
],
"repo": "https://github.com/sharkdp/purescript-format",
"version": "v3.0.0"
},
"formatters": {
"dependencies": [
"prelude",
"parsing",
"fixed-points",
"datetime",
"transformers",
"lists",
"generics-rep"
],
"repo": "https://github.com/slamdata/purescript-formatters.git",
"version": "v3.0.0"
},
"free": {
"dependencies": [
"catenable-lists",
"exists",
"transformers",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-free.git",
"version": "v4.1.0"
},
"freeap": {
"dependencies": [
"exists",
"const"
],
"repo": "https://github.com/ethul/purescript-freeap.git",
"version": "v3.0.1"
},
"freet": {
"dependencies": [
"console",
"control",
"tailrec",
"transformers",
"exists",
"eff"
],
"repo": "https://github.com/purescript-contrib/purescript-freet.git",
"version": "v3.0.0"
},
"functions": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-functions.git",
"version": "v3.0.0"
},
"functors": {
"dependencies": [
"const",
"either",
"unsafe-coerce"
],
"repo": "https://github.com/purescript/purescript-functors.git",
"version": "v2.2.0"
},
"gen": {
"dependencies": [
"nonempty",
"tailrec",
"tuples",
"unfoldable",
"integers"
],
"repo": "https://github.com/purescript/purescript-gen.git",
"version": "v1.1.1"
},
"generics": {
"dependencies": [
"arrays",
"either",
"identity",
"lists",
"proxy",
"strings"
],
"repo": "https://github.com/purescript/purescript-generics.git",
"version": "v4.0.0"
},
"generics-rep": {
"dependencies": [
"enums",
"foldable-traversable",
"monoid",
"prelude",
"symbols"
],
"repo": "https://github.com/purescript/purescript-generics-rep.git",
"version": "v5.3.0"
},
"globals": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-globals.git",
"version": "v3.0.0"
},
"graphs": {
"dependencies": [
"sets",
"catenable-lists"
],
"repo": "https://github.com/purescript/purescript-graphs.git",
"version": "v3.0.0"
},
"halogen": {
"dependencies": [
"aff",
"const",
"coroutines",
"dom",
"dom-indexed",
"foreign",
"fork",
"free",
"freeap",
"halogen-vdom",
"maps",
"media-types",
"nullable",
"parallel",
"profunctor",
"profunctor-lenses",
"unsafe-coerce",
"unsafe-reference"
],
"repo": "https://github.com/slamdata/purescript-halogen.git",
"version": "v3.0.1"
},
"halogen-bootstrap": {
"dependencies": [
"halogen"
],
"repo": "https://github.com/slamdata/purescript-halogen-bootstrap.git",
"version": "v7.0.0"
},
"halogen-css": {
"dependencies": [
"css",
"halogen"
],
"repo": "https://github.com/slamdata/purescript-halogen-css.git",
"version": "v7.0.0"
},
"halogen-echarts": {
"dependencies": [
"halogen-css",
"echarts"
],
"repo": "https://github.com/slamdata/purescript-halogen-echarts.git",
"version": "v12.0.0"
},
"halogen-vdom": {
"dependencies": [
"prelude",
"eff",
"tuples",
"dom",
"maps",
"maybe",
"unsafe-coerce",
"bifunctors",
"refs",
"foreign"
],
"repo": "https://github.com/slamdata/purescript-halogen-vdom.git",
"version": "v2.0.0"
},
"handlebars": {
"dependencies": [],
"repo": "https://github.com/purescript-contrib/purescript-handlebars.git",
"version": "v2.0.0"
},
"hoist": {
"dependencies": [
"functors"
],
"repo": "https://github.com/paf31/purescript-hoist.git",
"version": "v4.0.0"
},
"http-methods": {
"dependencies": [
"generics"
],
"repo": "https://github.com/purescript-contrib/purescript-http-methods.git",
"version": "v3.0.0"
},
"identity": {
"dependencies": [
"foldable-traversable"
],
"repo": "https://github.com/purescript/purescript-identity.git",
"version": "v3.1.0"
},
"indexed-monad": {
"dependencies": [
"aff",
"eff",
"transformers"
],
"repo": "https://github.com/garyb/purescript-indexed-monad.git",
"version": "v0.3.0"
},
"inject": {
"dependencies": [
"functors"
],
"repo": "https://github.com/purescript/purescript-inject.git",
"version": "v4.0.0"
},
"int-53": {
"dependencies": [
"generics",
"integers",
"math"
],
"repo": "https://github.com/rgrempel/purescript-int-53.git",
"version": "v3.0.0"
},
"integers": {
"dependencies": [
"globals",
"math",
"maybe",
"partial"
],
"repo": "https://github.com/purescript/purescript-integers.git",
"version": "v3.1.0"
},
"invariant": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-invariant.git",
"version": "v3.0.0"
},
"io": {
"dependencies": [
"aff",
"control",
"eff",
"exceptions",
"monoid",
"newtype",
"prelude",
"tailrec",
"transformers"
],
"repo": "https://github.com/slamdata/purescript-io.git",
"version": "v5.0.0"
},
"jack": {
"dependencies": [
"prelude",
"foldable-traversable",
"int-53",
"lists",
"arrays",
"maps",
"console",
"random"
],
"repo": "https://github.com/jystic/purescript-jack.git",
"version": "v2.0.0"
},
"io": {
"dependencies": [
"aff",
"control",
"eff",
"exceptions",
"monoid",
"newtype",
"prelude",
"tailrec",
"transformers"
],
"repo": "https://github.com/slamdata/purescript-io.git",
"version": "v5.0.0"
},
"jquery": {
"dependencies": [
"dom",
"eff",
"foreign"
],
"repo": "https://github.com/purescript-contrib/purescript-jquery.git",
"version": "v4.3.0"
},
"js-date": {
"dependencies": [
"datetime",
"exceptions",
"foreign",
"integers",
"now"
],
"repo": "https://github.com/purescript-contrib/purescript-js-date.git",
"version": "v5.1.0"
},
"js-timers": {
"dependencies": [
"eff"
],
"repo": "https://github.com/purescript-contrib/purescript-js-timers.git",
"version": "v3.0.0"
},
"lazy": {
"dependencies": [
"monoid"
],
"repo": "https://github.com/purescript/purescript-lazy.git",
"version": "v3.0.0"
},
"leibniz": {
"dependencies": [
"prelude",
"unsafe-coerce"
],
"repo": "https://github.com/paf31/purescript-leibniz.git",
"version": "v4.1.0"
},
"lenient-html-parser": {
"dependencies": [
"prelude",
"console",
"string-parsers",
"generics-rep"
],
"repo": "https://github.com/justinwoo/purescript-lenient-html-parser.git",
"version": "v1.0.0"
},
"lens": {
"dependencies": [
"const",
"distributive",
"profunctor"
],
"repo": "https://github.com/purescript-contrib/purescript-lens.git",
"version": "v3.0.0"
},
"list-zipper": {
"dependencies": [
"prelude",
"control",
"lists",
"foldable-traversable",
"maybe",
"tuples",
"unfoldable"
],
"repo": "https://github.com/soupi/purescript-list-zipper.git",
"version": "v1.0.0"
},
"lists": {
"dependencies": [
"lazy",
"nonempty",
"tailrec",
"unfoldable",
"partial",
"foldable-traversable"
],
"repo": "https://github.com/purescript/purescript-lists.git",
"version": "v4.11.0"
},
"logging": {
"dependencies": [
"console",
"contravariant",
"eff",
"either",
"monoid",
"prelude",
"transformers",
"tuples"
],
"repo": "https://github.com/rightfold/purescript-logging.git",
"version": "v2.0.0"
},
"logging-journald": {
"dependencies": [
"generics-rep",
"logging",
"systemd-journald"
],
"repo": "https://github.com/paluh/purescript-logging-journald.git",
"version": "v0.2.3"
},
"machines": {
"dependencies": [
"arrays",
"eff",
"lists",
"maybe",
"monoid",
"profunctor",
"tuples"
],
"repo": "https://github.com/purescript-contrib/purescript-machines.git",
"version": "v4.0.0"
},
"maps": {
"dependencies": [
"arrays",
"functions",
"lists",
"st",
"gen",
"foldable-traversable"
],
"repo": "https://github.com/purescript/purescript-maps.git",
"version": "v3.5.2"
},
"math": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-math.git",
"version": "v2.1.0"
},
"mathbox": {
"dependencies": [
"console",
"foreign",
"free",
"globals",
"nullable",
"maps",
"lens",
"either",
"signal"
],
"repo": "https://github.com/rintcius/purescript-mathbox.git",
"version": "v0.4.0"
},
"maybe": {
"dependencies": [
"monoid",
"prelude"
],
"repo": "https://github.com/purescript/purescript-maybe.git",
"version": "v3.0.0"
},
"media-types": {
"dependencies": [
"generics"
],
"repo": "https://github.com/purescript-contrib/purescript-media-types.git",
"version": "v3.0.0"
},
"memoize": {
"dependencies": [
"lazy",
"either",
"maybe",
"tuples",
"integers",
"lists",
"generics-rep",
"strings"
],
"repo": "https://github.com/paf31/purescript-memoize.git",
"version": "v4.0.1"
},
"milkis": {
"dependencies": [
"prelude",
"node-http",
"http-methods",
"aff-promise"
],
"repo": "https://github.com/justinwoo/purescript-milkis.git",
"version": "v1.0.0"
},
"minibench": {
"dependencies": [
"prelude",
"console",
"integers",
"st",
"partial"
],
"repo": "https://github.com/paf31/purescript-minibench.git",
"version": "v1.0.1"
},
"mmorph": {
"dependencies": [
"transformers",
"functors"
],
"repo": "https://github.com/Thimoteus/purescript-mmorph.git",
"version": "v3.0.0"
},
"monoid": {
"dependencies": [
"control",
"invariant",
"newtype"
],
"repo": "https://github.com/purescript/purescript-monoid.git",
"version": "v3.3.0"
},
"newtype": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-newtype.git",
"version": "v2.0.0"
},
"node-buffer": {
"dependencies": [
"eff",
"maybe"
],
"repo": "https://github.com/purescript-node/purescript-node-buffer.git",
"version": "v3.0.1"
},
"node-child-process": {
"dependencies": [
"exceptions",
"foreign",
"functions",
"maps",
"node-fs",
"node-streams",
"nullable",
"posix-types",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-node/purescript-node-child-process.git",
"version": "v4.0.0"
},
"node-fs": {
"dependencies": [
"datetime",
"foreign",
"node-buffer",
"node-path",
"unsafe-coerce",
"nullable",
"node-streams",
"exceptions",
"js-date",
"globals"
],
"repo": "https://github.com/purescript-node/purescript-node-fs.git",
"version": "v4.0.0"
},
"node-fs-aff": {
"dependencies": [
"aff",
"either",
"node-fs",
"node-path"
],
"repo": "https://github.com/purescript-node/purescript-node-fs-aff.git",
"version": "v5.0.0"
},
"node-he": {
"dependencies": [],
"repo": "https://github.com/justinwoo/purescript-node-he.git",
"version": "v0.1.0"
},
"node-http": {
"dependencies": [
"maps",
"node-streams",
"node-url",
"options",
"unsafe-coerce",
"node-buffer",
"arraybuffer-types"
],
"repo": "https://github.com/purescript-node/purescript-node-http.git",
"version": "v4.2.0"
},
"node-path": {
"dependencies": [],
"repo": "https://github.com/purescript-node/purescript-node-path.git",
"version": "v2.0.0"
},
"node-postgres": {
"dependencies": [
"arrays",
"either",
"foreign",
"foldable-traversable",
"transformers",
"aff",
"integers",
"datetime",
"unsafe-coerce",
"nullable",
"prelude",
"foreign-generic"
],
"repo": "https://github.com/epost/purescript-node-postgres.git",
"version": "v4.0.0"
},
"node-process": {
"dependencies": [
"console",
"exceptions",
"maps",
"maybe",
"node-fs",
"node-streams",
"posix-types",
"unsafe-coerce",
"partial"
],
"repo": "https://github.com/purescript-node/purescript-node-process.git",
"version": "v5.0.0"
},
"node-readline": {
"dependencies": [
"console",
"node-streams",
"node-process",
"options",
"foreign"
],
"repo": "https://github.com/purescript-node/purescript-node-readline.git",
"version": "v3.1.0"
},
"node-sqlite3": {
"dependencies": [
"aff",
"foreign"
],
"repo": "https://github.com/justinwoo/purescript-node-sqlite3.git",
"version": "v1.0.0"
},
"node-streams": {
"dependencies": [
"eff",
"node-buffer",
"prelude",
"either",
"exceptions"
],
"repo": "https://github.com/purescript-node/purescript-node-streams.git",
"version": "v3.1.0"
},
"node-url": {
"dependencies": [
"nullable"
],
"repo": "https://github.com/purescript-node/purescript-node-url.git",
"version": "v3.0.0"
},
"nonempty": {
"dependencies": [
"foldable-traversable",
"prelude"
],
"repo": "https://github.com/purescript/purescript-nonempty.git",
"version": "v4.0.0"
},
"now": {
"dependencies": [
"eff",
"datetime"
],
"repo": "https://github.com/purescript-contrib/purescript-now.git",
"version": "v3.0.0"
},
"nullable": {
"dependencies": [
"maybe",
"functions"
],
"repo": "https://github.com/purescript-contrib/purescript-nullable.git",
"version": "v3.0.0"
},
"numbers": {
"dependencies": [
"math",
"globals",
"maybe"
],
"repo": "https://github.com/sharkdp/purescript-numbers.git",
"version": "v5.0.0"
},
"options": {
"dependencies": [
"foreign",
"maps",
"tuples",
"monoid",
"maybe",
"contravariant"
],
"repo": "https://github.com/purescript-contrib/purescript-options.git",
"version": "v3.0.0"
},
"orders": {
"dependencies": [
"monoid"
],
"repo": "https://github.com/purescript/purescript-orders.git",
"version": "v3.0.0"
},
"pairing": {
"dependencies": [
"functors",
"identity",
"transformers",
"free"
],
"repo": "https://github.com/paf31/purescript-pairing.git",
"version": "v4.0.0"
},
"parallel": {
"dependencies": [
"transformers",
"refs",
"functors",
"foldable-traversable"
],
"repo": "https://github.com/purescript/purescript-parallel.git",
"version": "v3.3.1"
},
"parsing": {
"dependencies": [
"arrays",
"either",
"foldable-traversable",
"identity",
"integers",
"lists",
"maybe",
"strings",
"transformers",
"unicode"
],
"repo": "https://github.com/purescript-contrib/purescript-parsing.git",
"version": "v4.3.1"
},
"partial": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-partial.git",
"version": "v1.2.1"
},
"pathy": {
"dependencies": [
"console",
"exceptions",
"lists",
"partial",
"profunctor",
"strings",
"transformers",
"unsafe-coerce"
],
"repo": "https://github.com/slamdata/purescript-pathy.git",
"version": "v4.0.0"
},
"permutations": {
"dependencies": [
"prelude",
"maybe",
"arrays"
],
"repo": "https://github.com/vmchale/ppp.git",
"version": "v0.1.0"
},
"phoenix": {
"dependencies": [
"options"
],
"repo": "https://github.com/brandonhamilton/purescript-phoenix",
"version": "v3.0.0"
},
"pipes": {
"dependencies": [
"monoid",
"transformers",
"tuples",
"lists",
"tailrec",
"mmorph",
"prelude",
"aff",
"io"
],
"repo": "https://github.com/felixSchl/purescript-pipes.git",
"version": "v5.0.0"
},
"posix-types": {
"dependencies": [
"prelude",
"maybe"
],
"repo": "https://github.com/purescript-node/purescript-posix-types.git",
"version": "v3.0.0"
},
"pprint": {
"dependencies": [
"arrays",
"strings",
"unfoldable"
],
"repo": "https://github.com/paf31/purescript-pprint.git",
"version": "v4.0.0"
},
"prelude": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-prelude.git",
"version": "v3.1.1"
},
"prettier": {
"dependencies": [
"prelude",
"maybe"
],
"repo": "https://github.com/gcanti/purescript-prettier.git",
"version": "v0.1.0"
},
"profunctor": {
"dependencies": [
"contravariant",
"distributive",
"either",
"exists",
"tuples"
],
"repo": "https://github.com/purescript/purescript-profunctor.git",
"version": "v3.2.0"
},
"profunctor-lenses": {
"dependencies": [
"const",
"functors",
"foldable-traversable",
"identity",
"profunctor",
"sets",
"unsafe-coerce",
"transformers",
"record"
],
"repo": "https://github.com/purescript-contrib/purescript-profunctor-lenses.git",
"version": "v3.8.0"
},
"proxy": {
"dependencies": [
"prelude"
],
"repo": "https://github.com/purescript/purescript-proxy.git",
"version": "v2.1.0"
},
"psci-support": {
"dependencies": [
"console"
],
"repo": "https://github.com/purescript/purescript-psci-support.git",
"version": "v3.0.0"
},
"pux": {
"dependencies": [
"aff",
"eff",
"lists",
"signal",
"maps",
"functions",
"profunctor",
"react",
"globals",
"dom",
"smolder",
"css"
],
"repo": "https://github.com/alexmingoia/purescript-pux.git",
"version": "v12.0.0"
},
"quickcheck": {
"dependencies": [
"arrays",
"console",
"either",
"enums",
"exceptions",
"gen",
"lists",
"nonempty",
"partial",
"random",
"strings",
"transformers",
"generics-rep",
"typelevel-prelude",
"record"
],
"repo": "https://github.com/purescript/purescript-quickcheck.git",
"version": "v4.6.0"
},
"quickcheck-laws": {
"dependencies": [
"proxy",
"enums",
"quickcheck"
],
"repo": "https://github.com/garyb/purescript-quickcheck-laws.git",
"version": "v3.0.0"
},
"quickserve": {
"dependencies": [
"aff",
"node-http",
"foreign-generic",
"typelevel-prelude",
"record"
],
"repo": "https://github.com/paf31/purescript-quickserve.git",
"version": "v2.0.0"
},
"quotient": {
"dependencies": [
"quickcheck",
"prelude",
"proxy"
],
"repo": "https://github.com/rightfold/purescript-quotient.git",
"version": "v1.0.0"
},
"random": {
"dependencies": [
"eff",
"integers",
"math"
],
"repo": "https://github.com/purescript/purescript-random.git",
"version": "v3.0.0"
},
"rationals": {
"dependencies": [
"integers",
"prelude"
],
"repo": "https://github.com/anttih/purescript-rationals.git",
"version": "v4.0.0"
},
"react": {
"dependencies": [
"eff",
"exceptions",
"prelude",
"nullable",
"unsafe-coerce"
],
"repo": "https://github.com/purescript-contrib/purescript-react.git",
"version": "v4.4.0"
},
"react-dom": {
"dependencies": [
"dom",
"eff",
"react"
],
"repo": "https://github.com/purescript-contrib/purescript-react-dom.git",
"version": "v4.1.0"
},
"reactnative" : {
"dependencies": [
"eff",
"integers",
"maps",
"maybe",
"newtype",
"nullable",
"react"
],
"repo": "https://github.com/doolse/purescript-reactnative.git",
"version": "v5.0.0"
},
"record": {
"dependencies": [
"symbols",
"functions",
"st",
"typelevel-prelude"
],
"repo": "https://github.com/purescript/purescript-record.git",
"version": "v0.2.5"
},
"reflection": {
"dependencies": [
"unsafe-coerce",
"monoid",
"proxy"
],
"repo": "https://github.com/paf31/purescript-reflection.git",
"version": "v3.0.0"
},
"refs": {
"dependencies": [
"eff"
],
"repo": "https://github.com/purescript/purescript-refs.git",
"version": "v3.0.0"
},
"remotedata": {
"dependencies": [
"bifunctors",
"either",
"generics",
"profunctor-lenses"
],
"repo": "https://github.com/krisajenkins/purescript-remotedata",
"version": "v2.2.0"
},
"routing": {
"dependencies": [
"dom",
"eff",
"either",
"globals",
"lists",
"maps",
"maybe",
"prelude",
"semirings",
"tuples",
"validation",
"aff",
"control",
"console",
"integers"
],
"repo": "https://github.com/slamdata/purescript-routing",
"version": "v6.1.2"
},
"run": {
"dependencies": [
"aff",
"console",
"eff",
"either",
"free",
"maybe",
"newtype",
"prelude",
"symbols",
"tailrec",
"tuples",
"type-equality",
"unsafe-coerce",
"variant",
"profunctor"
],
"repo": "https://github.com/natefaubion/purescript-run.git",
"version": "v1.0.1"
},
"safely": {
"dependencies": [
"freet",
"lists"
],
"repo": "https://github.com/paf31/purescript-safely.git",
"version": "v3.0.0"
},
"sammy": {
"dependencies": [
"eff"
],
"repo": "https://github.com/purescript-contrib/purescript-sammy.git",
"version": "v3.0.0"
},
"semirings": {
"dependencies": [
"lists"
],
"repo": "https://github.com/purescript/purescript-semirings.git",
"version": "v4.0.0"
},
"servant-support": {
"dependencies": [
"console",
"prelude",
"either",
"argonaut-core",
"globals",
"foldable-traversable",
"nullable",
"dom",
"affjax",
"argonaut-generic-codecs"
],
"repo": "https://github.com/eskimor/purescript-servant-support",
"version": "v9.0.1"
},
"server-sent-events": {
"dependencies": [
"dom",
"functions",
"maybe"
],
"repo": "https://github.com/MichaelXavier/purescript-server-sent-events.git",
"version": "v0.1.0"
},
"sets": {
"dependencies": [
"maps",
"tailrec"
],
"repo": "https://github.com/purescript/purescript-sets.git",
"version": "v3.1.0"
},
"signal": {
"dependencies": [
"dom",
"prelude",
"foldable-traversable",
"maybe",
"js-timers",
"monoid"
],
"repo": "https://github.com/bodil/purescript-signal.git",
"version": "v9.0.0"
},
"simple-json": {
"dependencies": [
"prelude",
"foreign-generic",
"typelevel-prelude",
"record",
"nullable"
],
"repo": "https://github.com/justinwoo/purescript-simple-json.git",
"version": "v1.0.0"
},
"smolder": {
"dependencies": [
"monoid",
"maps",
"strings",
"catenable-lists",
"tuples",
"free",
"transformers",
"bifunctors"
],
"repo": "https://github.com/bodil/purescript-smolder.git",
"version": "v10.2.0"
},
"spec": {
"dependencies": [
"console",
"aff",
"exceptions",
"strings",
"prelude",
"transformers",
"monoid",
"foldable-traversable",
"pipes",
"ansi"
],
"repo": "https://github.com/owickstrom/purescript-spec.git",
"version": "v2.0.0"
},
"spec-mocha": {
"dependencies": [
"console",
"foldable-traversable",
"exceptions",
"spec"
],
"repo": "https://github.com/owickstrom/purescript-spec-mocha.git",
"version": "v2.0.0"
},
"spec-quickcheck": {
"dependencies": [
"aff",
"random",
"quickcheck",
"spec"
],
"repo": "https://github.com/owickstrom/purescript-spec-quickcheck.git",
"version": "v2.0.0"
},
"spork": {
"dependencies": [
"prelude",
"console",
"tailrec",
"arrays",
"refs",
"foldable-traversable",
"maybe",
"aff",
"halogen-vdom",
"dom-indexed",
"unsafe-reference"
],
"repo": "https://github.com/natefaubion/purescript-spork.git",
"version": "v0.4.0"
},
"st": {
"dependencies": [
"eff"
],
"repo": "https://github.com/purescript/purescript-st.git",
"version": "v3.0.0"
},
"string-parsers": {
"dependencies": [
"control",
"arrays",
"maybe",
"strings",
"foldable-traversable",
"either",
"lists",
"tailrec"
],
"repo": "https://github.com/purescript-contrib/purescript-string-parsers.git",
"version": "v3.1.0"
},
"strings": {
"dependencies": [
"either",
"gen",
"maybe",
"partial",
"unfoldable",
"arrays"
],
"repo": "https://github.com/purescript/purescript-strings.git",
"version": "v3.3.1"
},
"strongcheck": {
"dependencies": [
"console",
"enums",
"exceptions",
"free",
"machines",
"random",
"arrays",
"datetime",
"gen"
],
"repo": "https://github.com/purescript-contrib/purescript-strongcheck.git",
"version": "v3.1.0"
},
"symbols": {
"dependencies": [
"unsafe-coerce",
"prelude"
],
"repo": "https://github.com/purescript/purescript-symbols.git",
"version": "v3.0.0"
},
"systemd-journald": {
"dependencies": [
"eff",
"prelude",
"unsafe-coerce"
],
"repo": "https://github.com/paluh/purescript-systemd-journald.git",
"version": "v0.1.3"
},
"tailrec": {
"dependencies": [
"identity",
"either",
"st",
"partial"
],
"repo": "https://github.com/purescript/purescript-tailrec.git",
"version": "v3.3.0"
},
"taylor": {
"dependencies": [
"lists"
],
"repo": "https://github.com/paf31/purescript-taylor.git",
"version": "v3.0.0"
},
"test-unit": {
"dependencies": [
"aff",
"either",
"prelude",
"eff",
"quickcheck",
"free",
"strings",
"lists",
"js-timers"
],
"repo": "https://github.com/bodil/purescript-test-unit.git",
"version": "v13.0.0"
},
"thermite": {
"dependencies": [
"aff",
"coroutines",
"dom",
"freet",
"profunctor-lenses",
"react-dom",
"react"
],
"repo": "https://github.com/paf31/purescript-thermite.git",
"version": "v5.0.0"
},
"these": {
"dependencies": [
"tuples"
],
"repo": "https://github.com/purescript-contrib/purescript-these.git",
"version": "v3.0.0"
},
"transformers": {
"dependencies": [
"arrays",
"lazy",
"distributive",
"tuples"
],
"repo": "https://github.com/purescript/purescript-transformers.git",
"version": "v3.4.0"
},
"tuples": {
"dependencies": [
"foldable-traversable",
"prelude",
"distributive",
"type-equality"
],
"repo": "https://github.com/purescript/purescript-tuples.git",
"version": "v4.1.0"
},
"type-equality": {
"dependencies": [
"eff"
],
"repo": "https://github.com/purescript/purescript-type-equality.git",
"version": "v2.1.0"
},
"typelevel-prelude": {
"dependencies": [
"proxy",
"symbols",
"type-equality"
],
"repo": "https://github.com/purescript/purescript-typelevel-prelude.git",
"version": "v2.5.0"
},
"typelevel": {
"dependencies": [
"partial",
"prelude",
"tuples",
"typelevel-prelude"
],
"repo": "https://github.com/bodil/purescript-typelevel.git",
"version": "v3.0.0"
},
"unfoldable": {
"dependencies": [
"partial",
"tuples"
],
"repo": "https://github.com/purescript/purescript-unfoldable.git",
"version": "v3.0.0"
},
"unicode": {
"dependencies": [
"maybe",
"foldable-traversable",
"strings"
],
"repo": "https://github.com/purescript-contrib/purescript-unicode.git",
"version": "v3.0.2"
},
"unsafe-coerce": {
"dependencies": [],
"repo": "https://github.com/purescript/purescript-unsafe-coerce.git",
"version": "v3.0.0"
},
"unsafe-reference": {
"dependencies": [
"exceptions"
],
"repo": "https://github.com/purescript-contrib/purescript-unsafe-reference.git",
"version": "v2.0.0"
},
"uri": {
"dependencies": [
"globals",
"integers",
"maps",
"pathy",
"string-parsers",
"unfoldable",
"generics",
"generics-rep",
"profunctor-lenses"
],
"repo": "https://github.com/slamdata/purescript-uri.git",
"version": "v4.2.1"
},
"validation": {
"dependencies": [
"bifunctors",
"foldable-traversable",
"monoid"
],
"repo": "https://github.com/purescript/purescript-validation.git",
"version": "v3.2.0"
},
"var": {
"dependencies": [
"invariant",
"contravariant",
"eff"
],
"repo": "https://github.com/zudov/purescript-var.git",
"version": "v2.0.0"
},
"variant": {
"dependencies": [
"prelude",
"tuples",
"symbols",
"unsafe-coerce",
"partial",
"maybe",
"typelevel-prelude",
"lists",
"record"
],
"repo": "https://github.com/natefaubion/purescript-variant.git",
"version": "v4.0.0"
},
"yargs": {
"dependencies": [
"unsafe-coerce",
"foreign",
"either",
"console",
"exceptions"
],
"repo": "https://github.com/paf31/purescript-yargs.git",
"version": "v3.1.0"
},
"websocket-simple": {
"dependencies": [
"dom",
"eff",
"exceptions",
"generics",
"var"
],
"repo": "https://github.com/zudov/purescript-websocket-simple.git",
"version": "v2.0.0"
},
"webstorage": {
"dependencies": [
"eff",
"maybe",
"functions"
],
"repo": "https://github.com/joneshf/purescript-webstorage",
"version": "v3.0.1"
},
"yargs": {
"dependencies": [
"unsafe-coerce",
"foreign",
"either",
"console",
"exceptions"
],
"repo": "https://github.com/paf31/purescript-yargs.git",
"version": "v3.1.0"
}
}