object-to-spawn-args
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "object-to-spawn-args", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Converts an object to a child_process.spawn args array", | ||
@@ -16,3 +16,3 @@ "repository": "https://github.com/75lb/object-to-spawn-args", | ||
"devDependencies": { | ||
"test-runner": "^0.6.0" | ||
"test-runner": "^0.6.3" | ||
}, | ||
@@ -19,0 +19,0 @@ "engines": { |
@@ -1,5 +0,6 @@ | ||
[![view on npm](http://img.shields.io/npm/v/object-to-spawn-args.svg)](https://www.npmjs.org/package/object-to-spawn-args) | ||
[![npm module downloads](http://img.shields.io/npm/dt/object-to-spawn-args.svg)](https://www.npmjs.org/package/object-to-spawn-args) | ||
[![view on npm](https://badgen.net/npm/v/object-to-spawn-args)](https://www.npmjs.org/package/object-to-spawn-args) | ||
[![npm module downloads](https://badgen.net/npm/dt/object-to-spawn-args)](https://www.npmjs.org/package/object-to-spawn-args) | ||
[![Gihub repo dependents](https://badgen.net/github/dependents-repo/75lb/object-to-spawn-args)](https://github.com/75lb/object-to-spawn-args/network/dependents?dependent_type=REPOSITORY) | ||
[![Gihub package dependents](https://badgen.net/github/dependents-pkg/75lb/object-to-spawn-args)](https://github.com/75lb/object-to-spawn-args/network/dependents?dependent_type=PACKAGE) | ||
[![Build Status](https://travis-ci.org/75lb/object-to-spawn-args.svg?branch=master)](https://travis-ci.org/75lb/object-to-spawn-args) | ||
[![Dependency Status](https://badgen.net/david/dep/75lb/object-to-spawn-args)](https://david-dm.org/75lb/object-to-spawn-args) | ||
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard) | ||
@@ -68,2 +69,2 @@ | ||
© 2014-19 Lloyd Brookes \<75pound@gmail.com\>. | ||
© 2014-21 Lloyd Brookes \<75pound@gmail.com\>. |
Sorry, the diff of this file is not supported yet
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
5317
70