UNPKG

@kit-data-manager/pid-component

Version:

The PID-Component is a web component that can be used to evaluate and display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types.

175 lines (174 loc) 5.28 kB
{ "name": "@kit-data-manager/pid-component", "version": "0.4.2", "license": "Apache-2.0", "description": "The PID-Component is a web component that can be used to evaluate and display FAIR Digital Objects, PIDs, ORCiDs, and possibly other identifiers in a user-friendly way. It is easily extensible to support other identifier types.", "author": { "name": "Maximilian Inckmann", "url": "https://orcid.org/0009-0005-2800-4833", "email": "maximilian.inckmann@kit.edu" }, "contributors": [ { "name": "Maximilian Inckmann", "url": "https://orcid.org/0009-0005-2800-4833", "email": "maximilian.inckmann@kit.edu" }, { "name": "Andreas Pfeil", "url": "https://orcid.org/0000-0001-6575-1022", "email": "andreas.pfeil@kit.edu" }, { "name": "Thomas Jejkal", "url": "https://orcid.org/0000-0003-2804-688X", "email": "thomas.jejkal@kit.edu" }, { "name": "Christopher Raquet", "url": "https://orcid.org/0009-0003-2196-9187", "email": "christopher.raquet@kit.edu" } ], "repository": { "type": "git", "url": "https://github.com/kit-data-manager/pid-component" }, "bugs": { "url": "https://github.com/kit-data-manager/pid-component/issues" }, "keywords": [ "stencil", "webcomponent", "webcomponents", "pid", "datatyperegistry", "handle.net", "orcid", "identifier", "kit-data-manager", "typescript", "storybook", "tailwindcss", "fair", "fairdata", "fairdo", "fairdigitalobject" ], "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs.js", "default": "./dist/index.js" }, "./*": { "types": "./dist/types/*.d.ts", "import": "./components/*.js", "require": "./components/*.js" }, "./hydrate": { "types": "./hydrate/index.d.ts", "import": "./hydrate/index.mjs", "require": "./hydrate/index.js", "default": "./hydrate/index.mjs" }, "./loader": { "types": "./dist/loader/index.d.ts", "import": "./dist/loader/index.js", "require": "./dist/loader/index.js", "default": "./dist/loader/index.js" }, "./components/*.js": { "types": "./dist/types/components/*.d.ts", "import": "./components/*.js" }, "./components": { "types": "./dist/types/components.d.ts", "import": "./dist/index.js", "require": "./dist/index.cjs.js", "default": "./dist/index.js" }, "./dist/*": { "import": "./dist/*", "types": "./dist/*" } }, "main": "./dist/index.cjs.js", "module": "dist/index.js", "unpkg": "dist/pid-component/pid-component.esm.js", "types": "dist/components/index.d.ts", "collection": "dist/collection/collection-manifest.json", "collection:main": "dist/collection/index.js", "files": [ "dist/", "hydrate/" ], "scripts": { "build": "stencil build --docs", "buildWatch": "stencil build --docs --watch", "start": "stencil build --dev --watch --serve", "test": "stencil-test --coverage", "test:watch": "stencil-test --watch", "test:spec": "stencil-test --project spec", "test:e2e": "stencil-test --project browser", "generate": "stencil generate", "lint": "eslint .", "lint:fix": "eslint --fix .", "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"", "format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md,mdx}\"" }, "dependencies": { "@stencil/core": "^4.43.4", "@tempfix/idb": "^8.0.3", "tailwindcss": "^4.3.0" }, "devDependencies": { "@codecov/rollup-plugin": "^2.0.1", "@eslint/js": "^10.0.1", "@playwright/test": "^1.60.0", "@stencil-community/postcss": "^2.2.0", "@stencil-community/web-types-output-target": "^1.0.12", "@stencil/angular-output-target": "^1.3.1", "@stencil/playwright": "^0.4.3", "@stencil/react-output-target": "^1.5.2", "@stencil/vitest": "^1.11.6", "@stencil/vue-output-target": "^0.13.1", "@tailwindcss/postcss": "^4.3.0", "@types/eslint-config-prettier": "^6.11.3", "@types/node": "^25.8.0", "@typescript-eslint/eslint-plugin": "^8.59.3", "@typescript-eslint/parser": "^8.59.3", "@vitest/browser-playwright": "^4.1.6", "@vitest/coverage-istanbul": "^4.1.6", "@vitest/ui": "^4.1.6", "autoprefixer": "^10.5.0", "axe-core": "^4.11.4", "cssnano": "^8.0.1", "eslint": "^10.4.0", "eslint-config-prettier": "^10.1.8", "globals": "^17.6.0", "playwright": "^1.60.0", "postcss": "^8.5.14", "prettier": "^3.8.3", "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^4.3.0", "typescript": "^6.0.3", "typescript-eslint": "^8.59.3", "vite": "^8.0.13", "vitest": "^4.1.6" }, "maintainers": [ { "name": "Maximilian Inckmann", "url": "https://orcid.org/0009-0005-2800-4833", "email": "maximilian.inckmann@kit.edu" } ], "homepage": "https://kit-data-manager.github.io/pid-component", "imports": { "#tailwind.css": "./src/tailwind.css" }, "web-types": "./web-types.json", "gitHead": "dd05d3464adebe78ca89a05cc59fae4632a7feb3" }