{ "_from": "license-webpack-plugin@2.3.20", "_id": "license-webpack-plugin@2.3.20", "_inBundle": false, "_integrity": "sha512-AHVueg9clOKACSHkhmEI+PCC9x8+qsQVuKECZD3ETxETK5h/PCv5/MUzyG1gm8OMcip/s1tcNxqo9Qb7WhjGsg==", "_location": "/license-webpack-plugin", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "license-webpack-plugin@2.3.20", "name": "license-webpack-plugin", "escapedName": "license-webpack-plugin", "rawSpec": "2.3.20", "saveSpec": null, "fetchSpec": "2.3.20" }, "_requiredBy": [ "/@angular-devkit/build-angular" ], "_resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.3.20.tgz", "_shasum": "f51fb674ca31519dbedbe1c7aabc036e5a7f2858", "_spec": "license-webpack-plugin@2.3.20", "_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@angular-devkit/build-angular", "author": { "name": "S K", "url": "xz64" }, "bugs": { "url": "https://github.com/xz64/license-webpack-plugin/issues" }, "bundleDependencies": false, "dependencies": { "@types/webpack-sources": "^0.1.5", "webpack-sources": "^1.2.0" }, "deprecated": false, "description": "Outputs licenses from 3rd party libraries to a file", "devDependencies": { "@types/jest": "^22.2.2", "cross-env": "^5.2.0", "jest": "^22.4.3", "prettier": "^1.19.1", "rimraf": "^2.6.2", "ts-jest": "^22.4.2", "tslint": "^5.9.1", "tslint-config-airbnb": "^5.8.0", "tslint-config-prettier": "^1.10.0", "typescript": "^3.8.0" }, "files": [ "/dist/**/*", "/MIGRATION.md", "/DOCUMENTATION.md" ], "homepage": "https://github.com/xz64/license-webpack-plugin#readme", "keywords": [ "license", "plugin", "webpack" ], "license": "ISC", "main": "dist/index.js", "name": "license-webpack-plugin", "peerDependenciesMeta": { "webpack": { "optional": true } }, "repository": { "type": "git", "url": "git+ssh://git@github.com/xz64/license-webpack-plugin.git" }, "scripts": { "build": "yarn run format && yarn run lint && yarn run clean && tsc", "clean": "rimraf dist", "format": "cross-env prettier --single-quote --write 'src/**/*.ts'", "format:e2e": "cross-env prettier --ignore-path .gitignore --single-quote --write 'e2e/**/*.js'", "jest": "jest", "lint": "cross-env tslint 'src/**/*.ts' --project tsconfig.json", "prepublishOnly": "yarn run build", "test": "yarn run test:unit && yarn run test:e2e", "test:e2e": "yarn run format:e2e && yarn --cwd e2e/webpack-v4 && yarn --cwd e2e/webpack-v5 && jest --config jest.config.e2e.js --runInBand", "test:unit": "yarn run build && yarn run jest" }, "typings": "dist/index.d.ts", "version": "2.3.20" }