flow like the river
This commit is contained in:
commit
013fe673f3
42435 changed files with 5764238 additions and 0 deletions
39
VISUALIZACION/node_modules/private/package.json
generated
vendored
Executable file
39
VISUALIZACION/node_modules/private/package.json
generated
vendored
Executable file
|
|
@ -0,0 +1,39 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue