walk.js/package.json

27 lines
600 B
JSON
Raw Permalink Normal View History

2020-12-09 00:28:11 +00:00
{
2020-12-09 11:10:56 +00:00
"name": "@root/walk",
2020-12-09 00:28:11 +00:00
"version": "1.0.0",
2020-12-09 11:10:56 +00:00
"description": "fs.walk for node (as a port of Go's filepath.Walk)",
"homepage": "https://git.rootprojects.org/root/walk.js",
2020-12-09 00:28:11 +00:00
"main": "index.js",
2020-12-09 11:10:56 +00:00
"type": "module",
"files": [
"walk.js"
],
2020-12-09 00:28:11 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2020-12-09 11:10:56 +00:00
"repository": {
"type": "git",
"url": "https://git.rootprojects.org/root/walk.js.git"
},
"keywords": [
"fs",
"walk",
"filepath",
"os"
],
"author": "AJ ONeal <aj@therootcompany.com> (https://rootprojects.org/)",
"license": "MPL-2.0"
2020-12-09 00:28:11 +00:00
}