{
  "_args": [
    [
      "node-elm-compiler@5.0.1",
      "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription"
    ]
  ],
  "_from": "node-elm-compiler@5.0.1",
  "_id": "node-elm-compiler@5.0.1",
  "_inBundle": false,
  "_integrity": "sha512-Li9NfZTL83/URoUEWly+iHJeOcZRBYUaeIL4MImnB4r21oe/xpkR6JRHjdNjLf1rMtO0tgPyOvuGW4Beytaaow==",
  "_location": "/node-elm-compiler",
  "_phantomChildren": {
    "lru-cache": "4.1.3",
    "which": "1.3.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-elm-compiler@5.0.1",
    "name": "node-elm-compiler",
    "escapedName": "node-elm-compiler",
    "rawSpec": "5.0.1",
    "saveSpec": null,
    "fetchSpec": "5.0.1"
  },
  "_requiredBy": [
    "/elm-webpack-loader"
  ],
  "_resolved": "https://registry.npmjs.org/node-elm-compiler/-/node-elm-compiler-5.0.1.tgz",
  "_spec": "5.0.1",
  "_where": "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription",
  "author": {
    "name": "Richard Feldman"
  },
  "bugs": {
    "url": "https://github.com/rtfeldman/node-elm-compiler/issues"
  },
  "dependencies": {
    "cross-spawn": "4.0.0",
    "find-elm-dependencies": "2.0.0",
    "lodash": "4.17.10",
    "temp": "^0.8.3"
  },
  "description": "A Node.js interface to the Elm compiler binaries. Supports Elm version 0.17, 0.18",
  "devDependencies": {
    "chai": "3.5.0",
    "glob": "7.1.1",
    "mocha": "5.1.1"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "homepage": "https://github.com/rtfeldman/node-elm-compiler",
  "keywords": [
    "elm",
    "compiler",
    "node"
  ],
  "license": "BSD-3-Clause",
  "main": "index.js",
  "name": "node-elm-compiler",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rtfeldman/node-elm-compiler.git"
  },
  "scripts": {
    "test": "rm -rf test/fixtures/elm-stuff; mocha test/*.js"
  },
  "version": "5.0.1"
}
