39 lines
823 B
JSON
39 lines
823 B
JSON
{
|
|
"name": "@parcel/codeframe",
|
|
"version": "2.12.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/codeframe.js",
|
|
"source": "src/codeframe.js",
|
|
"engines": {
|
|
"node": ">= 12.0.0"
|
|
},
|
|
"targets": {
|
|
"main": {
|
|
"includeNodeModules": {
|
|
"chalk": false
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"emphasize": "^4.2.0",
|
|
"slice-ansi": "^4.0.0",
|
|
"string-width": "^4.2.0"
|
|
},
|
|
"gitHead": "2059029ee91e5f03a273b0954d3e629d7375f986"
|
|
}
|