Dependencies/conventional-changelog/node_modules/conventional-changelog-cli/node_modules/dargs/package.json
{ "_from": "dargs@^4.0.1", "_id": "dargs@4.1.0", "_inBundle": false, "_integrity": "sha1-A6nbtLXC8Tm/FK5T8LiipqhvThc=", "_location": "/conventional-changelog-cli/dargs", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "dargs@^4.0.1", "name": "dargs", "escapedName": "dargs", "rawSpec": "^4.0.1", "saveSpec": null, "fetchSpec": "^4.0.1" }, "_requiredBy": [ "/conventional-changelog-cli/git-raw-commits" ], "_resolved": "https://registry.npmjs.org/dargs/-/dargs-4.1.0.tgz", "_shasum": "03a9dbb4b5c2f139bf14ae53f0b8a2a6a86f4e17", "_spec": "dargs@^4.0.1", "_where": "C:\\Users\\PLARSIK\\Dropbox\\Workspace\\abb\\Projects\\ABB.Ability.Tools\\InvokeAbilityHelpers\\executables\\conventional-changelog\\node_modules\\conventional-changelog-cli\\node_modules\\git-raw-commits", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/dargs/issues" }, "bundleDependencies": false, "dependencies": { "number-is-nan": "^1.0.0" }, "deprecated": false, "description": "Reverse minimist. Convert an object of options into an array of command-line arguments.", "devDependencies": { "array-equal": "^1.0.0", "ava": "*", "xo": "*" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "homepage": "https://github.com/sindresorhus/dargs#readme", "keywords": [ "options", "arguments", "args", "flags", "cli", "nopt", "minimist", "bin", "binary", "command", "cmd", "reverse", "inverse", "opposite", "invert", "switch", "construct", "parse", "parser", "argv" ], "license": "MIT", "name": "dargs", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/dargs.git" }, "scripts": { "test": "xo && ava" }, "version": "4.1.0" } |