You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
2.5 KiB
87 lines
2.5 KiB
{
|
|
"_from": "semver-greatest-satisfied-range@^1.1.0",
|
|
"_id": "semver-greatest-satisfied-range@1.1.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-Ny/iyOzSSa8M5ML46IAx3iXc6tfOsYU2R4AXi2UpHk60Zrgyq6eqPj/xiOfS0rRl/iiQ/rdJkVjw/5cdUyCntQ==",
|
|
"_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.npmmirror.com/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz",
|
|
"_shasum": "13e8c2658ab9691cb0cd71093240280d36f77a5b",
|
|
"_spec": "semver-greatest-satisfied-range@^1.1.0",
|
|
"_where": "D:\\上海富维东阳工作\\设备管理\\ABP-MicroService-master\\AuthServer\\IdentityServer\\AuthServer.Host\\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"
|
|
}
|
|
|