Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81164 views
1
{
2
"author": {
3
"name": "Ben Newman",
4
"email": "[email protected]"
5
},
6
"name": "private",
7
"description": "Utility for associating truly private state with any JavaScript object",
8
"keywords": [
9
"private",
10
"access control",
11
"access modifiers",
12
"encapsulation",
13
"secret",
14
"state",
15
"privilege",
16
"scope",
17
"es5"
18
],
19
"version": "0.1.6",
20
"homepage": "http://github.com/benjamn/private",
21
"repository": {
22
"type": "git",
23
"url": "git://github.com/benjamn/private.git"
24
},
25
"license": "MIT",
26
"main": "private.js",
27
"scripts": {
28
"test": "node test/run.js"
29
},
30
"engines": {
31
"node": ">= 0.6"
32
},
33
"gitHead": "8df9e34c8f66a5e634a1024dba3ea16704d5178d",
34
"bugs": {
35
"url": "https://github.com/benjamn/private/issues"
36
},
37
"_id": "[email protected]",
38
"_shasum": "55c6a976d0f9bafb9924851350fe47b9b5fbb7c1",
39
"_from": "private@>=0.1.6 <0.2.0",
40
"_npmVersion": "1.4.14",
41
"_npmUser": {
42
"name": "benjamn",
43
"email": "[email protected]"
44
},
45
"maintainers": [
46
{
47
"name": "benjamn",
48
"email": "[email protected]"
49
}
50
],
51
"dist": {
52
"shasum": "55c6a976d0f9bafb9924851350fe47b9b5fbb7c1",
53
"tarball": "http://registry.npmjs.org/private/-/private-0.1.6.tgz"
54
},
55
"directories": {},
56
"_resolved": "https://registry.npmjs.org/private/-/private-0.1.6.tgz"
57
}
58
59