mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-09 02:14:28 +00:00
v5
This commit is contained in:
parent
d1407282e6
commit
08403cd828
6774 changed files with 1602535 additions and 1 deletions
21
node_modules/walker/package.json
generated
vendored
Normal file
21
node_modules/walker/package.json
generated
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
"name": "walker",
|
||||
"description": "A simple directory tree walker.",
|
||||
"version": "1.0.7",
|
||||
"homepage": "https://github.com/daaku/nodejs-walker",
|
||||
"author": "Naitik Shah <n@daaku.org>",
|
||||
"keywords": ["utils", "fs", "filesystem"],
|
||||
"main": "lib/walker",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/daaku/nodejs-walker"
|
||||
},
|
||||
"scripts": { "test": "NODE_PATH=./lib mocha --ui exports" },
|
||||
"dependencies": {
|
||||
"makeerror": "1.0.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"mocha": "0.12.x"
|
||||
},
|
||||
"license": "Apache-2.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue