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",
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"bin": "lib/bin.js",
|
|
|
|
"main": "lib/bin.js",
|
|
|
|
"source": "src/bin.js",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@parcel/config-default": "^2.0.0",
|
|
|
|
"@parcel/core": "^2.0.0",
|
|
|
|
"@parcel/diagnostic": "^2.0.0",
|
|
|
|
"@parcel/events": "^2.0.0",
|
|
|
|
"@parcel/fs": "^2.0.0",
|
|
|
|
"@parcel/logger": "^2.0.0",
|
|
|
|
"@parcel/package-manager": "^2.0.0",
|
|
|
|
"@parcel/reporter-cli": "^2.0.0",
|
|
|
|
"@parcel/reporter-dev-server": "^2.0.0",
|
|
|
|
"@parcel/utils": "^2.0.0",
|
|
|
|
"chalk": "^4.1.0",
|
|
|
|
"commander": "^7.0.0",
|
|
|
|
"get-port": "^4.2.0",
|
|
|
|
"v8-compile-cache": "^2.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@parcel/babel-register": "^2.0.0"
|
|
|
|
},
|
|
|
|
"gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
|
|
|
|
}
|