{"library":"es6-micro-loader","type":"library","category":null,"description":"A minimal ES6 System loader polyfill for browsers and Node.js, implementing the System.register() format for ES modules. Current stable version is 0.2.1, with infrequent releases. Unlike full implementations like SystemJS, it focuses on a tiny subset of the spec to maintain ES module semantics while remaining lightweight. Supports anonymous and named modules, basic network fetching in browsers, and direct file import in Node.js. Requires a separate Promise polyfill (es6-promise or bluebird). Not actively maintained; consider upgrading to SystemJS for full spec compliance.","language":"javascript","status":"maintenance","version":"0.2.1","tags":["javascript","es6","module","loader","system","register"],"last_verified":"Fri May 01","install":[{"cmd":"npm install es6-micro-loader","imports":["var System = require('es6-micro-loader');","System.import('path/to/module').then(function(mod) { /* ... */ });","System.has('module-name')"]},{"cmd":"yarn add es6-micro-loader","imports":[]},{"cmd":"pnpm add es6-micro-loader","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/es6-micro-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}