@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">
49 lines (48 loc) • 1.27 kB
JSON
{
"name": "firstline",
"version": "1.2.0",
"description": "Async npm module for Node JS that reads the first line of a file",
"main": "firstline.js",
"repository": {
"type": "git",
"url": "https://github.com/pensierinmusica/firstline.git"
},
"keywords": [
"read",
"check",
"file",
"content",
"filesystem",
"io",
"stream",
"async",
"promise"
],
"author": "Alessandro Zanardi",
"license": "MIT",
"bugs": {
"url": "https://github.com/pensierinmusica/firstline/issues"
},
"homepage": "https://github.com/pensierinmusica/firstline",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^5.2.0",
"coveralls": "^2.11.8",
"istanbul": "^0.4.2",
"js-promisify": "^1.0.4",
"mocha": "^2.4.5",
"rimraf": "^2.5.2",
"semantic-release": "^4.3.5"
},
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "mocha",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
}
,"_resolved": "https://registry.npmjs.org/firstline/-/firstline-1.2.0.tgz"
,"_integrity": "sha1-yfSIbn9/vwr8EtcZQdzgaxkq6gU="
,"_from": "firstline@1.2.0"
}