UNPKG

@o3r/dynamic-content

Version:

This module provides a mechanism to retrieve media and data depending on the host or a server specific url.

161 lines 4.35 kB
{ "name": "@o3r/dynamic-content", "version": "12.4.3", "publishConfig": { "access": "public" }, "description": "This module provides a mechanism to retrieve media and data depending on the host or a server specific url.", "keywords": [ "dynamic-content", "otter", "otter-module", "otter-cms" ], "exports": { "./middlewares": { "default": "./middlewares/index.js" }, "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/o3r-dynamic-content.mjs" }, "./rules-engine": { "types": "./rules-engine/index.d.ts", "default": "./fesm2022/o3r-dynamic-content-rules-engine.mjs" }, "./fixtures/jasmine": { "types": "./fixtures/jasmine/index.d.ts", "default": "./fesm2022/o3r-dynamic-content-fixtures-jasmine.mjs" }, "./fixtures/jest": { "types": "./fixtures/jest/index.d.ts", "default": "./fesm2022/o3r-dynamic-content-fixtures-jest.mjs" } }, "peerDependencies": { "@angular-devkit/architect": ">=0.1900.0 <0.2000.0-0", "@angular-devkit/schematics": "^19.0.0", "@angular/compiler-cli": "^19.0.0", "@angular/core": "^19.0.0", "@angular/platform-browser-dynamic": "^19.0.0", "@ngrx/store": "^19.0.0", "@o3r/core": "^12.4.3", "@o3r/schematics": "^12.4.3", "@schematics/angular": "^19.0.0", "cheerio": "^1.0.0-rc.10", "express-interceptor": "^1.2.0", "jasmine": "^5.0.0", "rxjs": "^7.8.1", "ts-node": "~10.9.2", "type-fest": "^4.30.1" }, "peerDependenciesMeta": { "@angular-devkit/schematics": { "optional": true }, "@o3r/schematics": { "optional": true }, "@schematics/angular": { "optional": true }, "cheerio": { "optional": true }, "express-interceptor": { "optional": true }, "jasmine": { "optional": true }, "type-fest": { "optional": true } }, "dependencies": { "@o3r/schematics": "^12.4.3", "tslib": "^2.6.2" }, "engines": { "node": "^20.11.1 || >=22.0.0" }, "schematics": "./collection.json", "ng-update": { "migrations": "./migration.json" }, "module": "fesm2022/o3r-dynamic-content.mjs", "typings": "index.d.ts", "sideEffects": false, "contributors": [ { "name": "Yannick Adam", "url": "https://github.com/yannickadam", "email": "yannickadam@users.noreply.github.com" }, { "name": "Kilian Panot", "url": "https://github.com/kpanot", "email": "kpanot@users.noreply.github.com" }, { "name": "Jeremy Bourgeois", "url": "https://github.com/jbourgeois-1A", "email": "jbourgeois-1A@users.noreply.github.com" }, { "name": "Pierre Henri Ginoux", "url": "https://github.com/pginoux-1A", "email": "pginoux-1A@users.noreply.github.com" }, { "name": "Mircea Vasile Rednic", "url": "https://github.com/mrednic-1A", "email": "mrednic-1A@users.noreply.github.com" }, { "name": "Stephane Dalle", "url": "https://github.com/sdalle-1A", "email": "sdalle-1A@users.noreply.github.com" }, { "name": "Nicolas Hoffmann", "url": "https://github.com/nhoffmann-1A", "email": "nhoffmann-1A@users.noreply.github.com" }, { "name": "Victor Scaiceanu", "url": "https://github.com/vscaiceanu-1a", "email": "vscaiceanu-1A@users.noreply.github.com" }, { "name": "Florian Paul", "url": "https://github.com/fpaul-1A", "email": "fpaul-1A@users.noreply.github.com" }, { "name": "Corinne Paulve", "url": "https://github.com/cpaulve-1A", "email": "cpaulve-1A@users.noreply.github.com" }, { "name": "Matthieu Crouzet", "url": "https://github.com/matthieu-crouzet", "email": "matthieu-crouzet@users.noreply.github.com" }, { "name": "Salome Do", "url": "https://github.com/sdo-1A", "email": "sdo-1A@users.noreply.github.com" } ], "bugs": "https://github.com/AmadeusITGroup/otter/issues", "repository": { "type": "git", "url": "git+https://github.com/AmadeusITGroup/otter.git" }, "license": "BSD-3-Clause", "homepage": "https://amadeusitgroup.github.io/otter/" }