@comunica/actor-function-factory-term-regex
Version:
A term-regex function-factory actor
45 lines (44 loc) • 1.16 kB
JSON
{
"name": "@comunica/actor-function-factory-term-regex",
"version": "5.3.0",
"description": "A term-regex function-factory actor",
"lsd:module": true,
"license": "MIT",
"homepage": "https://comunica.dev/",
"repository": {
"type": "git",
"url": "https://github.com/comunica/comunica.git",
"directory": "packages/actor-function-factory-term-regex"
},
"bugs": {
"url": "https://github.com/comunica/comunica/issues"
},
"keywords": [
"comunica",
"actor",
"function-factory",
"term-function-regex"
],
"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-function-factory": "^5.3.0",
"@comunica/utils-expression-evaluator": "^5.3.0"
},
"gitHead": "8a9d8e4a706d64268e1e222b4c561caa47798f72"
}