Server IP : 162.213.251.212 / Your IP : 3.137.184.142 [ 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 : /home/allssztx/www/easybuyer/node_modules/private/ |
Upload File : |
{ "author": { "name": "Ben Newman", "email": "bn@cs.stanford.edu" }, "name": "private", "description": "Utility for associating truly private state with any JavaScript object", "keywords": [ "private", "access control", "access modifiers", "encapsulation", "secret", "state", "privilege", "scope", "es5" ], "version": "0.1.8", "homepage": "http://github.com/benjamn/private", "repository": { "type": "git", "url": "git://github.com/benjamn/private.git" }, "license": "MIT", "main": "private.js", "files": [ "private.js" ], "scripts": { "test": "mocha --reporter spec --full-trace test/run.js" }, "engines": { "node": ">= 0.6" }, "devDependencies": { "mocha": "^4.0.1" } }