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.

package.json 2.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "semver-greatest-satisfied-range@^1.1.0",
  3. "_id": "semver-greatest-satisfied-range@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-E+jCZYq5aRywzXEJMkAoDTb3els=",
  6. "_location": "/semver-greatest-satisfied-range",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "semver-greatest-satisfied-range@^1.1.0",
  12. "name": "semver-greatest-satisfied-range",
  13. "escapedName": "semver-greatest-satisfied-range",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp/gulp-cli"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/semver-greatest-satisfied-range/-/semver-greatest-satisfied-range-1.1.0.tgz",
  22. "_shasum": "13e8c2658ab9691cb0cd71093240280d36f77a5b",
  23. "_spec": "semver-greatest-satisfied-range@^1.1.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli",
  25. "author": {
  26. "name": "Gulp Team",
  27. "email": "team@gulpjs.com",
  28. "url": "http://gulpjs.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/gulpjs/semver-greatest-satisfied-range/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Blaine Bublitz",
  37. "email": "blaine.bublitz@gmail.com"
  38. }
  39. ],
  40. "dependencies": {
  41. "sver-compat": "^1.5.0"
  42. },
  43. "deprecated": false,
  44. "description": "Find the greatest satisfied semver range from an array of ranges.",
  45. "devDependencies": {
  46. "eslint": "^1.7.3",
  47. "eslint-config-gulp": "^2.0.0",
  48. "expect": "^1.19.0",
  49. "istanbul": "^0.4.3",
  50. "istanbul-coveralls": "^1.0.3",
  51. "jscs": "^2.3.5",
  52. "jscs-preset-gulp": "^1.0.0",
  53. "mocha": "^2.4.5"
  54. },
  55. "engines": {
  56. "node": ">= 0.10"
  57. },
  58. "files": [
  59. "index.js",
  60. "LICENSE"
  61. ],
  62. "homepage": "https://github.com/gulpjs/semver-greatest-satisfied-range#readme",
  63. "keywords": [
  64. "semver",
  65. "range",
  66. "max",
  67. "satisfied",
  68. "range",
  69. "array",
  70. "greatest"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "semver-greatest-satisfied-range",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/gulpjs/semver-greatest-satisfied-range.git"
  78. },
  79. "scripts": {
  80. "cover": "istanbul cover _mocha --report lcovonly",
  81. "coveralls": "npm run cover && istanbul-coveralls",
  82. "lint": "eslint . && jscs index.js test/",
  83. "pretest": "npm run lint",
  84. "test": "mocha --async-only"
  85. },
  86. "version": "1.1.0"
  87. }