UNPKG

install-purescript

Version:
63 lines (62 loc) 1.26 kB
{ "name": "install-purescript", "version": "0.8.0-0", "description": "Install PureScript to a given directory", "repository": "shinnn/install-purescript", "author": "Shinnosuke Watanabe (https://github.com/shinnn)", "scripts": { "pretest": "eslint .", "test": "coverage test.js" }, "license": "ISC", "files": [ "index.js" ], "keywords": [ "purescript", "purs", "binary", "exe", "haskell", "download", "prebuilt", "fallback", "build", "compile", "stack", "ghc", "install", "installation", "cache", "observable" ], "dependencies": { "arch": "^2.1.1", "download-or-build-purescript": "^0.3.4", "inspect-with-kind": "^1.0.5", "is-plain-obj": "^1.1.0", "npcache": "^1.0.2", "pump": "^3.0.0", "run-in-dir": "^0.3.0", "tar": "^4.4.8", "zen-observable": "^0.8.14" }, "devDependencies": { "@shinnn/eslint-config": "^6.10.2", "clear-module": "^3.2.0", "coverage": "^0.1.5", "different-platform": "^1.0.1", "empty-directory-tar": "^1.0.0", "eslint": "^5.16.0", "execa": "^1.0.0", "lodash": "^4.17.11", "pretend-platform": "^3.0.0", "readdir-sorted": "^2.1.1", "rmfr": "^2.0.0", "tape": "^4.10.1", "to-executable-name": "^2.0.0" }, "eslintConfig": { "extends": "@shinnn" } }