@stdlib/assert-has-async-iterator-symbol-support-cli
Version:
Detect native Symbol.asyncIterator support.
59 lines (58 loc) • 1.34 kB
JSON
{
"name": "@stdlib/assert-has-async-iterator-symbol-support-cli",
"version": "0.2.2",
"description": "Detect native Symbol.asyncIterator support.",
"license": "Apache-2.0",
"author": {
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
},
"contributors": [
{
"name": "The Stdlib Authors",
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
}
],
"bin": {
"has-async-iterator-symbol-support": "./bin/cli"
},
"homepage": "https://stdlib.io",
"repository": {
"type": "git",
"url": "git://github.com/stdlib-js/assert-has-async-iterator-symbol-support.git"
},
"bugs": {
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
"@stdlib/cli-ctor": "^0.2.2",
"@stdlib/fs-read-file": "^0.2.2",
"@stdlib/assert-has-async-iterator-symbol-support": "0.2.2"
},
"devDependencies": {},
"keywords": [
"stdlib",
"stdutils",
"stdutil",
"utilities",
"utility",
"utils",
"util",
"detect",
"feature",
"symbol",
"async",
"iterator",
"symbol.asynciterator",
"es2018",
"support",
"has",
"native",
"issupported",
"cli"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stdlib"
}
}