{ "_args": [ [ "license-webpack-plugin@2.1.2", "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI" ] ], "_development": true, "_from": "license-webpack-plugin@2.1.2", "_id": "license-webpack-plugin@2.1.2", "_inBundle": false, "_integrity": "sha512-7poZHRla+ae0eEButlwMrPpkXyhNVBf2EHePYWT0jyLnI6311/OXJkTI2sOIRungRpQgU2oDMpro5bSFPT5F0A==", "_location": "/license-webpack-plugin", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "license-webpack-plugin@2.1.2", "name": "license-webpack-plugin", "escapedName": "license-webpack-plugin", "rawSpec": "2.1.2", "saveSpec": null, "fetchSpec": "2.1.2" }, "_requiredBy": [ "/@angular-devkit/build-angular" ], "_resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.1.2.tgz", "_spec": "2.1.2", "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI", "author": { "name": "S K", "url": "xz64" }, "bugs": { "url": "https://github.com/xz64/license-webpack-plugin/issues" }, "dependencies": { "@types/webpack-sources": "^0.1.5", "webpack-sources": "^1.2.0" }, "description": "Outputs licenses from 3rd party libraries to a file", "devDependencies": { "@types/jest": "^22.2.2", "@types/node": "^8.10.0", "cross-env": "^5.2.0", "jest": "^22.4.3", "prettier": "^1.11.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": "^2.7.2" }, "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", "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": "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 && jest --config jest.config.e2e.js --runInBand", "test:unit": "yarn run build && yarn run jest" }, "typings": "dist/index.d.ts", "version": "2.1.2" }