@eljs/utils
Version:
Collection of nodejs utility.
90 lines • 2.11 kB
JSON
{
"name": "@eljs/utils",
"version": "1.3.1",
"description": "Collection of nodejs utility.",
"keywords": [
"eljs",
"node",
"utils"
],
"homepage": "https://github.com/chnliquan/eljs/tree/master/packages/utils#readme",
"bugs": {
"url": "https://github.com/chnliquan/eljs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/chnliquan/eljs",
"directory": "packages/utils"
},
"license": "MIT",
"author": "liquan",
"main": "lib/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"files": [
"esm/*",
"lib/*"
],
"dependencies": {
"@types/debug": "^4.1.12",
"@types/download": "^8.0.5",
"@types/ejs": "^3.1.5",
"@types/glob": "^9.0.0",
"@types/ini": "^4.1.1",
"@types/js-yaml": "^4.0.9",
"@types/mkdirp": "^2.0.0",
"@types/mustache": "^4.2.6",
"@types/parse-json": "^4.0.2",
"@types/prompts": "^2.4.9",
"@types/read": "^3.0.0",
"@types/resolve": "^1.20.6",
"@types/uuid": "^10.0.0",
"@types/which": "^3.0.4",
"chalk": "^4.1.2",
"debug": "^4.4.1",
"deepmerge": "^4.3.1",
"download": "^8.0.0",
"ejs": "^3.1.10",
"execa": "^5.1.1",
"find-up": "^5.0.0",
"glob": "^11.0.3",
"import-fresh": "^3.3.1",
"ini": "^5.0.0",
"js-yaml": "^4.1.0",
"mkdirp": "^3.0.1",
"mustache": "^4.2.0",
"parse-json": "^5.2.0",
"pirates": "^4.0.7",
"prompts": "^2.4.2",
"read": "^4.1.0",
"resolve": "^1.22.10",
"rimraf": "^6.0.1",
"strip-ansi": "^6.0.1",
"urllib": "^3.27.3",
"uuid": "^11.1.0",
"which": "^5.0.0"
},
"devDependencies": {
"typescript": "5.2.2"
},
"peerDependencies": {
"typescript": ">=5.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"engines": {
"node": ">=16.20.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "father build",
"clean": "rimraf lib && rimraf esm && rimraf node_modules/.cache/father",
"dev": "father dev"
}
}