|
1 | 1 | { |
2 | | - "name": "purescript-node-http", |
3 | | - "license": "MIT", |
4 | | - "ignore": [ |
5 | | - "**/.*", |
6 | | - "node_modules", |
7 | | - "bower_components", |
8 | | - "output" |
9 | | - ], |
10 | | - "repository": { |
11 | | - "type": "git", |
12 | | - "url": "https://github.com/purescript-node/purescript-node-http.git" |
13 | | - }, |
14 | | - "devDependencies": { |
15 | | - "purescript-console": "^6.0.0" |
16 | | - }, |
17 | | - "dependencies": { |
18 | | - "purescript-arraybuffer-types": "^3.0.2", |
19 | | - "purescript-contravariant": "^6.0.0", |
20 | | - "purescript-effect": "^4.0.0", |
21 | | - "purescript-foreign": "^7.0.0", |
22 | | - "purescript-foreign-object": "^4.0.0", |
23 | | - "purescript-maybe": "^6.0.0", |
24 | | - "purescript-node-buffer": "^8.0.0", |
25 | | - "purescript-node-net": "^4.0.0", |
26 | | - "purescript-node-streams": "^7.0.0", |
27 | | - "purescript-node-url": "^6.0.0", |
28 | | - "purescript-nullable": "^6.0.0", |
29 | | - "purescript-options": "^7.0.0", |
30 | | - "purescript-prelude": "^6.0.0", |
31 | | - "purescript-unsafe-coerce": "^6.0.0" |
32 | | - } |
| 2 | + "name": "purescript-node-http", |
| 3 | + "license": [ |
| 4 | + "MIT" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/purescript-node/purescript-node-http" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-aff": "^v7.1.0", |
| 18 | + "purescript-arraybuffer-types": "^v3.0.2", |
| 19 | + "purescript-console": "^v6.0.0", |
| 20 | + "purescript-contravariant": "^v6.0.0", |
| 21 | + "purescript-control": "^v6.0.0", |
| 22 | + "purescript-effect": "^v4.0.0", |
| 23 | + "purescript-either": "^v6.1.0", |
| 24 | + "purescript-exceptions": "^v6.0.0", |
| 25 | + "purescript-foldable-traversable": "^v6.0.0", |
| 26 | + "purescript-foreign": "^v7.0.0", |
| 27 | + "purescript-foreign-object": "^v4.1.0", |
| 28 | + "purescript-maybe": "^v6.0.0", |
| 29 | + "purescript-node-buffer": "^v8.0.0", |
| 30 | + "purescript-node-net": "^v4.0.0", |
| 31 | + "purescript-node-streams": "^v7.0.0", |
| 32 | + "purescript-node-streams-aff": "https://github.com/purescript-node/purescript-node-streams-aff.git#v4.0.0", |
| 33 | + "purescript-node-url": "^v6.0.0", |
| 34 | + "purescript-nullable": "^v6.0.0", |
| 35 | + "purescript-options": "^v7.0.0", |
| 36 | + "purescript-parallel": "^v6.0.0", |
| 37 | + "purescript-partial": "^v4.0.0", |
| 38 | + "purescript-prelude": "^v6.0.1", |
| 39 | + "purescript-spec": "^v7.1.0", |
| 40 | + "purescript-st": "^v6.2.0", |
| 41 | + "purescript-strings": "^v6.0.1", |
| 42 | + "purescript-transformers": "^v6.0.0", |
| 43 | + "purescript-tuples": "^v7.0.0", |
| 44 | + "purescript-unsafe-coerce": "^v6.0.0", |
| 45 | + "purescript-web-fetch": "https://github.com/purescript-web/purescript-web-fetch.git#v3.0.0" |
| 46 | + } |
33 | 47 | } |
0 commit comments