1.4.68 • Published 1 month ago

@shgysk8zer0/importmap v1.4.68

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@shgysk8zer0/importmap

Front-End dependencies based on <script type="importmap">

Intended for use with rollup and @shgysk8zer0/rollup-import.


CodeQL Node CI Lint Code Base

GitHub license GitHub last commit GitHub release GitHub Sponsors

npm node-current npm bundle size gzipped npm

GitHub followers GitHub forks GitHub stars Twitter Follow

Donate using Liberapay


Installation

npm i @shgysk8zer0/importmap

Example

// rollup.config.js
import { rollupImport } from '@shgysk8zer0/rollup-import';
import { imports } from '@shgysk8zer0/importmap';

export default {
	input: 'index.js',
	output: {
		file: 'index.min.js',
		format: 'iife',
		sourcemap: true,
	},
	plugins: [rollupImport({ imports })],
};

For <script type="importmap">

The module exports getImportMapScript(), which can be used to generate the required importmap <script>:

import { getImportMapScript } from '@shgysk8zer0/importmap';

getImportMapScript();

Which results in:

<script type="importmap" integrity="sha384-...">{"imports": {}, "scope": {}}</script>

CLI

Create / update local importmap JSON or YAML files.

Usage: importmap-utils [options]

CLI utility for updating importmap files

Options:
  -V, --version              output the version number
  -i, --input [input]        local JSON or YAML importmap file
  -e, --encoding [encoding]  encoding (default: "utf8")
  -f, --format [format]      output format
  -o, --output <output>      output file
  -h, --help                 display help for command

CLI Example

importmap-utils -o importmap.json

# Or...

importmap-utils -i importmap.json -o importmap.yml -f yaml
1.4.20

8 months ago

1.4.22

8 months ago

1.4.21

8 months ago

1.4.24

8 months ago

1.4.23

8 months ago

1.4.26

8 months ago

1.4.25

8 months ago

1.4.28

8 months ago

1.4.27

8 months ago

1.4.29

7 months ago

1.4.31

7 months ago

1.4.30

7 months ago

1.4.33

7 months ago

1.4.32

7 months ago

1.4.35

7 months ago

1.4.34

7 months ago

1.4.37

7 months ago

1.4.36

7 months ago

1.4.39

6 months ago

1.4.38

6 months ago

1.4.19

8 months ago

1.4.18

8 months ago

1.4.60

3 months ago

1.4.62

3 months ago

1.4.61

3 months ago

1.4.64

2 months ago

1.4.63

2 months ago

1.4.66

1 month ago

1.4.65

1 month ago

1.4.68

1 month ago

1.4.67

1 month ago

1.4.40

6 months ago

1.4.42

6 months ago

1.4.41

6 months ago

1.4.44

6 months ago

1.4.43

6 months ago

1.4.46

6 months ago

1.4.45

6 months ago

1.4.48

5 months ago

1.4.47

6 months ago

1.4.49

5 months ago

1.4.50

4 months ago

1.4.53

3 months ago

1.4.52

4 months ago

1.4.55

3 months ago

1.4.54

3 months ago

1.4.57

3 months ago

1.4.56

3 months ago

1.4.59

3 months ago

1.4.58

3 months ago

1.4.17

9 months ago

1.4.16

9 months ago

1.4.11

10 months ago

1.4.13

10 months ago

1.4.12

10 months ago

1.4.15

9 months ago

1.4.14

9 months ago

1.4.6

10 months ago

1.4.5

10 months ago

1.4.4

11 months ago

1.4.3

11 months ago

1.4.2

12 months ago

1.4.1

1 year ago

1.4.9

10 months ago

1.4.8

10 months ago

1.4.10

10 months ago

1.4.7

10 months ago

1.3.15

1 year ago

1.3.13

1 year ago

1.3.14

1 year ago

1.3.11

1 year ago

1.3.12

1 year ago

1.3.10

1 year ago

1.3.9

1 year ago

1.3.8

1 year ago

1.3.7

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.2.0

2 years ago

1.1.0

2 years ago

1.2.5

2 years ago

1.2.4

2 years ago

1.3.2

2 years ago

1.2.3

2 years ago

1.3.1

2 years ago

1.2.2

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.0.11

2 years ago

1.0.9

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago