| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "_from": "compression-webpack-plugin@^1.1.12",
- "_id": "compression-webpack-plugin@1.1.12",
- "_inBundle": false,
- "_integrity": "sha512-UpBXSHbrCSdSZieAffqXlAQpLO2fikVVRYibrWlbHYzKpOw1Y4jwkVZ/+S91GzWuJvXSbc8SBy/e8fQJh8uEMQ==",
- "_location": "/compression-webpack-plugin",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "compression-webpack-plugin@^1.1.12",
- "name": "compression-webpack-plugin",
- "escapedName": "compression-webpack-plugin",
- "rawSpec": "^1.1.12",
- "saveSpec": null,
- "fetchSpec": "^1.1.12"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.npmmirror.com/compression-webpack-plugin/-/compression-webpack-plugin-1.1.12.tgz",
- "_shasum": "becd2aec620ace96bb3fe9a42a55cf48acc8b4d4",
- "_spec": "compression-webpack-plugin@^1.1.12",
- "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web",
- "author": {
- "name": "Tobias Koppers @sokra"
- },
- "bugs": {
- "url": "https://github.com/webpack-contrib/compression-webpack-plugin/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "cacache": "^10.0.1",
- "find-cache-dir": "^1.0.0",
- "neo-async": "^2.5.0",
- "serialize-javascript": "^1.4.0",
- "webpack-sources": "^1.0.1"
- },
- "deprecated": false,
- "description": "Prepare compressed versions of assets to serve them with Content-Encoding",
- "devDependencies": {
- "babel-cli": "^6.26.0",
- "babel-jest": "^23.4.2",
- "babel-plugin-transform-object-rest-spread": "^6.26.0",
- "babel-polyfill": "^6.26.0",
- "babel-preset-env": "^1.6.1",
- "cross-env": "^5.1.0",
- "del-cli": "^1.1.0",
- "eslint": "^4.9.0",
- "eslint-config-webpack": "^1.2.5",
- "eslint-plugin-import": "^2.8.0",
- "file-loader": "^2.0.0",
- "jest": "^23.5.0",
- "lint-staged": "^7.2.2",
- "nsp": "^3.2.1",
- "pre-commit": "^1.2.2",
- "standard-version": "^4.2.0",
- "webpack": "^4.17.1",
- "webpack-defaults": "^1.6.0"
- },
- "engines": {
- "node": ">= 4.8 < 5.0.0 || >= 5.10"
- },
- "files": [
- "dist"
- ],
- "homepage": "https://webpack.js.org/plugins/compression-webpack-plugin/",
- "license": "MIT",
- "lint-staged": {
- "linters": {
- "*.js": [
- "eslint --fix",
- "git add"
- ]
- },
- "ignore": [
- "**/fixtures/**"
- ]
- },
- "main": "dist/cjs.js",
- "name": "compression-webpack-plugin",
- "peerDependencies": {
- "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
- },
- "pre-commit": "lint-staged",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/webpack-contrib/compression-webpack-plugin.git"
- },
- "scripts": {
- "appveyor:test": "npm run test",
- "build": "cross-env NODE_ENV=production babel src -d dist --ignore 'src/**/*.test.js'",
- "clean": "del-cli dist",
- "lint": "eslint --cache src test --ignore-pattern fixtures",
- "lint-staged": "lint-staged",
- "prebuild": "npm run clean",
- "prepare": "npm run build",
- "release": "standard-version",
- "security": "nsp check",
- "start": "npm run build -- -w",
- "test": "jest",
- "test:coverage": "jest --collectCoverageFrom='src/**/*.js' --coverage",
- "test:watch": "jest --watch",
- "travis:coverage": "npm run test:coverage -- --runInBand",
- "travis:lint": "npm run lint && npm run security",
- "travis:test": "npm run test -- --runInBand",
- "webpack-defaults": "webpack-defaults"
- },
- "version": "1.1.12"
- }
|