61 lines
1.6 KiB
YAML
61 lines
1.6 KiB
YAML
package:
|
|
name: node-stream-pipes
|
|
publish:
|
|
version: '2.1.2'
|
|
license: 'GPL-3.0-or-later'
|
|
location:
|
|
githubOwner: 'cakekindel'
|
|
githubRepo: 'purescript-node-stream-pipes'
|
|
build:
|
|
strict: true
|
|
pedanticPackages: true
|
|
dependencies:
|
|
- aff: ">=7.1.0 <8.0.0"
|
|
- arrays: ">=7.3.0 <8.0.0"
|
|
- console: ">=6.1.0 <7.0.0"
|
|
- control: ">=6.0.0 <7.0.0"
|
|
- datetime: ">=6.1.0 <7.0.0"
|
|
- effect: ">=4.0.0 <5.0.0"
|
|
- either: ">=6.1.0 <7.0.0"
|
|
- exceptions: ">=6.0.0 <7.0.0"
|
|
- foldable-traversable: ">=6.0.0 <7.0.0"
|
|
- foreign-object: ">=4.1.0 <5.0.0"
|
|
- fork: ">=6.0.0 <7.0.0"
|
|
- lists: ">=7.0.0 <8.0.0"
|
|
- maybe: ">=6.0.0 <7.0.0"
|
|
- mmorph: ">=7.0.0 <8.0.0"
|
|
- newtype: ">=5.0.0 <6.0.0"
|
|
- node-buffer: ">=9.0.0 <10.0.0"
|
|
- node-event-emitter: ">=3.0.0 <4.0.0"
|
|
- node-fs: ">=9.1.0 <10.0.0"
|
|
- node-path: ">=5.0.0 <6.0.0"
|
|
- node-streams: ">=9.0.0 <10.0.0"
|
|
- node-zlib: ">=0.4.0 <0.5.0"
|
|
- now: ">=6.0.0 <7.0.0"
|
|
- ordered-collections: ">=3.2.0 <4.0.0"
|
|
- parallel: ">=6.0.0 <7.0.0"
|
|
- pipes: ">=8.0.0 <9.0.0"
|
|
- prelude: ">=6.0.1 <7.0.0"
|
|
- st: ">=6.2.0 <7.0.0"
|
|
- strings: ">=6.0.1 <7.0.0"
|
|
- tailrec: ">=6.1.0 <7.0.0"
|
|
- transformers: ">=6.0.0 <7.0.0"
|
|
- tuples: ">=7.0.0 <8.0.0"
|
|
- unordered-collections: ">=3.1.0 <4.0.0"
|
|
- unsafe-coerce: ">=6.0.0 <7.0.0"
|
|
test:
|
|
main: Test.Main
|
|
build:
|
|
strict: true
|
|
dependencies:
|
|
- console
|
|
- gen
|
|
- node-fs
|
|
- node-zlib
|
|
- quickcheck
|
|
- simple-json
|
|
- spec
|
|
- spec-quickcheck
|
|
workspace:
|
|
extraPackages: {}
|