UNPKG

jfile

Version:

OOP way to handles Files. It can behave like `java.io.File` in Java World & Groovy World.

35 lines (34 loc) 762 B
{ "name": "jfile", "version": "1.1.12", "description": "OOP way to handles Files. It can behave like `java.io.File` in Java World & Groovy World.", "main": "index.js", "scripts": { "test": "require('jfile')" }, "repository": { "type": "git", "url": "git+https://github.com/abdennour/jfile.git" }, "keywords": [ "file", "io", "java", "javascript", "oop", "fs", "file-system", "facade", "chmod", "groovy", "reactive-programming", "functional-programming", "productivity" ], "author": "Abdennour TOUMI <http://abdennoor.com>", "license": "MIT", "bugs": { "url": "https://github.com/abdennour/jfile/issues" }, "homepage": "https://github.com/abdennour/jfile#readme" }