@chiragrupani/package-install-cmd
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -17,3 +17,3 @@ "use strict"; | ||
var result = {}; | ||
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k); | ||
__setModuleDefault(result, mod); | ||
@@ -20,0 +20,0 @@ return result; |
{ | ||
"name": "@chiragrupani/package-install-cmd", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Lists the dependency and dev dependency in the project and generates commands to install them using npm", | ||
@@ -38,13 +38,13 @@ "main": "dist/index.js", | ||
"@types/chai": "^4.2.11", | ||
"@types/mocha": "^7.0.2", | ||
"@types/node": "^14.0.5", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^14.0.23", | ||
"chai": "^4.2.0", | ||
"mocha": "^7.2.0", | ||
"mocha-junit-reporter": "^1.23.3", | ||
"nyc": "^15.0.1", | ||
"mocha": "^8.0.1", | ||
"mocha-junit-reporter": "^2.0.0", | ||
"nyc": "^15.1.0", | ||
"rimraf": "^3.0.2", | ||
"ts-node": "^8.10.1", | ||
"typescript": "^3.9.3" | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.7" | ||
}, | ||
"dependencies": {} | ||
} |
## Package Install Command generator (PIC) | ||
[![npm (scoped)](https://img.shields.io/npm/v/@chiragrupani/package-install-cmd.svg?style=flat-square)](https://www.npmjs.com/package/@chiragrupani/package-install-cmd) [![npm](https://img.shields.io/npm/dt/@chiragrupani/package-install-cmd.svg?style=flat-square)](https://www.npmjs.com/package/@chiragrupani/package-install-cmd) | ||
[![Build Status](https://dev.azure.com/chiragrupani/Package%20Install%20Command/_apis/build/status/ChiragRupani.package-install-cmd?branchName=master)](https://github.com/ChiragRupani/package-install-cmd) | ||
Read package.json file and generates npm install commands for installed packages. It generates seperate commands for dev dependency, dependency and types. | ||
Available in [NPM Registry](https://www.npmjs.com/package/@chiragrupani/package-install-cmd) 🎉 | ||
Available in [NPM Registry](https://www.npmjs.com/package/@chiragrupani/package-install-cmd) | ||
@@ -7,0 +11,0 @@ > Installation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14034
90