Add child-process-es6-promise

Summary: Using this in the next diff. If you don't feel like this is a good fit, probably better to comment there.

Reviewed By: jknoxville

Differential Revision: D14225747

fbshipit-source-id: 29cd0b4a37b988b4bd8643f1db64bb3e2610b0e4
This commit is contained in:
Pascal Hartig
2019-02-26 16:24:07 -08:00
committed by Facebook Github Bot
parent b8e6298df5
commit ea03aa36b7
3 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,38 @@
// flow-typed signature: 1a1ca58820f1520ecf0c5cf5a814e16d
// flow-typed version: <<STUB>>/child-process-es6-promise_v1.2.1/flow_v0.91.0
/**
* This is an autogenerated libdef stub for:
*
* 'child-process-es6-promise'
*
* Fill this stub out by replacing all the `any` types.
*
* Once filled out, we encourage you to share your work with the
* community by sending a pull request to:
* https://github.com/flowtype/flow-typed
*/
declare module 'child-process-es6-promise' {
declare module.exports: any;
}
/**
* We include stubs for each file inside this npm package in case you need to
* require those files directly. Feel free to delete any files that aren't
* needed.
*/
declare module 'child-process-es6-promise/test' {
declare module.exports: any;
}
// Filename aliases
declare module 'child-process-es6-promise/index' {
declare module.exports: $Exports<'child-process-es6-promise'>;
}
declare module 'child-process-es6-promise/index.js' {
declare module.exports: $Exports<'child-process-es6-promise'>;
}
declare module 'child-process-es6-promise/test.js' {
declare module.exports: $Exports<'child-process-es6-promise/test'>;
}

View File

@@ -72,6 +72,7 @@
"adbkit-fb": "2.10.1", "adbkit-fb": "2.10.1",
"ansi-to-html": "^0.6.3", "ansi-to-html": "^0.6.3",
"chalk": "^2.3.0", "chalk": "^2.3.0",
"child-process-es6-promise": "^1.2.1",
"codemirror": "^5.25.0", "codemirror": "^5.25.0",
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"dashify": "^1.0.0", "dashify": "^1.0.0",

View File

@@ -1737,6 +1737,11 @@ chardet@^0.7.0:
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e" resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.7.0.tgz#90094849f0937f2eedc2425d0d28a9e5f0cbad9e"
integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA== integrity sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==
child-process-es6-promise@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/child-process-es6-promise/-/child-process-es6-promise-1.2.1.tgz#3634950521b49d5cad9735cbcc8d69cf1e4d0cab"
integrity sha512-ekKf2tD+2B2AZvLBhrBb44oelJSjeBkG3dZHpF5oIC9xhePhI3cAMqxyAxLMmskpc81GfCodSRh29wshnsOd/g==
chownr@^1.0.1: chownr@^1.0.1:
version "1.1.1" version "1.1.1"
resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494" resolved "https://registry.yarnpkg.com/chownr/-/chownr-1.1.1.tgz#54726b8b8fff4df053c42187e801fb4412df1494"