|
1 | 1 | {
|
2 |
| - "name": "purescript-parsing", |
3 |
| - "homepage": "https://github.com/purescript-contrib/purescript-parsing", |
4 |
| - "description": "Parser combinator library", |
5 |
| - "keywords": [ |
6 |
| - "purescript" |
7 |
| - ], |
8 |
| - "license": "BSD-3-Clause", |
9 |
| - "repository": { |
10 |
| - "type": "git", |
11 |
| - "url": "https://github.com/purescript-contrib/purescript-parsing.git" |
12 |
| - }, |
13 |
| - "ignore": [ |
14 |
| - "**/.*", |
15 |
| - "bower_components", |
16 |
| - "node_modules", |
17 |
| - "output", |
18 |
| - "test", |
19 |
| - "bower.json", |
20 |
| - "package.json" |
21 |
| - ], |
22 |
| - "dependencies": { |
23 |
| - "purescript-arrays": "^6.0.0", |
24 |
| - "purescript-either": "^5.0.0", |
25 |
| - "purescript-foldable-traversable": "^5.0.0", |
26 |
| - "purescript-identity": "^5.0.0", |
27 |
| - "purescript-integers": "^5.0.0", |
28 |
| - "purescript-lists": "^6.0.0", |
29 |
| - "purescript-maybe": "^5.0.0", |
30 |
| - "purescript-prelude": "^5.0.0", |
31 |
| - "purescript-strings": "^5.0.0", |
32 |
| - "purescript-transformers": "^5.0.0", |
33 |
| - "purescript-unicode": "^5.0.0" |
34 |
| - }, |
35 |
| - "devDependencies": { |
36 |
| - "purescript-assert": "^5.0.0", |
37 |
| - "purescript-console": "^5.0.0", |
38 |
| - "purescript-effect": "^3.0.0" |
39 |
| - } |
| 2 | + "name": "purescript-parsing", |
| 3 | + "license": [ |
| 4 | + "BSD3" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/purescript-contrib/purescript-parsing.git" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-arrays": "^v6.0.1", |
| 18 | + "purescript-control": "^v5.0.0", |
| 19 | + "purescript-either": "^v5.0.0", |
| 20 | + "purescript-foldable-traversable": "^v5.0.1", |
| 21 | + "purescript-identity": "^v5.0.0", |
| 22 | + "purescript-integers": "^v5.0.0", |
| 23 | + "purescript-lists": "^v6.0.1", |
| 24 | + "purescript-math": "^v3.0.0", |
| 25 | + "purescript-maybe": "^v5.0.0", |
| 26 | + "purescript-newtype": "^v4.0.0", |
| 27 | + "purescript-prelude": "^v5.0.1", |
| 28 | + "purescript-strings": "^v5.0.0", |
| 29 | + "purescript-tailrec": "^v5.0.1", |
| 30 | + "purescript-transformers": "^v5.1.0", |
| 31 | + "purescript-tuples": "^v6.0.1", |
| 32 | + "purescript-unicode": "^v5.0.0", |
| 33 | + "purescript-unsafe-coerce": "^v5.0.0" |
| 34 | + } |
40 | 35 | }
|
0 commit comments