{"library":"o3","type":"library","category":null,"description":"The `o3` package, also known as Ozone, is a JavaScript class framework designed to bring enhanced object-oriented programming capabilities to ES5 environments. Released as version 1.0.3, its last significant update was over five years ago, indicating it is no longer actively maintained and can be considered abandoned. It aimed to provide class-like inheritance and structure at a time when native ES6 classes were not widely supported, offering an alternative to transpilers like Babel or TypeScript for class definitions. The framework requires an ES5-compatible environment, specifically relying on `Object.create` and ES5 property enumeration features. Its primary differentiator was enabling robust class inheritance in older runtimes without needing a build step. Due to its age and the universal adoption of native ES6 classes, its utility in modern JavaScript development is minimal.","language":"javascript","status":"abandoned","version":"1.0.3","tags":["javascript","inheritance","class","ES5","object-oriented","abstract method"],"install":[{"cmd":"npm install o3","imports":["const o3 = require(\"o3\");","const { Class } = require(\"o3\");","const Class = o3.Class; // after const o3 = require('o3');"]},{"cmd":"yarn add o3","imports":[]},{"cmd":"pnpm add o3","imports":[]}],"homepage":null,"github":"https://github.com/inf3rno/o3","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/o3","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/o3/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}