@dillonkearns/elm-graphql
Version:
<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">
42 lines (41 loc) • 1.15 kB
JSON
{
"name": "node-elm-compiler",
"version": "5.0.1",
"description": "A Node.js interface to the Elm compiler binaries. Supports Elm version 0.17, 0.18",
"main": "index.js",
"scripts": {
"test": "rm -rf test/fixtures/elm-stuff; mocha test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rtfeldman/node-elm-compiler.git"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"elm",
"compiler",
"node"
],
"author": "Richard Feldman",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rtfeldman/node-elm-compiler/issues"
},
"homepage": "https://github.com/rtfeldman/node-elm-compiler",
"dependencies": {
"cross-spawn": "4.0.0",
"find-elm-dependencies": "2.0.0",
"lodash": "4.17.10",
"temp": "^0.8.3"
},
"devDependencies": {
"chai": "3.5.0",
"glob": "7.1.1",
"mocha": "5.1.1"
}
,"_resolved": "https://registry.npmjs.org/node-elm-compiler/-/node-elm-compiler-5.0.1.tgz"
,"_integrity": "sha512-Li9NfZTL83/URoUEWly+iHJeOcZRBYUaeIL4MImnB4r21oe/xpkR6JRHjdNjLf1rMtO0tgPyOvuGW4Beytaaow=="
,"_from": "node-elm-compiler@5.0.1"
}