| Server IP : 159.203.156.69 / Your IP : 216.73.216.37 Web Server : nginx/1.24.0 System : Linux main-ubuntu 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/tanviranik.com/node_modules/acorn-import-phases/ |
Upload File : |
{
"name": "acorn-import-phases",
"version": "1.0.4",
"description": "Support for `import <defer|source>` phase syntax in Acorn",
"type": "module",
"main": "./src/index.cjs",
"types": "./src/index.d.cts",
"exports": {
".": {
"require": {
"types": "./src/index.d.cts",
"default": "./src/index.cjs"
},
"types": "./src/index.d.mts",
"default": "./src/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"test": "node --test ./test/index.js"
},
"keywords": [
"acorn",
"import",
"defer",
"source",
"phase",
"wasm",
"proposal"
],
"author": "Nicolò Ribaudo",
"repository": {
"type": "git",
"url": "https://github.com/nicolo-ribaudo/acorn-import-phases.git"
},
"license": "MIT",
"devDependencies": {
"acorn": "^8.14.0"
},
"peerDependencies": {
"acorn": "^8.14.0"
},
"engines": {
"node": ">=10.13.0"
}
}