|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
955 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "acorn-import-phases",
|
|---|
| 3 | "version": "1.0.4",
|
|---|
| 4 | "description": "Support for `import <defer|source>` phase syntax in Acorn",
|
|---|
| 5 | "type": "module",
|
|---|
| 6 | "main": "./src/index.cjs",
|
|---|
| 7 | "types": "./src/index.d.cts",
|
|---|
| 8 | "exports": {
|
|---|
| 9 | ".": {
|
|---|
| 10 | "require": {
|
|---|
| 11 | "types": "./src/index.d.cts",
|
|---|
| 12 | "default": "./src/index.cjs"
|
|---|
| 13 | },
|
|---|
| 14 | "types": "./src/index.d.mts",
|
|---|
| 15 | "default": "./src/index.js"
|
|---|
| 16 | },
|
|---|
| 17 | "./package.json": "./package.json"
|
|---|
| 18 | },
|
|---|
| 19 | "scripts": {
|
|---|
| 20 | "test": "node --test ./test/index.js"
|
|---|
| 21 | },
|
|---|
| 22 | "keywords": [
|
|---|
| 23 | "acorn",
|
|---|
| 24 | "import",
|
|---|
| 25 | "defer",
|
|---|
| 26 | "source",
|
|---|
| 27 | "phase",
|
|---|
| 28 | "wasm",
|
|---|
| 29 | "proposal"
|
|---|
| 30 | ],
|
|---|
| 31 | "author": "Nicolò Ribaudo",
|
|---|
| 32 | "repository": {
|
|---|
| 33 | "type": "git",
|
|---|
| 34 | "url": "https://github.com/nicolo-ribaudo/acorn-import-phases.git"
|
|---|
| 35 | },
|
|---|
| 36 | "license": "MIT",
|
|---|
| 37 | "devDependencies": {
|
|---|
| 38 | "acorn": "^8.14.0"
|
|---|
| 39 | },
|
|---|
| 40 | "peerDependencies": {
|
|---|
| 41 | "acorn": "^8.14.0"
|
|---|
| 42 | },
|
|---|
| 43 | "engines": {
|
|---|
| 44 | "node": ">=10.13.0"
|
|---|
| 45 | }
|
|---|
| 46 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.