UNPKG

@explorable-viz/fluid

Version:

Fluid is an experimental programming language which integrates a bidirectional dynamic analysis to connect outputs to data sources in a fine-grained way. Fluid is implemented in PureScript and runs in the browser.

85 lines (84 loc) 2.74 kB
{ "name": "@explorable-viz/fluid", "version": "0.7.89", "description": "Fluid is an experimental programming language which integrates a bidirectional dynamic analysis to connect outputs to data sources in a fine-grained way. Fluid is implemented in PureScript and runs in the browser.", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/explorable-viz/fluid.git#release" }, "keywords": [ "PureScript", "JavaScript" ], "author": "Fluid Contributors", "license": "MIT", "bugs": { "url": "https://github.com/explorable-viz/fluid/issues" }, "homepage": "https://f.luid.org", "files": [ "dist/fluid/shared", "dist/fluid/fluid/lib", "script/bundle-website.sh", "script/bundle-page.sh", "script/util/clean.sh", "script/util/lisp-case.sh" ], "scripts": { "benchmark": "./script/benchmark.sh", "build": "./script/build.sh", "build-test": "./script/build-test.sh", "bundle-fluid": "./script/bundle-fluid.sh", "bundle-website": "./script/bundle-website.sh", "fluid": "node ./dist/fluid/shared/fluid.mjs", "npm-publish": "./script/npm-publish.sh", "serve": "./script/serve.sh", "test": "./script/test.sh", "test-all": "./script/test-all.sh", "test-browser": "./script/test.sh --browsers=Chrome --singleRun=false", "test-page": "./script/test-page.sh", "test-website": "./script/test-website.sh", "test-website-all": "./script/test-website-all.sh", "tidy": "./script/tidy.sh" }, "dependencies": { "@codemirror/commands": "6.2.2", "@codemirror/state": "6.2.0", "@codemirror/view": "6.9.3", "benchmark": "^2.1.4", "commander": "^12.1.0", "d3": "^7.9.0", "datetime": "^0.0.3", "express": "^4.19.2", "express-static": "^1.2.6", "http-serve": "^1.0.1", "http-shutdown": "^1.2.2", "node": "^22.11.0", "node-process": "^1.0.1", "os": "^0.1.2", "util": "^0.12.5" }, "devDependencies": { "esbuild": "0.15.1", "gh-pages": "^6.1.1", "karma": "6.4.0", "karma-chrome-launcher": "3.1.1", "karma-mocha": "2.0.1", "karma-mocha-reporter": "2.2.5", "mocha": "^10.0.0", "puppeteer": "^23.2.0", "purescript": "^0.15.10", "purescript-language-server": "0.16.6", "purescript-psa": "0.8.2", "purs-backend-es": "1.4.2", "purs-tidy": "^0.9.3", "spago": "^0.21.0", "typescript": "^5.5.3" }, "bin": { "fluid": "./dist/fluid/shared/fluid.mjs", "website-test": "./dist/fluid/shared/website-test.js" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }