UNPKG

@parcel/utils

Version:

Blazing fast, zero configuration web application bundler

68 lines (67 loc) 1.69 kB
{ "name": "@parcel/utils", "version": "2.6.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" }, "targets": { "main": { "includeNodeModules": { "@parcel/codeframe": false, "@parcel/diagnostic": false, "@parcel/hash": false, "@parcel/logger": false, "@parcel/markdown-ansi": false, "@parcel/source-map": false, "chalk": false } } }, "dependencies": { "@parcel/codeframe": "2.6.0", "@parcel/diagnostic": "2.6.0", "@parcel/hash": "2.6.0", "@parcel/logger": "2.6.0", "@parcel/markdown-ansi": "2.6.0", "@parcel/source-map": "^2.0.0", "chalk": "^4.1.0" }, "devDependencies": { "@iarna/toml": "^2.2.0", "ansi-html-community": "0.0.8", "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": "^2.2.0", "lru-cache": "^6.0.0", "micromatch": "^4.0.4", "node-forge": "^1.2.1", "nullthrows": "^1.1.1", "open": "^7.0.3", "random-int": "^1.0.0", "terminal-link": "^2.1.1" }, "browser": { "./src/generateCertificate.js": false, "./src/http-server.js": false, "./src/openInBrowser.js": false }, "gitHead": "f2d0a3a27d6e493b23ddc2edbc8a4c0053ff34ab" }