UNPKG

@nutsloop/ivy-async-import-meta-resolve

Version:
69 lines (67 loc) 1.6 kB
{ "name": "@nutsloop/ivy-async-import-meta-resolve", "version": "1.0.0-alpha.1", "license": "Apache-2.0", "description": "async import.meta.resolve wrapper for node v20. ESModule.", "type": "module", "main": "index.js", "types": "./types/index.d.ts", "engines": { "node": ">=20.0.0" }, "os": [ "darwin", "linux" ], "files": [ "lib", "types", "index.js" ], "publishConfig": { "access": "public" }, "scripts": { "build": "npx tsc", "clean": "scripts/clean.sh", "lint": "npx eslint . --ext .ts", "lint:fix": "npx eslint . --ext .ts --fix", "tsc-watch": "npx tsc-watch", "update": "npx npm-check-updates -u" }, "devDependencies": { "@eslint/js": "^9.24.0", "@types/node": "^22.14.0", "@typescript-eslint/eslint-plugin": "^8.29.0", "@typescript-eslint/parser": "^8.29.0", "eslint": "^9.24.0", "eslint-plugin-perfectionist": "^4.11.0", "nodemon": "^3.1.9", "npm-check-updates": "^17.1.16", "tsc-watch": "^6.2.1", "typescript": "^5.8.3" }, "keywords": [ "import.meta.resolve", "async", "node20", "wrapper", "koorie" ], "funding": [ { "type": "github", "url": "https://github.com/sponsors/nutsloop" } ], "author": { "name": "nutsloop", "email": "nutsloop@proton.me", "url": "https://github.com/nutsloop" }, "homepage": "https://github.com/nutsloop/ivy-async-import-meta-resolve.js#readme", "repository": { "type": "git", "url": "git+https://github.com/nutsloop/ivy-async-import-meta-resolve.js.git" } }