{ "_args": [ [ "happypack@5.0.1", "D:\\jenkins\\workspace\\xq-web-bpm" ] ], "_development": true, "_from": "happypack@5.0.1", "_id": "happypack@5.0.1", "_inBundle": false, "_integrity": "sha512-AzXVxLzX0mtv0T40Kic72rfcGK4Y2b/cDdtcyw+e+V/13ozl7x0+EZ4hvrL1rJ8MoefR9+FfUJQsK2irH0GWOw==", "_location": "/happypack", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "happypack@5.0.1", "name": "happypack", "escapedName": "happypack", "rawSpec": "5.0.1", "saveSpec": null, "fetchSpec": "5.0.1" }, "_requiredBy": [ "#DEV:/" ], "_resolved": "https://registry.npmjs.org/happypack/-/happypack-5.0.1.tgz", "_spec": "5.0.1", "_where": "D:\\jenkins\\workspace\\xq-web-bpm", "author": { "name": "Ahmad Amireh" }, "bugs": { "url": "https://github.com/amireh/happypack/issues" }, "dependencies": { "async": "1.5.0", "json-stringify-safe": "5.0.1", "loader-utils": "1.1.0", "serialize-error": "^2.1.0" }, "description": "webpack speed booster, makes you happy!", "devDependencies": { "codecov": "1.0.1", "eslint": "4.18.2", "mocha": "3.0.1", "multiline-slash": "2.0.0", "nyc": "11.6.0" }, "engines": { "node": ">=6.11.5" }, "files": [ "lib", "CHANGELOG.md", "LICENSE", "loader.js", "README.md" ], "homepage": "https://github.com/amireh/happypack#readme", "keywords": [ "webpack", "plugin", "fast", "speed", "performance", "compilation", "transformer", "loader", "happiness", "happy" ], "license": "MIT", "main": "./lib/HappyPlugin.js", "name": "happypack", "nyc": { "include": [ "lib/*.js" ], "exclude": [ "lib/**/*.test.js" ] }, "repository": { "type": "git", "url": "git+ssh://git@github.com/amireh/happypack.git" }, "scripts": { "coverage": "nyc report", "coverage:ci": "nyc report --reporter=text-lcov > tmp/coverage.lcov && codecov --disable search -f tmp/coverage.lcov", "coverage:html": "nyc report --reporter html", "lint": "eslint lib", "prepublishOnly": "npm run lint && npm run test:webpack1 && npm run test:webpack2 && npm run test:webpack3 && npm run test:webpack4 && npm run test:examples", "test": "npm run test:webpack1", "test:coverage": "nyc --silent npm run test:webpack1 && nyc --silent --no-clean npm run test:webpack2 && nyc --silent --no-clean npm run test:webpack3 && nyc --no-clean npm run test:webpack4", "test:examples": "./examples/build-all.sh", "test:webpack1": "NODE_PATH='./packages:./upstream/webpack1/node_modules' mocha --opts .mocha", "test:webpack2": "NODE_PATH='./packages:./upstream/webpack2/node_modules' mocha --opts .mocha", "test:webpack3": "NODE_PATH='./packages:./upstream/webpack3/node_modules' mocha --opts .mocha", "test:webpack4": "NODE_PATH='./packages:./upstream/webpack4/node_modules' mocha --opts .mocha" }, "version": "5.0.1" }