git-repo-init
Advanced tools
Comparing version 1.0.4 to 1.0.5
131
package.json
{ | ||
"name": "git-repo-init", | ||
"version": "1.0.4", | ||
"description": "git initialisation repo", | ||
"version": "1.0.5", | ||
"description": "The NPM package for the git initialisation!", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node index.js" | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"keywords": [ | ||
"Git", | ||
"init" | ||
], | ||
"bin": { | ||
"git-repo-init": "index.js" | ||
}, | ||
"author": "RaxRaj", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@octokit/rest": "^16.37.0", | ||
"ansi-escapes": "^4.3.0", | ||
"ansi-regex": "^5.0.0", | ||
"ansi-styles": "^4.2.1", | ||
"atob-lite": "^2.0.0", | ||
"before-after-hook": "^2.1.0", | ||
"btoa-lite": "^1.0.0", | ||
"chalk": "^3.0.0", | ||
"chardet": "^0.7.0", | ||
"clear": "^0.1.0", | ||
"cli-color": "^0.3.2", | ||
"cli-cursor": "^3.1.0", | ||
"cli-width": "^2.2.0", | ||
"clui": "^0.3.6", | ||
"color-convert": "^2.0.1", | ||
"color-name": "^1.1.4", | ||
"configstore": "^5.0.0", | ||
"cross-spawn": "^6.0.5", | ||
"crypto-random-string": "^2.0.0", | ||
"d": "^0.1.1", | ||
"debug": "^4.1.1", | ||
"deprecation": "^2.3.1", | ||
"dot-prop": "^5.2.0", | ||
"emoji-regex": "^8.0.0", | ||
"end-of-stream": "^1.4.4", | ||
"es5-ext": "^0.10.53", | ||
"es6-iterator": "^2.0.3", | ||
"es6-symbol": "^3.1.3", | ||
"es6-weak-map": "^0.1.4", | ||
"escape-string-regexp": "^1.0.5", | ||
"event-emitter": "^0.3.5", | ||
"execa": "^1.0.0", | ||
"ext": "^1.4.0", | ||
"external-editor": "^3.1.0", | ||
"figlet": "^1.2.4", | ||
"figures": "^3.1.0", | ||
"get-stream": "^4.1.0", | ||
"graceful-fs": "^4.2.3", | ||
"has-flag": "^4.0.0", | ||
"iconv-lite": "^0.4.24", | ||
"imurmurhash": "^0.1.4", | ||
"inquirer": "^7.0.3", | ||
"is-fullwidth-code-point": "^3.0.0", | ||
"is-obj": "^2.0.0", | ||
"is-plain-object": "^3.0.0", | ||
"is-promise": "^2.1.0", | ||
"is-stream": "^1.1.0", | ||
"is-typedarray": "^1.0.0", | ||
"isexe": "^2.0.0", | ||
"isobject": "^4.0.0", | ||
"lodash": "^4.17.15", | ||
"lodash.get": "^4.4.2", | ||
"lodash.set": "^4.3.2", | ||
"lodash.uniq": "^4.5.0", | ||
"lru-queue": "^0.1.0", | ||
"macos-release": "^2.3.0", | ||
"make-dir": "^3.0.0", | ||
"memoizee": "^0.3.10", | ||
"mimic-fn": "^2.1.0", | ||
"minimist": "^1.2.0", | ||
"simple-git": "^1.129.0" | ||
"ms": "^2.1.2", | ||
"mute-stream": "^0.0.8", | ||
"next-tick": "^1.0.0", | ||
"nice-try": "^1.0.5", | ||
"node-fetch": "^2.6.0", | ||
"npm-run-path": "^2.0.2", | ||
"octokit-pagination-methods": "^1.1.0", | ||
"once": "^1.4.0", | ||
"onetime": "^5.1.0", | ||
"os-name": "^3.1.0", | ||
"os-tmpdir": "^1.0.2", | ||
"p-finally": "^1.0.0", | ||
"path-key": "^2.0.1", | ||
"pump": "^3.0.0", | ||
"restore-cursor": "^3.1.0", | ||
"run-async": "^2.3.0", | ||
"rxjs": "^6.5.4", | ||
"safer-buffer": "^2.1.2", | ||
"semver": "^6.3.0", | ||
"shebang-command": "^1.2.0", | ||
"shebang-regex": "^1.0.0", | ||
"signal-exit": "^3.0.2", | ||
"simple-git": "^1.129.0", | ||
"string-width": "^4.2.0", | ||
"strip-ansi": "^5.2.0", | ||
"strip-eof": "^1.0.0", | ||
"supports-color": "^7.1.0", | ||
"through": "^2.3.8", | ||
"timers-ext": "^0.1.7", | ||
"tmp": "^0.0.33", | ||
"tslib": "^1.10.0", | ||
"type": "^1.2.0", | ||
"type-fest": "^0.8.1", | ||
"typedarray-to-buffer": "^3.1.5", | ||
"unique-string": "^2.0.0", | ||
"universal-user-agent": "^4.0.0", | ||
"which": "^1.3.1", | ||
"windows-release": "^3.2.0", | ||
"wrappy": "^1.0.2", | ||
"write-file-atomic": "^3.0.1", | ||
"xdg-basedir": "^4.0.0" | ||
}, | ||
"directories": { | ||
"lib": "lib" | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "node index.js" | ||
}, | ||
"devDependencies": {}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/raxraj/learnCLI.git" | ||
"url": "git+https://github.com/raxraj/git-repo-init.git" | ||
}, | ||
"keywords": [ | ||
"git", | ||
"init", | ||
"git-repo-init", | ||
"cli", | ||
"git-cli" | ||
], | ||
"author": "raxraj", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/raxraj/learnCLI/issues" | ||
"url": "https://github.com/raxraj/git-repo-init/issues" | ||
}, | ||
"homepage": "https://github.com/raxraj/learnCLI#readme" | ||
"homepage": "https://github.com/raxraj/git-repo-init#readme" | ||
} |
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
11368
101
+ Addedansi-escapes@^4.3.0
+ Addedansi-regex@^5.0.0
+ Addedansi-styles@^4.2.1
+ Addedatob-lite@^2.0.0
+ Addedbefore-after-hook@^2.1.0
+ Addedbtoa-lite@^1.0.0
+ Addedchardet@^0.7.0
+ Addedcli-color@^0.3.2
+ Addedcli-cursor@^3.1.0
+ Addedcli-width@^2.2.0
+ Addedcolor-convert@^2.0.1
+ Addedcolor-name@^1.1.4
+ Addedcross-spawn@^6.0.5
+ Addedcrypto-random-string@^2.0.0
+ Addedd@^0.1.1
+ Addeddebug@^4.1.1
+ Addeddeprecation@^2.3.1
+ Addeddot-prop@^5.2.0
+ Addedemoji-regex@^8.0.0
+ Addedend-of-stream@^1.4.4
+ Addedes5-ext@^0.10.53
+ Addedes6-iterator@^2.0.3
+ Addedes6-symbol@^3.1.3
+ Addedes6-weak-map@^0.1.4
+ Addedescape-string-regexp@^1.0.5
+ Addedevent-emitter@^0.3.5
+ Addedexeca@^1.0.0
+ Addedext@^1.4.0
+ Addedexternal-editor@^3.1.0
+ Addedfigures@^3.1.0
+ Addedget-stream@^4.1.0
+ Addedgraceful-fs@^4.2.3
+ Addedhas-flag@^4.0.0
+ Addediconv-lite@^0.4.24
+ Addedimurmurhash@^0.1.4
+ Addedis-obj@^2.0.0
+ Addedis-plain-object@^3.0.0
+ Addedis-promise@^2.1.0
+ Addedis-stream@^1.1.0
+ Addedis-typedarray@^1.0.0
+ Addedisexe@^2.0.0
+ Addedisobject@^4.0.0
+ Addedlodash.get@^4.4.2
+ Addedlodash.set@^4.3.2
+ Addedlodash.uniq@^4.5.0
+ Addedlru-queue@^0.1.0
+ Addedmacos-release@^2.3.0
+ Addedmake-dir@^3.0.0
+ Addedmemoizee@^0.3.10
+ Addedmimic-fn@^2.1.0
+ Addedms@^2.1.2
+ Addedmute-stream@^0.0.8
+ Addednext-tick@^1.0.0
+ Addednice-try@^1.0.5
+ Addednode-fetch@^2.6.0
+ Addednpm-run-path@^2.0.2
+ Addedonce@^1.4.0
+ Addedonetime@^5.1.0
+ Addedos-name@^3.1.0
+ Addedos-tmpdir@^1.0.2
+ Addedp-finally@^1.0.0
+ Addedpath-key@^2.0.1
+ Addedpump@^3.0.0
+ Addedrestore-cursor@^3.1.0
+ Addedrun-async@^2.3.0
+ Addedrxjs@^6.5.4
+ Addedsafer-buffer@^2.1.2
+ Addedsemver@^6.3.0
+ Addedshebang-command@^1.2.0
+ Addedshebang-regex@^1.0.0
+ Addedsignal-exit@^3.0.2
+ Addedstring-width@^4.2.0
+ Addedstrip-ansi@^5.2.0
+ Addedstrip-eof@^1.0.0
+ Addedsupports-color@^7.1.0
+ Addedthrough@^2.3.8
+ Addedtimers-ext@^0.1.7
+ Addedtmp@^0.0.33
+ Addedtslib@^1.10.0
+ Addedtype@^1.2.0
+ Addedtype-fest@^0.8.1
+ Addedtypedarray-to-buffer@^3.1.5
+ Addedunique-string@^2.0.0
+ Addeduniversal-user-agent@^4.0.0
+ Addedwhich@^1.3.1
+ Addedwindows-release@^3.2.0
+ Addedwrappy@^1.0.2
+ Addedwrite-file-atomic@^3.0.1
+ Addedxdg-basedir@^4.0.0
+ Addedansi-regex@4.1.1(transitive)
+ Addedcli-color@0.3.3(transitive)
+ Addedcli-width@2.2.1(transitive)
+ Addedis-plain-object@3.0.1(transitive)
+ Addedis-promise@2.2.2(transitive)
+ Addedisobject@4.0.0(transitive)
+ Addedstrip-ansi@5.2.0(transitive)
+ Addedtype@1.2.0(transitive)
+ Addedtype-fest@0.8.1(transitive)