{
  "name": "@parcel/core",
  "version": "2.0.0-nightly.1353+5d54a4fff",
  "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",
  "engines": {
    "node": ">= 12.0.0"
  },
  "scripts": {
    "test": "mocha",
    "test-ci": "mocha",
    "check-ts": "tsc --noEmit index.d.ts"
  },
  "dependencies": {
    "@mischnic/json-sourcemap": "^0.1.0",
    "@parcel/cache": "2.0.0-nightly.1355+5d54a4fff",
    "@parcel/diagnostic": "2.0.0-nightly.1355+5d54a4fff",
    "@parcel/events": "2.0.0-nightly.1355+5d54a4fff",
    "@parcel/fs": "2.0.0-nightly.1355+5d54a4fff",
    "@parcel/graph": "2.9.4-nightly.2978+5d54a4fff",
    "@parcel/hash": "2.9.4-nightly.2978+5d54a4fff",
    "@parcel/logger": "2.0.0-nightly.1355+5d54a4fff",
    "@parcel/package-manager": "2.0.0-nightly.1355+5d54a4fff",
    "@parcel/plugin": "2.0.0-nightly.1355+5d54a4fff",
    "@parcel/profiler": "2.9.4-nightly.2978+5d54a4fff",
    "@parcel/source-map": "^2.1.1",
    "@parcel/types": "2.0.0-nightly.1355+5d54a4fff",
    "@parcel/utils": "2.0.0-nightly.1355+5d54a4fff",
    "@parcel/workers": "2.0.0-nightly.1355+5d54a4fff",
    "abortcontroller-polyfill": "^1.1.9",
    "base-x": "^3.0.8",
    "browserslist": "^4.6.6",
    "clone": "^2.1.1",
    "dotenv": "^7.0.0",
    "dotenv-expand": "^5.1.0",
    "json5": "^2.2.0",
    "msgpackr": "^1.5.4",
    "nullthrows": "^1.1.1",
    "semver": "^7.5.2"
  },
  "devDependencies": {
    "graphviz": "^0.0.9",
    "tempy": "^0.2.1"
  },
  "browser": {
    "./src/serializerCore.js": "./src/serializerCore.browser.js"
  },
  "gitHead": "5d54a4fffbf17cadd79e1f55c3d45396ce08d11d"
}
