r3-v2/node_modules/semver-greatest-satisfied-r.../package.json

88 lines
2.4 KiB
JSON

{
"_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": "range",
"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/gulp-cli"
],
"_resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz",
"_shasum": "13e8c2658ab9691cb0cd71093240280d36f77a5b",
"_spec": "semver-greatest-satisfied-range@^1.1.0",
"_where": "/usr/share/r3-server/beta/r3/node_modules/gulp/node_modules/gulp-cli",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/semver-greatest-satisfied-range/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"dependencies": {
"sver-compat": "^1.5.0"
},
"deprecated": false,
"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"
}