@style.tools/async-iife
Version:
Node.js IIFE generator for @style.tools/async. Module and CLI program.
53 lines (52 loc) • 1.36 kB
JSON
{
"name": "@style.tools/async-iife",
"version": "2.0.4",
"description": "Node.js IIFE generator for @style.tools/async. Module and CLI program.",
"author": {
"name": "info@style.tools",
"email": "info@style.tools",
"web": "style.tools"
},
"main": "iife.js",
"keywords": [
"iife",
"node",
"css",
"async",
"script-loader",
"css-loader",
"generator"
],
"homepage": "https://style.tools/",
"repository": {
"type": "git",
"url": "git+https://github.com/style-tools/async-iife.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/style-tools/async-iife/issues"
},
"engines": {
"node": "~13"
},
"dependencies": {
"@style.tools/async": "2.0.4",
"commander": "^2.19.0",
"console.table": "^0.10.0",
"md5": "^2.2.1",
"memory-cache": "^0.2.0",
"request": "^2.88.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"js-combinatorics": "^0.5.4",
"micro-benchmark": "^1.3.22",
"mocha": "^3.0.2",
"npm-check": "^5.9.0"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/specs/tests.js",
"iife": "node ./iife-cli.js",
"compress": "node ./compress-cli.js"
}
}