{
  "_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": [
    "/node-minify"
  ],
  "_resolved": "https://registry.npmjs.org/node-version/-/node-version-1.2.0.tgz",
  "_shasum": "34fde3ffa8e1149bd323983479dda620e1b5060d",
  "_spec": "node-version@1.2.0",
  "_where": "/home/arun/Work/sdpk-content/node_modules/node-minify",
  "author": {
    "name": "Rodolphe Stoclin",
    "email": "rodolphe@2clics.net",
    "url": "http://2clics.net"
  },
  "bugs": {
    "url": "https://github.com/srod/node-version/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "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"
}
