1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "license-webpack-plugin@2.3.20",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "license-webpack-plugin@2.3.20",
|
---|
10 | "_id": "license-webpack-plugin@2.3.20",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-AHVueg9clOKACSHkhmEI+PCC9x8+qsQVuKECZD3ETxETK5h/PCv5/MUzyG1gm8OMcip/s1tcNxqo9Qb7WhjGsg==",
|
---|
13 | "_location": "/license-webpack-plugin",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "license-webpack-plugin@2.3.20",
|
---|
19 | "name": "license-webpack-plugin",
|
---|
20 | "escapedName": "license-webpack-plugin",
|
---|
21 | "rawSpec": "2.3.20",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.3.20"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@angular-devkit/build-angular"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-2.3.20.tgz",
|
---|
29 | "_spec": "2.3.20",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
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 | "cross-env": "^5.2.0",
|
---|
46 | "jest": "^22.4.3",
|
---|
47 | "prettier": "^1.19.1",
|
---|
48 | "rimraf": "^2.6.2",
|
---|
49 | "ts-jest": "^22.4.2",
|
---|
50 | "tslint": "^5.9.1",
|
---|
51 | "tslint-config-airbnb": "^5.8.0",
|
---|
52 | "tslint-config-prettier": "^1.10.0",
|
---|
53 | "typescript": "^3.8.0"
|
---|
54 | },
|
---|
55 | "files": [
|
---|
56 | "/dist/**/*",
|
---|
57 | "/MIGRATION.md",
|
---|
58 | "/DOCUMENTATION.md"
|
---|
59 | ],
|
---|
60 | "homepage": "https://github.com/xz64/license-webpack-plugin#readme",
|
---|
61 | "keywords": [
|
---|
62 | "license",
|
---|
63 | "plugin",
|
---|
64 | "webpack"
|
---|
65 | ],
|
---|
66 | "license": "ISC",
|
---|
67 | "main": "dist/index.js",
|
---|
68 | "name": "license-webpack-plugin",
|
---|
69 | "peerDependenciesMeta": {
|
---|
70 | "webpack": {
|
---|
71 | "optional": true
|
---|
72 | }
|
---|
73 | },
|
---|
74 | "repository": {
|
---|
75 | "type": "git",
|
---|
76 | "url": "git+ssh://git@github.com/xz64/license-webpack-plugin.git"
|
---|
77 | },
|
---|
78 | "scripts": {
|
---|
79 | "build": "yarn run format && yarn run lint && yarn run clean && tsc",
|
---|
80 | "clean": "rimraf dist",
|
---|
81 | "format": "cross-env prettier --single-quote --write 'src/**/*.ts'",
|
---|
82 | "format:e2e": "cross-env prettier --ignore-path .gitignore --single-quote --write 'e2e/**/*.js'",
|
---|
83 | "jest": "jest",
|
---|
84 | "lint": "cross-env tslint 'src/**/*.ts' --project tsconfig.json",
|
---|
85 | "prepublishOnly": "yarn run build",
|
---|
86 | "test": "yarn run test:unit && yarn run test:e2e",
|
---|
87 | "test:e2e": "yarn run format:e2e && yarn --cwd e2e/webpack-v4 && yarn --cwd e2e/webpack-v5 && jest --config jest.config.e2e.js --runInBand",
|
---|
88 | "test:unit": "yarn run build && yarn run jest"
|
---|
89 | },
|
---|
90 | "typings": "dist/index.d.ts",
|
---|
91 | "version": "2.3.20"
|
---|
92 | }
|
---|