UNPKG

fix-colors-out-of-memory

Version:

[colors](https://www.npmjs.com/package/colors)@^1.4.1 has action of out-of-memory: https://github.com/Marak/colors.js/commit/5d2d242f656103ac38086d6b26433a09f1c38c75.

27 lines (26 loc) 601 B
{ "name": "fix-colors-out-of-memory", "version": "1.0.2", "description": "", "main": "index.js", "scripts": { "tsw": "tsc -w", "tsc": "tsc", "prepublishOnly": "npm run tsc", "test": "node test/index" }, "repository": { "type": "git", "url": "git+https://github.com/hoperyy/fix-colors-out-of-memory" }, "keywords": ["colors", "out-of-memory", "heap out of memory", "loop"], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^17.0.8", "typescript": "^4.5.4" }, "dependencies": { "recursive-readdir-sync": "^1.0.6" } }