UNPKG

mathjs

Version:

Math.js is an extensive math library for JavaScript and Node.js. It features a flexible expression parser with support for symbolic computation, comes with a large set of built-in functions and constants, and offers an integrated solution to work with dif

97 lines (96 loc) 2.37 kB
{ "_from": "webpack-cli@4.5.0", "_id": "webpack-cli@4.5.0", "_inBundle": false, "_integrity": "sha512-wXg/ef6Ibstl2f50mnkcHblRPN/P9J4Nlod5Hg9HGFgSeF8rsqDGHJeVe4aR26q9l62TUJi6vmvC2Qz96YJw1Q==", "_location": "/webpack-cli", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "webpack-cli@4.5.0", "name": "webpack-cli", "escapedName": "webpack-cli", "rawSpec": "4.5.0", "saveSpec": null, "fetchSpec": "4.5.0" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.5.0.tgz", "_shasum": "b5213b84adf6e1f5de6391334c9fa53a48850466", "_spec": "webpack-cli@4.5.0", "_where": "C:\\Users\\wjosd\\projects\\mathjs\\examples\\advanced", "bin": { "webpack-cli": "bin/cli.js" }, "bugs": { "url": "https://github.com/webpack/webpack-cli/issues" }, "bundleDependencies": false, "dependencies": { "@discoveryjs/json-ext": "^0.5.0", "@webpack-cli/configtest": "^1.0.1", "@webpack-cli/info": "^1.2.2", "@webpack-cli/serve": "^1.3.0", "colorette": "^1.2.1", "commander": "^7.0.0", "enquirer": "^2.3.6", "execa": "^5.0.0", "fastest-levenshtein": "^1.0.12", "import-local": "^3.0.2", "interpret": "^2.2.0", "rechoir": "^0.7.0", "v8-compile-cache": "^2.2.0", "webpack-merge": "^5.7.3" }, "deprecated": false, "description": "CLI for webpack & friends", "engines": { "node": ">=10.13.0" }, "files": [ "bin", "lib" ], "gitHead": "3bbda71e9637b7d20f3f49f9e080e27d8d8ae929", "homepage": "https://github.com/webpack/webpack-cli#readme", "keywords": [ "webpack", "cli", "scaffolding", "module", "bundler", "web" ], "license": "MIT", "main": "./lib/index.js", "name": "webpack-cli", "peerDependencies": { "webpack": "4.x.x || 5.x.x" }, "peerDependenciesMeta": { "@webpack-cli/generators": { "optional": true }, "@webpack-cli/init": { "optional": true }, "@webpack-cli/migrate": { "optional": true }, "webpack-bundle-analyzer": { "optional": true }, "webpack-dev-server": { "optional": true } }, "repository": { "type": "git", "url": "git+https://github.com/webpack/webpack-cli.git" }, "version": "4.5.0" }