UNPKG

jsonld-rdfa-parser

Version:

A custom RDFa parser to be registered with jsonld.js registerRDFParser method

46 lines (45 loc) 1.27 kB
{ "name": "jsonld-rdfa-parser", "version": "2.0.0", "description": "A custom RDFa parser to be registered with jsonld.js registerRDFParser method", "main": "dist/index.js", "module": "src/index.js", "scripts": { "test": "mocha --compilers js:babel-register", "prepublish": "rm -rf dist && babel src --out-dir dist", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/scienceai/jsonld-rdfa-parser.git" }, "keywords": [ "JSON-LD", "RDFa" ], "author": "Sebastien Ballesteros", "license": "Apache-2.0", "bugs": { "url": "https://github.com/scienceai/jsonld-rdfa-parser/issues" }, "homepage": "https://github.com/scienceai/jsonld-rdfa-parser#readme", "dependencies": { "graph-rdfa-processor": "^1.3.0", "is-url": "^1.2.2", "jsdom": "^13.2.0", "xmldom": "^0.1.27" }, "devDependencies": { "babel-cli": "^6.23.0", "babel-plugin-add-module-exports": "0.2.1", "babel-preset-es2015": "^6.22.0", "babel-register": "^6.23.0", "eslint-config-scienceai": "^4.4.0", "jsonld": "0.4.11", "mocha": "^3.2.0" }, "browser": { "xmldom": "./dist/browser/xmldom.js", "jsdom": "./dist/browser/jsdom.js" } }