UNPKG

@comunica/actor-query-parse-graphql

Version:

A graphql sparql-parse actor

51 lines (50 loc) 1.28 kB
{ "name": "@comunica/actor-query-parse-graphql", "version": "4.1.0", "description": "A graphql sparql-parse 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-query-parse-graphql" }, "bugs": { "url": "https://github.com/comunica/comunica/issues" }, "keywords": [ "comunica", "actor", "sparql-parse", "graphql" ], "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-query-parse": "^4.1.0", "@comunica/context-entries": "^4.1.0", "@comunica/core": "^4.1.0", "graphql-to-sparql": "^4.0.0" }, "gitHead": "711446473d18f5fd47aa1a67e6c23582234221ec" }