|
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": "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-maybe": "master", |
25 |
| - "purescript-newtype": "master", |
26 |
| - "purescript-numbers": "master", |
27 |
| - "purescript-prelude": "master", |
28 |
| - "purescript-record": "master", |
29 |
| - "purescript-strings": "master", |
30 |
| - "purescript-tailrec": "master", |
31 |
| - "purescript-transformers": "master", |
32 |
| - "purescript-tuples": "master", |
33 |
| - "purescript-unfoldable": "master", |
34 |
| - "purescript-unicode": "main", |
35 |
| - "purescript-unsafe-coerce": "master" |
36 |
| - }, |
37 |
| - "devDependencies": { |
38 |
| - "purescript-assert": "master" |
39 |
| - } |
| 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": "https://github.com/purescript/purescript-arrays.git#master", |
| 18 | + "purescript-control": "https://github.com/purescript/purescript-control.git#master", |
| 19 | + "purescript-either": "https://github.com/purescript/purescript-either.git#master", |
| 20 | + "purescript-enums": "https://github.com/purescript/purescript-enums.git#master", |
| 21 | + "purescript-foldable-traversable": "https://github.com/purescript/purescript-foldable-traversable.git#master", |
| 22 | + "purescript-functions": "https://github.com/purescript/purescript-functions.git#master", |
| 23 | + "purescript-identity": "https://github.com/purescript/purescript-identity.git#master", |
| 24 | + "purescript-integers": "https://github.com/purescript/purescript-integers.git#master", |
| 25 | + "purescript-lazy": "https://github.com/purescript/purescript-lazy.git#master", |
| 26 | + "purescript-lists": "https://github.com/purescript/purescript-lists.git#master", |
| 27 | + "purescript-maybe": "https://github.com/purescript/purescript-maybe.git#master", |
| 28 | + "purescript-newtype": "https://github.com/purescript/purescript-newtype.git#master", |
| 29 | + "purescript-nonempty": "https://github.com/purescript/purescript-nonempty.git#master", |
| 30 | + "purescript-nullable": "https://github.com/purescript-contrib/purescript-nullable.git#main", |
| 31 | + "purescript-numbers": "https://github.com/purescript/purescript-numbers.git#master", |
| 32 | + "purescript-partial": "https://github.com/purescript/purescript-partial.git#master", |
| 33 | + "purescript-prelude": "https://github.com/purescript/purescript-prelude.git#master", |
| 34 | + "purescript-st": "https://github.com/purescript/purescript-st.git#master", |
| 35 | + "purescript-strings": "https://github.com/purescript/purescript-strings.git#master", |
| 36 | + "purescript-tailrec": "https://github.com/purescript/purescript-tailrec.git#master", |
| 37 | + "purescript-transformers": "https://github.com/purescript/purescript-transformers.git#master", |
| 38 | + "purescript-tuples": "https://github.com/purescript/purescript-tuples.git#master", |
| 39 | + "purescript-unfoldable": "https://github.com/purescript/purescript-unfoldable.git#master", |
| 40 | + "purescript-unicode": "https://github.com/purescript-contrib/purescript-unicode.git#main", |
| 41 | + "purescript-unsafe-coerce": "https://github.com/purescript/purescript-unsafe-coerce.git#master" |
| 42 | + } |
40 | 43 | }
|
0 commit comments