UNPKG

@comunica/actor-rdf-parse-html-microdata

Version:

A microdata rdf-parse-html actor

52 lines (51 loc) 1.35 kB
{ "name": "@comunica/actor-rdf-parse-html-microdata", "version": "4.1.0", "description": "A microdata rdf-parse-html actor", "lsd:module": true, "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/comunica-association" }, "homepage": "https://comunica.dev/", "repository": { "type": "git", "url": "https://github.com/comunica/comunica.git", "directory": "packages/actor-rdf-parse-html-microdata" }, "bugs": { "url": "https://github.com/comunica/comunica/issues" }, "keywords": [ "comunica", "actor", "rdf-parse-html", "microdata" ], "sideEffects": false, "main": "lib/index.js", "typings": "lib/index", "publishConfig": { "access": "public" }, "files": [ "components", "lib/**/*.d.ts", "lib/**/*.js", "lib/**/*.js.map" ], "scripts": { "build": "yarn run build:ts && yarn run build:components", "build:ts": "node \"../../node_modules/typescript/bin/tsc\"", "build:components": "componentsjs-generator" }, "dependencies": { "@comunica/bus-rdf-parse-html": "^4.1.0", "@comunica/context-entries": "^4.1.0", "@comunica/core": "^4.1.0", "@comunica/types": "^4.1.0", "microdata-rdf-streaming-parser": "^2.0.1" }, "gitHead": "711446473d18f5fd47aa1a67e6c23582234221ec" }