source: frontend/node_modules/walker/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 569 bytes
Line 
1{
2 "name": "walker",
3 "description": "A simple directory tree walker.",
4 "version": "1.0.8",
5 "homepage": "https://github.com/daaku/nodejs-walker",
6 "author": "Naitik Shah <n@daaku.org>",
7 "keywords": [
8 "utils",
9 "fs",
10 "filesystem"
11 ],
12 "main": "lib/walker",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/daaku/nodejs-walker"
16 },
17 "scripts": {
18 "test": "NODE_PATH=./lib mocha --ui exports"
19 },
20 "dependencies": {
21 "makeerror": "1.0.12"
22 },
23 "devDependencies": {
24 "mocha": "9.1.3"
25 },
26 "license": "Apache-2.0"
27}
Note: See TracBrowser for help on using the repository browser.