Server IP : 162.213.251.212 / Your IP : 3.138.126.79 [ Web Server : LiteSpeed System : Linux business55.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : allssztx ( 535) PHP Version : 8.1.31 Disable Function : NONE Domains : 1 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/allssztx/public_html/easybuyer/node_modules/jsonfile/ |
Upload File : |
{ "name": "jsonfile", "version": "4.0.0", "description": "Easily read/write JSON files.", "repository": { "type": "git", "url": "git@github.com:jprichardson/node-jsonfile.git" }, "keywords": [ "read", "write", "file", "json", "fs", "fs-extra" ], "author": "JP Richardson <jprichardson@gmail.com>", "license": "MIT", "dependencies": {}, "optionalDependencies": { "graceful-fs": "^4.1.6" }, "devDependencies": { "mocha": "2.x", "rimraf": "^2.4.0", "standard": "^10.0.3" }, "main": "index.js", "files": [ "index.js" ], "scripts": { "lint": "standard", "test": "npm run lint && npm run unit", "unit": "mocha" } }