{ "name": "@parcel/utils", "version": "2.0.0", "description": "Blazing fast, zero configuration web application bundler", "license": "MIT", "publishConfig": { "access": "public" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/parcel" }, "repository": { "type": "git", "url": "https://github.com/parcel-bundler/parcel.git" }, "main": "lib/index.js", "source": "src/index.js", "engines": { "node": ">= 12.0.0" }, "dependencies": { "@iarna/toml": "^2.2.0", "@parcel/codeframe": "^2.0.0", "@parcel/diagnostic": "^2.0.0", "@parcel/hash": "^2.0.0", "@parcel/logger": "^2.0.0", "@parcel/markdown-ansi": "^2.0.0", "@parcel/source-map": "^2.0.0", "ansi-html-community": "0.0.8", "chalk": "^4.1.0", "clone": "^2.1.1", "fast-glob": "3.1.1", "fastest-levenshtein": "^1.0.8", "is-glob": "^4.0.0", "is-url": "^1.2.2", "json5": "^1.0.1", "lru-cache": "^6.0.0", "micromatch": "^4.0.4", "node-forge": "^0.10.0", "nullthrows": "^1.1.1", "open": "^7.0.3", "terminal-link": "^2.1.1" }, "devDependencies": { "@babel/plugin-transform-flow-strip-types": "^7.2.0", "random-int": "^1.0.0" }, "gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6" }