package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "license-webpack-plugin@2.1.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "license-webpack-plugin@2.1.2",
  10. "_id": "license-webpack-plugin@2.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-7poZHRla+ae0eEButlwMrPpkXyhNVBf2EHePYWT0jyLnI6311/OXJkTI2sOIRungRpQgU2oDMpro5bSFPT5F0A==",
  13. "_location": "/license-webpack-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "license-webpack-plugin@2.1.2",
  19. "name": "license-webpack-plugin",
  20. "escapedName": "license-webpack-plugin",
  21. "rawSpec": "2.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.2"
  24. },
  25. "_requiredBy": [
  26. "/@angular-devkit/build-angular"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.1.2.tgz",
  29. "_spec": "2.1.2",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "S K",
  33. "url": "xz64"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/xz64/license-webpack-plugin/issues"
  37. },
  38. "dependencies": {
  39. "@types/webpack-sources": "^0.1.5",
  40. "webpack-sources": "^1.2.0"
  41. },
  42. "description": "Outputs licenses from 3rd party libraries to a file",
  43. "devDependencies": {
  44. "@types/jest": "^22.2.2",
  45. "@types/node": "^8.10.0",
  46. "cross-env": "^5.2.0",
  47. "jest": "^22.4.3",
  48. "prettier": "^1.11.1",
  49. "rimraf": "^2.6.2",
  50. "ts-jest": "^22.4.2",
  51. "tslint": "^5.9.1",
  52. "tslint-config-airbnb": "^5.8.0",
  53. "tslint-config-prettier": "^1.10.0",
  54. "typescript": "^2.7.2"
  55. },
  56. "files": [
  57. "/dist/**/*",
  58. "/MIGRATION.md",
  59. "/DOCUMENTATION.md"
  60. ],
  61. "homepage": "https://github.com/xz64/license-webpack-plugin#readme",
  62. "keywords": [
  63. "license",
  64. "plugin",
  65. "webpack"
  66. ],
  67. "license": "ISC",
  68. "main": "dist/index.js",
  69. "name": "license-webpack-plugin",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+ssh://git@github.com/xz64/license-webpack-plugin.git"
  73. },
  74. "scripts": {
  75. "build": "yarn run format && yarn run lint && yarn run clean && tsc",
  76. "clean": "rimraf dist",
  77. "format": "cross-env prettier --single-quote --write 'src/**/*.ts'",
  78. "format:e2e": "cross-env prettier --ignore-path .gitignore --single-quote --write 'e2e/**/*.js'",
  79. "jest": "jest",
  80. "lint": "tslint 'src/**/*.ts' --project tsconfig.json",
  81. "prepublishOnly": "yarn run build",
  82. "test": "yarn run test:unit && yarn run test:e2e",
  83. "test:e2e": "yarn run format:e2e && yarn --cwd e2e/webpack-v4 && jest --config jest.config.e2e.js --runInBand",
  84. "test:unit": "yarn run build && yarn run jest"
  85. },
  86. "typings": "dist/index.d.ts",
  87. "version": "2.1.2"
  88. }