{
  "name": "@uportal/portlet-registry-to-array",
  "description": "A utility that flattens the portlet registry tree into an array",
  "version": "1.40.2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/uPortal-contrib/uPortal-web-components.git"
  },
  "files": [
    "esm/portlet-registry-to-array.js",
    "cjs/portlet-registry-to-array.js",
    "src/portlet-registry-to-array.js",
    "umd/portlet-registry-to-array.js",
    "src/portlet-registry-to-array.d.ts"
  ],
  "main": "cjs/portlet-registry-to-array.js",
  "umd:main": "umd/portlet-registry-to-array.js",
  "module": "esm/portlet-registry-to-array.js",
  "source": "src/portlet-registry-to-array.js",
  "types": "src/portlet-registry-to-array.d.ts",
  "keywords": [
    "apereo",
    "uportal",
    "portlet",
    "registry",
    "array",
    "utility"
  ],
  "author": "Apereo <uportal-dev@apereo.org>",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/uPortal-contrib/uPortal-web-components/issues"
  },
  "homepage": "https://uportal-project.github.io/uPortal-web-components/",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup -c",
    "test": "jest"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "@rollup/plugin-node-resolve": "^13.0.4",
    "babel-jest": "^27.0.0",
    "eslint-plugin-jest": "^25.0.0",
    "jest": "^27.0.0",
    "rollup": "^2.10.0",
    "rollup-plugin-babel": "^4.4.0"
  },
  "eslintConfig": {
    "parserOptions": {
      "ecmaVersion": 2017,
      "sourceType": "module"
    },
    "env": {
      "node": true,
      "browser": true
    },
    "globals": {
      "test": true,
      "expect": true
    }
  },
  "engines": {
    "node": "^14.0.0",
    "npm": "^6.0.0"
  },
  "dependencies": {
    "lodash.uniqby": "^4.7.0"
  },
  "gitHead": "8082b2ed989f2a1d428ed38615d2f5b5078fbfe4"
}
