fql-parser 0.2.8

A parser for the Fauna Query Language (FQL).
Documentation
{
  "name": "@fauna-labs/fql-parser",
  "version": "0.2.8",
  "collaborators": [
    "Paul Paterson <paul.paterson@fauna.com>",
    "Rob Sutter <rob@fauna.com>"
  ],
  "description": "A parser for the Fauna Query Language (FQL).",
  "license": "MIT-0",
  "repository": {
    "type": "git",
    "url": "https://github.com/fauna-labs/fql-parser"
  },
  "files": [
    "bundler",
    "nodejs",
    "web"
  ],
  "type":"commonjs",
  "main": "./nodejs/index.js",
  "exports": {
    "script": "./web/index.js",
    "default": "./nodejs/index.js"
  },
  "module": "./bundler/index.js",
  "homepage": "https://docs.fauna.com/fauna/current/api/fql/",
  "keywords": [
    "fql",
    "fauna",
    "parser"
  ]
}