115 lines
3.3 KiB
JSON
115 lines
3.3 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"compression-webpack-plugin@1.1.12",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_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": "version",
|
|
"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.npmjs.org/compression-webpack-plugin/-/compression-webpack-plugin-1.1.12.tgz",
|
|
"_spec": "1.1.12",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Tobias Koppers @sokra"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/webpack-contrib/compression-webpack-plugin/issues"
|
|
},
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|