{ "_from": "bigbrother-webpack-plugin@^1.1.2", "_id": "bigbrother-webpack-plugin@1.7.7", "_inBundle": false, "_integrity": "sha512-pIxPz/jKxK39YjsQKW+okIDCEFrB0ZqN1OeIQJpYgMQFPv7sYaotlbtCZ87z1lo9q+JYleRDKyJsy76L5Yh8Bg==", "_location": "/bigbrother-webpack-plugin", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "bigbrother-webpack-plugin@^1.1.2", "name": "bigbrother-webpack-plugin", "escapedName": "bigbrother-webpack-plugin", "rawSpec": "^1.1.2", "saveSpec": null, "fetchSpec": "^1.1.2" }, "_requiredBy": [ "/roadhog" ], "_resolved": "https://registry.npmmirror.com/bigbrother-webpack-plugin/-/bigbrother-webpack-plugin-1.7.7.tgz", "_shasum": "366e5310d10b26550938dc8a0bdc2667a5d2df86", "_spec": "bigbrother-webpack-plugin@^1.1.2", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/roadhog", "author": { "name": "xiaosheng" }, "bundleDependencies": false, "ci": { "type": "aci", "versions": "8, 10, 12" }, "dependencies": { "bfj": "^6.1.1", "debug": "^4.1.0", "ini": "^1.3.5", "is-ali-env": "^0.1.4", "shameimaru": "^1.0.1", "tslib": "^1.9.3", "uuid": "^3.3.2" }, "deprecated": false, "description": "bigbrother client", "devDependencies": { "@ali/ci": "^4.7.0", "@types/chai": "^4.1.7", "@types/ini": "^1.3.29", "@types/mocha": "^5.2.5", "@types/node": "^10.12.1", "@types/uuid": "^3.4.4", "@types/webpack": "^4.4.17", "chai": "^4.2.0", "husky": "^1.1.3", "lint-staged": "^8.0.4", "mm": "^2.4.1", "mocha": "^5.2.0", "np": "^5.0.1", "rimraf": "^2.6.2", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.1.3" }, "engines": { "node": ">=8.0.0" }, "keywords": [ "monitor" ], "license": "ISC", "lint-staged": { "linters": { "src/**/*.ts": "npm run lint" }, "ignore": [ "src/typings/**.ts" ] }, "main": "lib/index.js", "name": "bigbrother-webpack-plugin", "repository": { "type": "git", "url": "" }, "scripts": { "build": "npm run clean && tsc", "ci": "npm run lint && npm run test", "clean": "rimraf ./lib", "lint": "tslint --project ./tsconfig.json", "lint-staged": "lint-staged", "lint:fix": "tslint --fix --project ./tsconfig.json", "postinstall": "node postinstall.js", "precommit": "npm run lint-staged", "prepublishOnly": "npm run build && np --no-cleanup --yolo --no-publish", "test": "npm run build && TEST=1 mocha -r ts-node/register test/*.test.ts test/**/*.test.ts" }, "version": "1.7.7" }