HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/rest/node_modules/walk/package.json
{
  "name": "walk",
  "description": "A node port of python's os.walk",
  "url": "http://github.com/coolaj86/node-walk",
  "keywords": [
    "util",
    "os",
    "sys",
    "fs",
    "walk",
    "walkSync"
  ],
  "author": "AJ ONeal <coolaj86@gmail.com>",
  "contributors": [],
  "dependencies": {
    "foreachasync": "^3.0.0"
  },
  "lib": ".",
  "main": "./lib/walk.js",
  "version": "2.3.9",
  "repository": {
    "url": "git://github.com/coolaj86/node-walk.git"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    },
    {
      "type": "Apache2",
      "url": "http://opensource.org/licenses/apache2.0.php"
    }
  ],
  "bugs": {
    "url": "https://github.com/coolaj86/node-walk/issues"
  },
  "homepage": "https://github.com/coolaj86/node-walk",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "files": [
    "lib"
  ],
  "devDependencies": {},
  "scripts": {
    "test": "./test/walk-test.sh"
  }
}