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/package-manager",
|
|
|
|
"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/index.js",
|
|
|
|
"source": "src/index.js",
|
|
|
|
"types": "index.d.ts",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 12.0.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build-ts": "mkdir -p lib && flow-to-ts src/types.js > lib/types.d.ts",
|
|
|
|
"check-ts": "tsc --noEmit index.d.ts"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@parcel/diagnostic": "^2.0.0",
|
|
|
|
"@parcel/fs": "^2.0.0",
|
|
|
|
"@parcel/logger": "^2.0.0",
|
|
|
|
"@parcel/types": "^2.0.0",
|
|
|
|
"@parcel/utils": "^2.0.0",
|
|
|
|
"@parcel/workers": "^2.0.0",
|
|
|
|
"command-exists": "^1.2.6",
|
|
|
|
"cross-spawn": "^6.0.4",
|
|
|
|
"nullthrows": "^1.1.1",
|
|
|
|
"semver": "^5.4.1",
|
|
|
|
"split2": "^3.1.1"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"@parcel/core": "^2.0.0"
|
|
|
|
},
|
|
|
|
"gitHead": "84da50ae6943bff9741e2fc76d2f4968074cbbd6"
|
|
|
|
}
|