UNPKG

reg

Version:

`reg` is a package manager for native ES Modules. It's built to enable dependency management for Universal JavaScript (JavaScript that can run in the Browser and in Node.js w/o a compiler).

33 lines (32 loc) 751 B
{ "name": "reg", "version": "1.6.15", "description": "", "main": "index.js", "browser": "browser.js", "scripts": { "build": "ipld-schema to-json Schema.md > src/schema.json", "lint": "standard", "test": "mocha test/*.spec.js" }, "bin": { "reg": "./cli.js" }, "keywords": [], "author": "Mikeal Rogers <mikeal.rogers@gmail.com> (https://www.mikealrogers.com/)", "license": "(Apache-2.0 AND MIT)", "devDependencies": { "mocha": "^6.2.2", "standard": "^14.3.1" }, "dependencies": { "@ipld/block": "^2.1.3", "@ipld/printify": "0.0.0", "@ipld/schema-gen": "0.1.0", "@ipld/unixfsv2": "0.0.1", "bent": "^7.0.4", "cids": "^0.7.1", "recast": "^0.18.5", "tmp": "^0.1.0" } }