You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "@parcel/reporter-dev-server",
|
|
|
|
"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/ServerReporter.js",
|
|
|
|
"source": "src/ServerReporter.js",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 12.0.0",
|
|
|
|
"parcel": "^2.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@parcel/plugin": "^2.0.0",
|
|
|
|
"@parcel/utils": "^2.0.0",
|
|
|
|
"connect": "^3.7.0",
|
|
|
|
"ejs": "^3.1.6",
|
|
|
|
"http-proxy-middleware": "^1.0.0",
|
|
|
|
"nullthrows": "^1.1.1",
|
|
|
|
"serve-handler": "^6.0.0",
|
|
|
|
"ws": "^7.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@parcel/babel-preset": "^2.0.0",
|
|
|
|
"@parcel/types": "^2.0.0"
|
|
|
|
},
|
|
|
|
"gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
|
|
|
|
}
|