Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/lassiecoder/mutual-funding-app/server/node_modules/semver/

CHANGELOG.md /cody/lassiecoder/mutual-funding-app/server/node_modules/semver/CHANGELOG.md
32 Views
0 Comments
# changes log

## 5.7

* Add `minVersion` method

## 5.6

LICENSE /cody/lassiecoder/mutual-funding-app/server/node_modules/semver/LICENSE
29 Views
0 Comments
The ISC License

Copyright (c) Isaac Z. Schlueter and Contributors

Permission to use, copy, modify, and/or distribute this soft
README.md /cody/lassiecoder/mutual-funding-app/server/node_modules/semver/README.md
16 Views
0 Comments
semver(1) -- The semantic versioner for npm
===========================================

## Install

```bash
npm install --save
bin /cody/lassiecoder/mutual-funding-app/server/node_modules/semver/bin/
1 Items
  • semver
  • package.json /cody/lassiecoder/mutual-funding-app/server/node_modules/semver/package.json
    13 Views
    0 Comments
    {
    "name": "semver",
    "version": "5.7.1",
    "description": "The semantic version parser used by npm.",
    "main": "semver.js",

    range.bnf /cody/lassiecoder/mutual-funding-app/server/node_modules/semver/range.bnf
    30 Views
    0 Comments
    range-set ::= range ( logical-or range ) *
    logical-or ::= ( ' ' ) * '||' ( ' ' ) *
    range ::= hyphen | simple ( ' ' simple
    semver.js /cody/lassiecoder/mutual-funding-app/server/node_modules/semver/semver.js
    5 Views
    0 Comments
    exports = module.exports = SemVer

    var debug
    /* istanbul ignore next */
    if (typeof process === 'object' &&
    process.env &&