@types/shell-quote
Advanced tools
Comparing version 1.6.0 to 1.6.1
// Type definitions for shell-quote 1.6 | ||
// Project: https://github.com/substack/node-shell-quote | ||
// Definitions by: Jason Cheatham <https://github.com/jason0x43> | ||
// Cameron Diver <https://github.com/CameronDiver> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
export type ParseEntry = | ||
| string | ||
| { op: string } | ||
| { op: 'glob'; pattern: string } | ||
| { comment: string }; | ||
export function quote(args: string[]): string; | ||
@@ -12,2 +19,2 @@ export function parse( | ||
opts?: { [key: string]: string } | ||
): string[]; | ||
): ParseEntry[]; |
{ | ||
"name": "@types/shell-quote", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "TypeScript definitions for shell-quote", | ||
@@ -9,15 +9,21 @@ "license": "MIT", | ||
"name": "Jason Cheatham", | ||
"url": "https://github.com/jason0x43" | ||
"url": "https://github.com/jason0x43", | ||
"githubUsername": "jason0x43" | ||
}, | ||
{ | ||
"name": "Cameron Diver", | ||
"url": "https://github.com/CameronDiver", | ||
"githubUsername": "CameronDiver" | ||
} | ||
], | ||
"main": "", | ||
"types": "index", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "eb317baa63e7ac6e1e2c4db0f68df3b38c59a33e1444937be1902e14ed7d7e2f", | ||
"typesPublisherContentHash": "d70152e3174099dbdc5d1c509043b70b5b28a757ab9e9c05df0e96e593cf4b50", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -5,9 +5,9 @@ # Installation | ||
# Summary | ||
This package contains type definitions for shell-quote (https://github.com/substack/node-shell-quote). | ||
This package contains type definitions for shell-quote ( https://github.com/substack/node-shell-quote ). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shell-quote | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/shell-quote | ||
Additional Details | ||
* Last updated: Fri, 14 Jul 2017 14:18:49 GMT | ||
* Last updated: Fri, 25 Jan 2019 00:35:22 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Jason Cheatham <https://github.com/jason0x43>. | ||
These definitions were written by Jason Cheatham <https://github.com/jason0x43>, Cameron Diver <https://github.com/CameronDiver>. |
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
3201
17