github-pages-deploy-action/node_modules/walker/package.json

22 lines
547 B
JSON
Raw Normal View History

2020-03-31 20:42:07 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "walker",
2020-03-31 20:42:07 +08:00
"description": "A simple directory tree walker.",
2020-03-31 20:57:48 +08:00
"version": "1.0.7",
2020-03-31 20:42:07 +08:00
"homepage": "https://github.com/daaku/nodejs-walker",
2020-03-31 20:57:48 +08:00
"author": "Naitik Shah <n@daaku.org>",
"keywords": ["utils", "fs", "filesystem"],
2020-03-31 20:42:07 +08:00
"main": "lib/walker",
"repository": {
"type": "git",
2020-03-31 20:57:48 +08:00
"url": "https://github.com/daaku/nodejs-walker"
},
"scripts": { "test": "NODE_PATH=./lib mocha --ui exports" },
"dependencies": {
"makeerror": "1.0.x"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"devDependencies": {
"mocha": "0.12.x"
2020-03-31 20:42:07 +08:00
},
2020-03-31 20:57:48 +08:00
"license": "Apache-2.0"
2020-03-31 20:42:07 +08:00
}