|
1 | 1 | {
|
2 |
| - "name": "purescript-arraybuffer", |
3 |
| - "license": [ |
4 |
| - "MIT" |
5 |
| - ], |
6 |
| - "repository": { |
7 |
| - "type": "git", |
8 |
| - "url": "https://github.com/purescript-contrib/purescript-arraybuffer" |
9 |
| - }, |
10 |
| - "ignore": [ |
11 |
| - "**/.*", |
12 |
| - "node_modules", |
13 |
| - "bower_components", |
14 |
| - "output" |
15 |
| - ], |
16 |
| - "dependencies": { |
17 |
| - "purescript-arraybuffer-types": "^3.0.2", |
18 |
| - "purescript-arrays": "^7.0.0", |
19 |
| - "purescript-effect": "^4.0.0", |
20 |
| - "purescript-float32": "^2.0.0", |
21 |
| - "purescript-functions": "^6.0.0", |
22 |
| - "purescript-gen": "^4.0.0", |
23 |
| - "purescript-maybe": "^6.0.0", |
24 |
| - "purescript-nullable": "^6.0.0", |
25 |
| - "purescript-prelude": "^6.0.0", |
26 |
| - "purescript-tailrec": "^6.0.0", |
27 |
| - "purescript-uint": "^7.0.0", |
28 |
| - "purescript-unfoldable": "^6.0.0" |
29 |
| - }, |
30 |
| - "devDependencies": { |
31 |
| - "purescript-quickcheck-laws": "^7.0.0" |
32 |
| - } |
| 2 | + "name": "purescript-arraybuffer", |
| 3 | + "license": [ |
| 4 | + "MIT" |
| 5 | + ], |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/purescript-contrib/purescript-arraybuffer" |
| 9 | + }, |
| 10 | + "ignore": [ |
| 11 | + "**/.*", |
| 12 | + "node_modules", |
| 13 | + "bower_components", |
| 14 | + "output" |
| 15 | + ], |
| 16 | + "dependencies": { |
| 17 | + "purescript-arraybuffer-types": "^v3.0.2", |
| 18 | + "purescript-arrays": "^v7.1.0", |
| 19 | + "purescript-effect": "^v4.0.0", |
| 20 | + "purescript-float32": "^v2.0.0", |
| 21 | + "purescript-functions": "^v6.0.0", |
| 22 | + "purescript-gen": "^v4.0.0", |
| 23 | + "purescript-maybe": "^v6.0.0", |
| 24 | + "purescript-nullable": "^v6.0.0", |
| 25 | + "purescript-prelude": "^v6.0.1", |
| 26 | + "purescript-tailrec": "^v6.1.0", |
| 27 | + "purescript-uint": "^v7.0.0", |
| 28 | + "purescript-unfoldable": "^v6.0.0" |
| 29 | + } |
33 | 30 | }
|
0 commit comments