{ "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" }, "__npminstall_done": "Mon May 18 2020 19:19:04 GMT+0800 (CST)", "_from": "private@0.1.8", "_resolved": "https://registry.npm.taobao.org/private/download/private-0.1.8.tgz" }