File tree 2 files changed +21
-1
lines changed 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 18
18
- Supports source map generation with [ Source Map] ( https://github.com/mozilla/source-map#sourcemapgenerator ) .
19
19
- Supports comment generation with [ Astravel] ( https://github.com/davidbonnet/astravel ) .
20
20
- No dependencies and small footprint (≈ 16 KB minified, ≈ 4 KB gziped).
21
- - Runs on [ 🦕 Deno] ( https://deno.land ) .
21
+ - Runs on [ 🦕 Deno] ( https://deno.land/x/astring ) .
22
22
23
23
## Contents
24
24
@@ -56,6 +56,12 @@ Install with the [Node Package Manager](https://www.npmjs.com/package/astring):
56
56
npm install astring
57
57
```
58
58
59
+ Or install with [ JSR] ( https://jsr.io/@davidbonnet/astring ) :
60
+
61
+ ``` bash
62
+ deno add @davidbonnet/astring
63
+ ```
64
+
59
65
Alternatively, checkout this repository and install the development dependencies to build the module file:
60
66
61
67
``` bash
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " @davidbonnet/astring" ,
3
+ "version" : " 1.8.6" ,
4
+ "exports" : " ./src/astring.js" ,
5
+ "publish" : {
6
+ "include" : [
7
+ " LICENSE" ,
8
+ " README.md" ,
9
+ " src/astring.js" ,
10
+ " astring.d.ts" ,
11
+ " deno.json"
12
+ ]
13
+ }
14
+ }
You can’t perform that action at this time.
0 commit comments