{ "_args": [ [ "semver-greatest-satisfied-range@1.1.0", "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab" ] ], "_development": true, "_from": "semver-greatest-satisfied-range@1.1.0", "_id": "semver-greatest-satisfied-range@1.1.0", "_inBundle": false, "_integrity": "sha1-E+jCZYq5aRywzXEJMkAoDTb3els=", "_location": "/semver-greatest-satisfied-range", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "semver-greatest-satisfied-range@1.1.0", "name": "semver-greatest-satisfied-range", "escapedName": "semver-greatest-satisfied-range", "rawSpec": "1.1.0", "saveSpec": null, "fetchSpec": "1.1.0" }, "_requiredBy": [ "/gulp-cli", "/gulp/gulp-cli" ], "_resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz", "_spec": "1.1.0", "_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab", "author": { "name": "Gulp Team", "email": "team@gulpjs.com", "url": "http://gulpjs.com/" }, "bugs": { "url": "https://github.com/gulpjs/semver-greatest-satisfied-range/issues" }, "contributors": [ { "name": "Blaine Bublitz", "email": "blaine.bublitz@gmail.com" } ], "dependencies": { "sver-compat": "^1.5.0" }, "description": "Find the greatest satisfied semver range from an array of ranges.", "devDependencies": { "eslint": "^1.7.3", "eslint-config-gulp": "^2.0.0", "expect": "^1.19.0", "istanbul": "^0.4.3", "istanbul-coveralls": "^1.0.3", "jscs": "^2.3.5", "jscs-preset-gulp": "^1.0.0", "mocha": "^2.4.5" }, "engines": { "node": ">= 0.10" }, "files": [ "index.js", "LICENSE" ], "homepage": "https://github.com/gulpjs/semver-greatest-satisfied-range#readme", "keywords": [ "semver", "range", "max", "satisfied", "range", "array", "greatest" ], "license": "MIT", "main": "index.js", "name": "semver-greatest-satisfied-range", "repository": { "type": "git", "url": "git+https://github.com/gulpjs/semver-greatest-satisfied-range.git" }, "scripts": { "cover": "istanbul cover _mocha --report lcovonly", "coveralls": "npm run cover && istanbul-coveralls", "lint": "eslint . && jscs index.js test/", "pretest": "npm run lint", "test": "mocha --async-only" }, "version": "1.1.0" }