mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v7
This commit is contained in:
parent
033d472283
commit
49df04613e
6774 changed files with 1602535 additions and 1 deletions
40
node_modules/@cnakazawa/watch/package.json
generated
vendored
Normal file
40
node_modules/@cnakazawa/watch/package.json
generated
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"name": "@cnakazawa/watch",
|
||||
"description": "Utilities for watching file trees.",
|
||||
"scripts": {
|
||||
"release:major": "bash scripts/release.sh major",
|
||||
"release:minor": "bash scripts/release.sh minor",
|
||||
"release:patch": "bash scripts/release.sh patch"
|
||||
},
|
||||
"keywords": [
|
||||
"util",
|
||||
"utility",
|
||||
"fs",
|
||||
"files"
|
||||
],
|
||||
"bin": {
|
||||
"watch": "./cli.js"
|
||||
},
|
||||
"version": "1.0.3",
|
||||
"homepage": "https://github.com/mikeal/watch",
|
||||
"bugs": {
|
||||
"url": "https://github.com/mikeal/watch/issues"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mikeal/watch.git"
|
||||
},
|
||||
"author": "Mikeal Rogers <mikeal.rogers@gmail.com>",
|
||||
"directories": {
|
||||
"lib": "lib"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.1.95"
|
||||
},
|
||||
"main": "./main",
|
||||
"dependencies": {
|
||||
"exec-sh": "^0.3.2",
|
||||
"minimist": "^1.2.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue