|
1 | 1 | {
|
2 |
| - "name": "purescript-dotenv", |
3 |
| - "license": [ |
4 |
| - "MIT" |
5 |
| - ], |
6 |
| - "repository": { |
7 |
| - "type": "git", |
8 |
| - "url": "https://github.com/nsaunders/purescript-dotenv.git" |
9 |
| - }, |
10 |
| - "ignore": [ |
11 |
| - "**/.*", |
12 |
| - "node_modules", |
13 |
| - "bower_components", |
14 |
| - "output" |
15 |
| - ], |
16 |
| - "dependencies": { |
17 |
| - "purescript-aff": "^v7.1.0", |
18 |
| - "purescript-arrays": "^v7.2.1", |
19 |
| - "purescript-control": "^v6.0.0", |
20 |
| - "purescript-effect": "^v4.0.0", |
21 |
| - "purescript-either": "^v6.1.0", |
22 |
| - "purescript-exceptions": "^v6.0.0", |
23 |
| - "purescript-foldable-traversable": "^v6.0.0", |
24 |
| - "purescript-lists": "^v7.0.0", |
25 |
| - "purescript-maybe": "^v6.0.0", |
26 |
| - "purescript-node-buffer": "^v9.0.0", |
27 |
| - "purescript-node-child-process": "^v11.0.0", |
28 |
| - "purescript-node-event-emitter": "https://github.com/purescript-node/purescript-node-event-emitter.git#v3.0.0", |
29 |
| - "purescript-node-fs": "^v9.1.0", |
30 |
| - "purescript-node-os": "^v5.1.0", |
31 |
| - "purescript-node-process": "^v11.2.0", |
32 |
| - "purescript-node-streams": "^v7.0.0", |
33 |
| - "purescript-parsing": "^v10.2.0", |
34 |
| - "purescript-prelude": "^v6.0.1", |
35 |
| - "purescript-refs": "^v6.0.0", |
36 |
| - "purescript-run": "^v5.0.0", |
37 |
| - "purescript-strings": "^v6.0.1", |
38 |
| - "purescript-transformers": "^v6.0.0", |
39 |
| - "purescript-tuples": "^v7.0.0", |
40 |
| - "purescript-typelevel-prelude": "^v7.0.0" |
41 |
| - } |
| 2 | + "name": "purescript-dotenv", |
| 3 | + "license": [ |
| 4 | + "MIT" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/nsaunders/purescript-dotenv.git" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-aff": "^v7.1.0", |
| 18 | + "purescript-arrays": "^v7.2.1", |
| 19 | + "purescript-control": "^v6.0.0", |
| 20 | + "purescript-effect": "^v4.0.0", |
| 21 | + "purescript-either": "^v6.1.0", |
| 22 | + "purescript-exceptions": "^v6.0.0", |
| 23 | + "purescript-foldable-traversable": "^v6.0.0", |
| 24 | + "purescript-lists": "^v7.0.0", |
| 25 | + "purescript-maybe": "^v6.0.0", |
| 26 | + "purescript-node-buffer": "^v9.0.0", |
| 27 | + "purescript-node-child-process": "^v11.0.0", |
| 28 | + "purescript-node-event-emitter": "https://github.com/purescript-node/purescript-node-event-emitter.git#v3.0.0", |
| 29 | + "purescript-node-fs": "^v9.1.0", |
| 30 | + "purescript-node-os": "^v5.1.0", |
| 31 | + "purescript-node-process": "^v11.2.0", |
| 32 | + "purescript-node-streams": "^v7.0.0", |
| 33 | + "purescript-parsing": "^v10.2.0", |
| 34 | + "purescript-prelude": "^v6.0.1", |
| 35 | + "purescript-refs": "^v6.0.0", |
| 36 | + "purescript-run": "^v5.0.0", |
| 37 | + "purescript-strings": "^v6.0.1", |
| 38 | + "purescript-transformers": "^v6.0.0", |
| 39 | + "purescript-tuples": "^v7.0.0", |
| 40 | + "purescript-typelevel-prelude": "^v7.0.0" |
| 41 | + }, |
| 42 | + "resolutions": { |
| 43 | + "purescript-node-buffer": "^v9.0.0", |
| 44 | + "purescript-node-streams": "^v7.0.0", |
| 45 | + "purescript-node-child-process": "^v11.0.0", |
| 46 | + "purescript-node-fs": "^v9.1.0" |
| 47 | + } |
42 | 48 | }
|
0 commit comments