27 lines
622 B
JSON
27 lines
622 B
JSON
{
|
|
"name": "@parcel/markdown-ansi",
|
|
"version": "2.12.0",
|
|
"description": "Blazing fast, zero configuration web application bundler",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/parcel-bundler/parcel.git"
|
|
},
|
|
"main": "lib/markdown-ansi.js",
|
|
"source": "src/markdown-ansi.js",
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.0"
|
|
},
|
|
"gitHead": "2059029ee91e5f03a273b0954d3e629d7375f986"
|
|
}
|