| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/studiokobylisy_cz/www/wp-content/themes/studiokobylisy/node_modules/klaw/ |
Upload File : |
{
"name": "klaw",
"version": "1.3.1",
"description": "File system walker with Readable stream interface.",
"main": "./src/index.js",
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape tests/**/*.js | tap-spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jprichardson/node-klaw.git"
},
"keywords": [
"walk",
"walker",
"fs",
"fs-extra",
"readable",
"streams"
],
"author": "JP Richardson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jprichardson/node-klaw/issues"
},
"homepage": "https://github.com/jprichardson/node-klaw#readme",
"devDependencies": {
"mkdirp": "^0.5.1",
"mock-fs": "^3.8.0",
"rimraf": "^2.4.3",
"standard": "^8.4.0",
"tap-spec": "^4.1.1",
"tape": "^4.2.2"
},
"optionalDependencies": {
"graceful-fs": "^4.1.9"
}
}