|
1 | 1 | { |
2 | | - "name": "purescript-parsing", |
3 | | - "license": [ |
4 | | - "BSD-2-Clause" |
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-numbers": "^v8.0.0", |
28 | | - "purescript-prelude": "^v5.0.1", |
29 | | - "purescript-record": "^v3.0.0", |
30 | | - "purescript-strings": "^v5.0.0", |
31 | | - "purescript-tailrec": "^v5.0.1", |
32 | | - "purescript-transformers": "^v5.1.0", |
33 | | - "purescript-tuples": "^v6.0.1", |
34 | | - "purescript-unfoldable": "^v5.0.0", |
35 | | - "purescript-unicode": "^v5.0.0", |
36 | | - "purescript-unsafe-coerce": "^v5.0.0" |
37 | | - } |
| 2 | + "name": "purescript-parsing", |
| 3 | + "license": [ |
| 4 | + "BSD-2-Clause" |
| 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": "master", |
| 18 | + "purescript-control": "master", |
| 19 | + "purescript-either": "master", |
| 20 | + "purescript-foldable-traversable": "master", |
| 21 | + "purescript-identity": "master", |
| 22 | + "purescript-integers": "master", |
| 23 | + "purescript-lists": "master", |
| 24 | + "purescript-math": "master", |
| 25 | + "purescript-maybe": "master", |
| 26 | + "purescript-newtype": "master", |
| 27 | + "purescript-numbers": "master", |
| 28 | + "purescript-prelude": "master", |
| 29 | + "purescript-record": "master", |
| 30 | + "purescript-strings": "master", |
| 31 | + "purescript-tailrec": "master", |
| 32 | + "purescript-transformers": "master", |
| 33 | + "purescript-tuples": "master", |
| 34 | + "purescript-unfoldable": "master", |
| 35 | + "purescript-unicode": "main", |
| 36 | + "purescript-unsafe-coerce": "master" |
| 37 | + }, |
| 38 | + "devDependencies": { |
| 39 | + "purescript-assert": "master" |
| 40 | + } |
38 | 41 | } |
0 commit comments