UNPKG

@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">

84 lines (83 loc) 2.29 kB
{ "_args": [ [ "node-version@1.2.0", "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription" ] ], "_development": true, "_from": "node-version@1.2.0", "_id": "node-version@1.2.0", "_inBundle": false, "_integrity": "sha512-ma6oU4Sk0qOoKEAymVoTvk8EdXEobdS7m/mAGhDJ8Rouugho48crHBORAmy5BoOcv8wraPM6xumapQp5hl4iIQ==", "_location": "/node-version", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "node-version@1.2.0", "name": "node-version", "escapedName": "node-version", "rawSpec": "1.2.0", "saveSpec": null, "fetchSpec": "1.2.0" }, "_requiredBy": [ "/webpack-serve" ], "_resolved": "https://registry.npmjs.org/node-version/-/node-version-1.2.0.tgz", "_spec": "1.2.0", "_where": "/home/travis/build/dillonkearns/elm-graphql/examples/src/subscription", "author": { "name": "Rodolphe Stoclin", "email": "rodolphe@2clics.net", "url": "http://2clics.net" }, "bugs": { "url": "https://github.com/srod/node-version/issues" }, "dependencies": {}, "description": "Get Node current version", "devDependencies": { "codecov": "3.0.2", "eslint": "4.19.1", "jest": "23.1.0" }, "engines": { "node": ">=6.0.0" }, "homepage": "https://github.com/srod/node-version", "jest": { "notify": true, "verbose": true, "testEnvironment": "node", "coverageDirectory": "./coverage/", "collectCoverage": true, "testPathIgnorePatterns": [ "/node_modules/", ".history" ] }, "keywords": [ "node", "version" ], "license": "MIT", "main": "./index.js", "name": "node-version", "repository": { "type": "git", "url": "git+https://github.com/srod/node-version.git" }, "scripts": { "eslint": "eslint index.js || true", "pretest": "npm run eslint", "publish-beta": "npm publish --tag beta", "publish-latest": "npm publish", "release-major": "npm version major -m 'Bump %s' && git push --tags origin HEAD:master", "release-minor": "npm version minor -m 'Bump %s' && git push --tags origin HEAD:master", "release-patch": "npm version patch -m 'Bump %s' && git push --tags origin HEAD:master", "test": "jest" }, "version": "1.2.0" }