You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
2.8 KiB
92 lines
2.8 KiB
{
|
|
"_args": [
|
|
[
|
|
"license-webpack-plugin@2.3.20",
|
|
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_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",
|
|
"_spec": "2.3.20",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
|
|
"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",
|
|
"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"
|
|
}
|