2021-11-20 17:37:23 +00:00
|
|
|
{
|
2022-05-22 18:37:14 +00:00
|
|
|
"name": "purescript-httpurple",
|
2021-11-20 17:37:23 +00:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-05-22 18:37:50 +00:00
|
|
|
"url": "https://github.com/sigma-andex/purescript-httpurple.git"
|
2021-11-20 17:37:23 +00:00
|
|
|
},
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"output"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2022-05-04 21:02:29 +00:00
|
|
|
"purescript-aff": "^v7.0.0",
|
|
|
|
"purescript-arrays": "^v7.0.0",
|
|
|
|
"purescript-bifunctors": "^v6.0.0",
|
|
|
|
"purescript-console": "^v6.0.0",
|
2022-05-22 18:33:51 +00:00
|
|
|
"purescript-control": "^v6.0.0",
|
2022-05-04 21:02:29 +00:00
|
|
|
"purescript-effect": "^v4.0.0",
|
|
|
|
"purescript-either": "^v6.0.0",
|
|
|
|
"purescript-foldable-traversable": "^v6.0.0",
|
|
|
|
"purescript-foreign-object": "^v4.0.0",
|
|
|
|
"purescript-js-uri": "https://github.com/purescript-contrib/purescript-js-uri.git#v3.0.0",
|
2022-05-22 19:08:29 +00:00
|
|
|
"purescript-justifill": "https://github.com/i-am-the-slime/purescript-justifill.git#v0.5.0",
|
2022-05-04 21:02:29 +00:00
|
|
|
"purescript-maybe": "^v6.0.0",
|
|
|
|
"purescript-newtype": "^v5.0.0",
|
|
|
|
"purescript-node-buffer": "^v8.0.0",
|
|
|
|
"purescript-node-fs": "^v8.0.0",
|
|
|
|
"purescript-node-http": "^v8.0.0",
|
2022-05-22 18:33:51 +00:00
|
|
|
"purescript-node-net": "^v4.0.0",
|
|
|
|
"purescript-node-process": "^v10.0.0",
|
2022-05-04 21:02:29 +00:00
|
|
|
"purescript-node-streams": "^v7.0.0",
|
|
|
|
"purescript-options": "^v7.0.0",
|
|
|
|
"purescript-ordered-collections": "^v3.0.0",
|
2022-05-22 18:33:51 +00:00
|
|
|
"purescript-posix-types": "^v6.0.0",
|
2022-05-04 21:02:29 +00:00
|
|
|
"purescript-prelude": "^v6.0.0",
|
2022-05-22 18:33:51 +00:00
|
|
|
"purescript-profunctor": "^v6.0.0",
|
|
|
|
"purescript-record": "^v4.0.0",
|
2022-05-04 21:02:29 +00:00
|
|
|
"purescript-refs": "^v6.0.0",
|
2022-05-22 18:41:37 +00:00
|
|
|
"purescript-routing-duplex": "^v0.6.0",
|
2022-05-04 21:02:29 +00:00
|
|
|
"purescript-strings": "^v6.0.0",
|
2022-06-10 17:55:48 +00:00
|
|
|
"purescript-transformers": "^v6.0.0",
|
2022-05-04 21:02:29 +00:00
|
|
|
"purescript-tuples": "^v7.0.0",
|
2022-05-22 18:33:51 +00:00
|
|
|
"purescript-type-equality": "^v4.0.1",
|
|
|
|
"purescript-typelevel-prelude": "^v7.0.0"
|
2021-11-20 17:37:23 +00:00
|
|
|
}
|
|
|
|
}
|