{
  "bundleDependencies": true,
  "_from": "single-spa-layout@1.0.0-beta.6",
  "_id": "single-spa-layout@1.0.0-beta.6",
  "_inBundle": false,
  "_integrity": "sha512-MoeB8L1eG5tQ/M+0LXnEHG4qNuZicteXA1/0/QZ4u7U2Z07hpUznTfIb5blz9MnufX6Ah6mvNmUfMnX73Jpsmg==",
  "_location": "/single-spa-layout",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "single-spa-layout@1.0.0-beta.6",
    "name": "single-spa-layout",
    "escapedName": "single-spa-layout",
    "rawSpec": "1.0.0-beta.6",
    "saveSpec": null,
    "fetchSpec": "1.0.0-beta.6"
  },
  "_requiredBy": [
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/single-spa-layout/-/single-spa-layout-1.0.0-beta.6.tgz",
  "_shasum": "518bf25ec002d5794012ef47950d5d6df535e5b6",
  "_spec": "single-spa-layout@1.0.0-beta.6",
  "_where": "/Users/ljharb/Dropbox/git/list-exports.git/packages/tests/fixtures/single-spa-layout/project",
  "author": "",
  "browserslist": [
    "ie >= 11",
    "last 4 Safari major versions",
    "last 10 Chrome major versions",
    "last 10 Firefox major versions",
    "last 4 Edge major versions"
  ],
  "bugs": {
    "url": "https://github.com/single-spa/single-spa-layout/issues"
  },
  "deprecated": false,
  "description": "Layout engine for single-spa applications",
  "devDependencies": {
    "@babel/core": "^7.9.6",
    "@babel/plugin-transform-modules-commonjs": "^7.9.6",
    "@babel/preset-env": "^7.9.6",
    "@rollup/plugin-babel": "^5.0.2",
    "@testing-library/dom": "^7.5.7",
    "@testing-library/jest-dom": "^5.8.0",
    "@types/jest": "^25.2.3",
    "@types/jsdom": "^16.2.3",
    "@types/systemjs": "^6.1.0",
    "babel-eslint": "^11.0.0-beta.2",
    "babel-jest": "^26.0.1",
    "concurrently": "^5.2.0",
    "cross-env": "^7.0.2",
    "eslint": "^7.1.0",
    "eslint-config-important-stuff": "^1.1.0",
    "eslint-plugin-es5": "^1.5.0",
    "husky": "^4.2.5",
    "jest": "^26.0.1",
    "jest-cli": "^26.0.1",
    "jsdom": "^16.2.2",
    "parse5": "^6.0.0",
    "prettier": "^2.0.5",
    "pretty-quick": "^2.0.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.10.9",
    "rollup-cli": "^1.0.9",
    "rollup-plugin-terser": "^6.1.0",
    "single-spa": "^5.5.1",
    "tsd": "^0.11.0",
    "typescript": "^3.9.3"
  },
  "exports": {
    "import": {
      ".": "./dist/esm/single-spa-layout.min.js"
    },
    "require": {
      ".": "./dist/umd/single-spa-layout.min.js"
    }
  },
  "files": [
    "dist",
    "dist/types/single-spa-layout-main.d.ts"
  ],
  "homepage": "https://github.com/single-spa/single-spa-layout#readme",
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged && yarn lint"
    }
  },
  "license": "MIT",
  "main": "dist/umd/single-spa-layout.min.js",
  "name": "single-spa-layout",
  "peerDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/single-spa/single-spa-layout.git"
  },
  "scripts": {
    "build": "rimraf dist && concurrently -n w: 'yarn:build:*'",
    "build:lib": "rollup -c",
    "build:types": "tsc",
    "check-format": "prettier --check './**/*'",
    "format": "prettier --write './**/*'",
    "lint": "eslint src",
    "prepublishOnly": "yarn build",
    "test": "concurrently -n w: 'yarn:test:*'",
    "test-e2e:chrome": "cypress run --browser chrome",
    "test-e2e:firefox": "cypress run --browser firefox",
    "test:browser": "cross-env BABEL_ENV=test jest --testEnvironment=jsdom --testPathIgnorePatterns=test/node-only --testPathIgnorePatterns=cypress",
    "test:node": "cross-env BABEL_ENV=test jest --testEnvironment=node --testPathIgnorePatterns=test/browser-only --testPathIgnorePatterns=cypress",
    "test:types": "tsd",
    "watch-build": "rollup -cw --environment DEVELOPMENT"
  },
  "tsd": {
    "directory": "test"
  },
  "types": "dist/types/single-spa-layout-main.d.ts",
  "version": "1.0.0-beta.6"
}
