UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

69 lines (68 loc) 2.06 kB
{ "_args": [ [ "image-webpack-loader@3.3.1", "/Users/robert/Code/core-ui/packages/cosmo-ui-build" ] ], "_from": "image-webpack-loader@3.3.1", "_id": "image-webpack-loader@3.3.1", "_inBundle": false, "_integrity": "sha1-0tcr4CT4l15IyYTyQBwMSEiXy9M=", "_location": "/image-webpack-loader", "_phantomChildren": { "big.js": "3.2.0", "emojis-list": "2.1.0", "json5": "0.5.1" }, "_requested": { "type": "version", "registry": true, "raw": "image-webpack-loader@3.3.1", "name": "image-webpack-loader", "escapedName": "image-webpack-loader", "rawSpec": "3.3.1", "saveSpec": null, "fetchSpec": "3.3.1" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/image-webpack-loader/-/image-webpack-loader-3.3.1.tgz", "_spec": "3.3.1", "_where": "/Users/robert/Code/core-ui/packages/cosmo-ui-build", "author": { "name": "Thomas Coopman @tcoopman" }, "bugs": { "url": "https://github.com/tcoopman/image-webpack-loader/issues" }, "dependencies": { "imagemin": "^5.2.2", "imagemin-gifsicle": "^5.1.0", "imagemin-mozjpeg": "^6.0.0", "imagemin-optipng": "^5.2.1", "imagemin-pngquant": "^5.0.0", "imagemin-svgo": "^5.2.1", "loader-utils": "^1.1.0", "object-assign": "^4.1.1" }, "description": "Image loader module for webpack", "devDependencies": { "file-loader": "^0.10.1" }, "homepage": "https://github.com/tcoopman/image-webpack-loader#readme", "license": "MIT", "name": "image-webpack-loader", "repository": { "type": "git", "url": "git+ssh://git@github.com/tcoopman/image-webpack-loader.git" }, "scripts": { "test": "npm run test:webpack1 && npm run test:webpack2", "test:clean": "rm -rf test/public/assets", "test:webpack1": "npm install -q webpack@1.x && npm run test:clean && webpack --config test/webpack1.config.js", "test:webpack2": "npm install -q webpack@2.x && npm run test:clean && webpack --config test/webpack2.config.js" }, "version": "3.3.1" }