|
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": "^7.0.0", |
18 |
| - "purescript-control": "^6.0.0", |
19 |
| - "purescript-either": "^6.0.0", |
20 |
| - "purescript-foldable-traversable": "^6.0.0", |
21 |
| - "purescript-identity": "^6.0.0", |
22 |
| - "purescript-integers": "^6.0.0", |
23 |
| - "purescript-lists": "^7.0.0", |
24 |
| - "purescript-maybe": "^6.0.0", |
25 |
| - "purescript-newtype": "^5.0.0", |
26 |
| - "purescript-numbers": "^9.0.0", |
27 |
| - "purescript-nullable": "^6.0.0", |
28 |
| - "purescript-prelude": "^6.0.0", |
29 |
| - "purescript-strings": "^6.0.0", |
30 |
| - "purescript-tailrec": "^6.0.0", |
31 |
| - "purescript-transformers": "^6.0.0", |
32 |
| - "purescript-tuples": "^7.0.0", |
33 |
| - "purescript-unfoldable": "^6.0.0", |
34 |
| - "purescript-unicode": "^6.0.0", |
35 |
| - "purescript-unsafe-coerce": "^6.0.0" |
36 |
| - }, |
37 |
| - "devDependencies": { |
38 |
| - "purescript-assert": "^6.0.0", |
39 |
| - "purescript-effect": "^4.0.0", |
40 |
| - "purescript-node-process": "^9.0.0" |
41 |
| - } |
| 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": "^v7.0.0", |
| 18 | + "purescript-control": "^v6.0.0", |
| 19 | + "purescript-effect": "^v4.0.0", |
| 20 | + "purescript-either": "^v6.0.0", |
| 21 | + "purescript-enums": "^v6.0.0", |
| 22 | + "purescript-foldable-traversable": "^v6.0.0", |
| 23 | + "purescript-functions": "^v6.0.0", |
| 24 | + "purescript-identity": "^v6.0.0", |
| 25 | + "purescript-integers": "^v6.0.0", |
| 26 | + "purescript-lazy": "^v6.0.0", |
| 27 | + "purescript-lists": "^v7.0.0", |
| 28 | + "purescript-maybe": "^v6.0.0", |
| 29 | + "purescript-newtype": "^v5.0.0", |
| 30 | + "purescript-nullable": "^v6.0.0", |
| 31 | + "purescript-numbers": "^v9.0.0", |
| 32 | + "purescript-partial": "^v4.0.0", |
| 33 | + "purescript-prelude": "^v6.0.0", |
| 34 | + "purescript-st": "^v6.0.0", |
| 35 | + "purescript-strings": "^v6.0.0", |
| 36 | + "purescript-tailrec": "^v6.0.0", |
| 37 | + "purescript-transformers": "^v6.0.0", |
| 38 | + "purescript-tuples": "^v7.0.0", |
| 39 | + "purescript-unfoldable": "^v6.0.0", |
| 40 | + "purescript-unicode": "^v6.0.0", |
| 41 | + "purescript-unsafe-coerce": "^v6.0.0" |
| 42 | + } |
42 | 43 | }
|
0 commit comments