open-source-uc/validate-uc-number-js

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@open-source-uc/validate-uc-number",
  "version": "0.1.1",
  "description": "Universal Javascript module to validate UC alumni identifier numbers.",
  "main": "index.js",
  "scripts": {
    "test": "mocha"
  },
  "bin": {
    "validate-uc-number": "bin/validate"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/open-source-uc/validate-uc-number-js"
  },
  "keywords": [
    "chile",
    "puc",
    "uc"
  ],
  "author": "Patricio López <patricio@lopezjuri.com> (https://lopezjuri.com)",
  "contributors": [
    "Pedro Pablo Aste (http://www.wachunei.com)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/open-source-uc/validate-uc-number-js/issues"
  },
  "homepage": "https://github.com/open-source-uc/validate-uc-number-js#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^9.0.2"
  }
}