opener/README.md000666 000000 000000 0000000760 13040747667011700 0ustar00000000 000000 # Installation > `npm install --save @types/opener` # Summary This package contains type definitions for opener (https://github.com/domenic/opener). # Details Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/opener Additional Details * Last updated: Sat, 21 Jan 2017 21:16:38 GMT * Dependencies: child_process, node * Global values: none # Credits These definitions were written by Rahul Ravikumar . opener/index.d.ts000666 000000 000000 0000000766 13040747667012330 0ustar00000000 000000 // Type definitions for opener 1.4 // Project: https://github.com/domenic/opener // Definitions by: Rahul Ravikumar // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// import { ChildProcess } from 'child_process'; type Callback = (error: Error, stdout: string, stderr: string) => void; declare function opener( args: string | string[], options?: {}, callback?: Callback): ChildProcess; export = opener; opener/package.json000666 000000 000000 0000001077 13040747667012711 0ustar00000000 000000 { "name": "@types/opener", "version": "1.4.0", "description": "TypeScript definitions for opener", "license": "MIT", "author": "Rahul Ravikumar ", "main": "", "repository": { "type": "git", "url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" }, "scripts": {}, "dependencies": { "@types/node": "*" }, "peerDependencies": {}, "typesPublisherContentHash": "629b1a33db3abdb2246ba2e02963376493626866d9cc88d67535e76175e7e787", "typeScriptVersion": "2.0" }opener/types-metadata.json000666 000000 000000 0000001667 13040747667014245 0ustar00000000 000000 { "name": "opener", "libraryName": "opener", "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", "data": { "authors": "Rahul Ravikumar ", "dependencies": { "child_process": "*", "node": "*" }, "pathMappings": {}, "libraryMajorVersion": 1, "libraryMinorVersion": 4, "typeScriptVersion": "2.0", "libraryName": "opener", "typingsPackageName": "opener", "projectName": "https://github.com/domenic/opener", "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", "globals": [], "declaredModules": [ "opener/." ], "files": [ "index.d.ts" ], "hasPackageJson": false, "contentHash": "629b1a33db3abdb2246ba2e02963376493626866d9cc88d67535e76175e7e787" }, "isLatest": true }