2020-02-26 04:35:19 +03:00
|
|
|
{
|
2020-02-26 05:01:10 +03:00
|
|
|
"name": "purescript-parsing-dataview",
|
|
|
|
"homepage": "https://github.com/jamesdbrock/purescript-parsing-dataview",
|
|
|
|
"description": "ArrayBuffer DataView input stream support for purescript-parsing",
|
2020-02-26 04:35:19 +03:00
|
|
|
"keywords": [
|
|
|
|
"purescript"
|
|
|
|
],
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-02-26 05:01:10 +03:00
|
|
|
"url": "git://github.com/jamesdbrock/purescript-parsing-dataview.git"
|
2020-02-26 04:35:19 +03:00
|
|
|
},
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"bower_components",
|
|
|
|
"node_modules",
|
|
|
|
"output",
|
|
|
|
"test",
|
|
|
|
"bower.json",
|
|
|
|
"package.json"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2020-02-26 05:01:10 +03:00
|
|
|
"purescript-parsing": "^5.0.0",
|
2020-02-26 04:35:19 +03:00
|
|
|
"purescript-arraybuffer": "^10.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"purescript-assert": "^4.0.0",
|
|
|
|
"purescript-console": "^4.1.0",
|
|
|
|
"purescript-psci-support": "^4.0.0"
|
|
|
|
}
|
|
|
|
}
|