2020-02-26 04:35:19 +03:00
|
|
|
{
|
2020-07-27 18:12:37 +03:00
|
|
|
"name": "purescript-parsing-dataview",
|
|
|
|
"license": [
|
2021-11-17 05:28:42 +03:00
|
|
|
"BSD-2-Clause"
|
2020-07-27 18:12:37 +03:00
|
|
|
],
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/jamesdbrock/purescript-parsing-dataview"
|
|
|
|
},
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"output"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2021-07-21 09:31:41 +03:00
|
|
|
"purescript-arraybuffer": "^v11.0.1",
|
|
|
|
"purescript-arraybuffer-types": "^v3.0.0",
|
|
|
|
"purescript-effect": "^v3.0.0",
|
|
|
|
"purescript-float32": "^v1.0.0",
|
|
|
|
"purescript-maybe": "^v5.0.0",
|
|
|
|
"purescript-parsing": "^v6.0.2",
|
|
|
|
"purescript-prelude": "^v5.0.1",
|
|
|
|
"purescript-transformers": "^v5.1.0",
|
|
|
|
"purescript-tuples": "^v6.0.1",
|
|
|
|
"purescript-uint": "^v6.0.3"
|
2020-07-27 18:12:37 +03:00
|
|
|
}
|
2020-02-26 04:35:19 +03:00
|
|
|
}
|