mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v6
This commit is contained in:
parent
cd5893b2c6
commit
70742d22d9
6774 changed files with 1602535 additions and 1 deletions
38
node_modules/is-generator-fn/package.json
generated
vendored
Normal file
38
node_modules/is-generator-fn/package.json
generated
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
{
|
||||
"name": "is-generator-fn",
|
||||
"version": "2.1.0",
|
||||
"description": "Check if something is a generator function",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/is-generator-fn",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava && tsd"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"index.d.ts"
|
||||
],
|
||||
"keywords": [
|
||||
"generator",
|
||||
"function",
|
||||
"func",
|
||||
"fn",
|
||||
"is",
|
||||
"check",
|
||||
"detect",
|
||||
"yield",
|
||||
"type"
|
||||
],
|
||||
"devDependencies": {
|
||||
"ava": "^1.4.1",
|
||||
"tsd": "^0.7.2",
|
||||
"xo": "^0.24.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue