package.json
1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"_args": [
[
"private@0.1.8",
"/Library/WebServer/Documents/mywork/dyitoc"
]
],
"_development": true,
"_from": "private@0.1.8",
"_id": "private@0.1.8",
"_inBundle": false,
"_integrity": "sha1-I4Hts2ifelPWUxkAYPz4ItLzaP8=",
"_location": "/private",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "private@0.1.8",
"name": "private",
"escapedName": "private",
"rawSpec": "0.1.8",
"saveSpec": null,
"fetchSpec": "0.1.8"
},
"_requiredBy": [
"/babel-core",
"/regenerator-transform"
],
"_resolved": "http://registry.npm.taobao.org/private/download/private-0.1.8.tgz",
"_spec": "0.1.8",
"_where": "/Library/WebServer/Documents/mywork/dyitoc",
"author": {
"name": "Ben Newman",
"email": "bn@cs.stanford.edu"
},
"bugs": {
"url": "https://github.com/benjamn/private/issues"
},
"description": "Utility for associating truly private state with any JavaScript object",
"devDependencies": {
"mocha": "^4.0.1"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"private.js"
],
"homepage": "http://github.com/benjamn/private",
"keywords": [
"private",
"access control",
"access modifiers",
"encapsulation",
"secret",
"state",
"privilege",
"scope",
"es5"
],
"license": "MIT",
"main": "private.js",
"name": "private",
"repository": {
"type": "git",
"url": "git://github.com/benjamn/private.git"
},
"scripts": {
"test": "mocha --reporter spec --full-trace test/run.js"
},
"version": "0.1.8"
}