global-singleton
Version:
Guarantee there is only 1 copy of a module or object in current VM
31 lines (30 loc) • 691 B
JSON
{
"name": "global-singleton",
"version": "0.1.2",
"description": "Guarantee there is only 1 copy of a module or object in current VM",
"main": "lib/global-singleton.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/xinkaiwang/global-singleton.git"
},
"keywords": [
"singleton",
"global",
"node",
"dependency",
"javascript"
],
"author": "Xinkai Wang",
"license": "MIT",
"bugs": {
"url": "https://github.com/xinkaiwang/global-singleton/issues"
},
"homepage": "https://github.com/xinkaiwang/global-singleton",
"devDependencies": {
"chai": "^3.3.0",
"mocha": "^2.3.3"
}
}