{"id":17771452,"url":"https://github.com/rootslab/mph","last_synced_at":"2025-09-03T20:36:56.604Z","repository":{"id":27455376,"uuid":"30934164","full_name":"rootslab/mph","owner":"rootslab","description":"Mph.","archived":false,"fork":false,"pushed_at":"2015-02-17T19:47:08.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-20T11:08:33.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rootslab.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-17T19:43:38.000Z","updated_at":"2015-02-17T22:12:02.000Z","dependencies_parsed_at":"2022-09-18T20:52:44.504Z","dependency_job_id":null,"html_url":"https://github.com/rootslab/mph","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootslab%2Fmph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootslab%2Fmph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootslab%2Fmph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootslab%2Fmph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rootslab","download_url":"https://codeload.github.com/rootslab/mph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246660075,"owners_count":20813338,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-26T21:33:01.723Z","updated_at":"2025-04-01T15:18:28.447Z","avatar_url":"https://github.com/rootslab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Mph\n\n[![NPM VERSION](http://img.shields.io/npm/v/mph.svg?style=flat)](https://www.npmjs.org/package/mph)\n[![CODACY BADGE](https://img.shields.io/codacy/b18ed7d95b0a4707a0ff7b88b30d3def.svg?style=flat)](https://www.codacy.com/public/44gatti/mph)\n[![CODECLIMATE](http://img.shields.io/codeclimate/github/rootslab/mph.svg?style=flat)](https://codeclimate.com/github/rootslab/mph)\n[![CODECLIMATE-TEST-COVERAGE](https://img.shields.io/codeclimate/coverage/github/rootslab/mph.svg?style=flat)](https://codeclimate.com/github/rootslab/mph)\n[![LICENSE](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/rootslab/mph#mit-license)\n\n[![TRAVIS CI BUILD](http://img.shields.io/travis/rootslab/mph.svg?style=flat)](http://travis-ci.org/rootslab/mph)\n[![BUILD STATUS](http://img.shields.io/david/rootslab/mph.svg?style=flat)](https://david-dm.org/rootslab/mph)\n[![DEVDEPENDENCY STATUS](http://img.shields.io/david/dev/rootslab/mph.svg?style=flat)](https://david-dm.org/rootslab/mph#info=devDependencies)\n[![NPM DOWNLOADS](http://img.shields.io/npm/dm/mph.svg?style=flat)](http://npm-stat.com/charts.html?package=mph)\n\n[![NPM GRAPH1](https://nodei.co/npm-dl/mph.png)](https://nodei.co/npm/mph/)\n\n[![NPM GRAPH2](https://nodei.co/npm/mph.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://nodei.co/npm/mph/)\n\n[![status](https://sourcegraph.com/api/repos/github.com/rootslab/mph/.badges/status.png)](https://sourcegraph.com/github.com/rootslab/mph)\n[![views](https://sourcegraph.com/api/repos/github.com/rootslab/mph/.counters/views.png)](https://sourcegraph.com/github.com/rootslab/mph)\n[![views 24h](https://sourcegraph.com/api/repos/github.com/rootslab/mph/.counters/views-24h.png)](https://sourcegraph.com/github.com/rootslab/mph)\n\n\u003e __Mph__.\n\n###Install\n\n```bash\n$ npm install mph [-g]\n```\n\n\u003e __require__:\n\n```javascript\nvar Mph  = require( 'mph' );\n```\n###Run Tests\n\n\u003e __to run all test files, install devDependecies:__\n\n```bash\n $ cd mph/\n # install or update devDependecies\n $ npm install\n # run tests\n $ npm test\n```\n\u003e __to execute a single test file simply do__:\n\n```bash\n $ node test/file-name.js\n```\n\n###Constructor\n\n```javascript\nMph( [ Object opt ] )\n// or\nnew Mph( [ Object opt ] )\n```\n\n####Options\n\n\u003e Default options are listed.\n\n```javascript\nopt = {\n}\n```\n\n###Properties\n\n```javascript\n /*\n  * Instance configuration object.\n  */\n Mph.options : Object\n\n```\n\n###Methods\n\n\u003e Arguments within [ ] are optional.\n\n```javascript\n/*\n */\nMph#do : function () : Mph\n\n```\n\n### MIT License\n\n\u003e Copyright (c) 2015 \u0026lt; Guglielmo Ferri : 44gatti@gmail.com \u0026gt;\n\n\u003e Permission is hereby granted, free of charge, to any person obtaining\n\u003e a copy of this software and associated documentation files (the\n\u003e 'Software'), to deal in the Software without restriction, including\n\u003e without limitation the rights to use, copy, modify, merge, publish,\n\u003e distribute, sublicense, and/or sell copies of the Software, and to\n\u003e permit persons to whom the Software is furnished to do so, subject to\n\u003e the following conditions:\n\n\u003e __The above copyright notice and this permission notice shall be\n\u003e included in all copies or substantial portions of the Software.__\n\n\u003e THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,\n\u003e EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\n\u003e MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\n\u003e IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\n\u003e CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\n\u003e TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\n\u003e SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n[![GA](https://ga-beacon.appspot.com/UA-53998692-1/mph/Readme?pixel)](https://github.com/igrigorik/ga-beacon)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootslab%2Fmph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootslab%2Fmph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootslab%2Fmph/lists"}