| Server IP : 216.238.66.20 / Your IP : 216.73.216.248 Web Server : nginx/1.30.4 System : Linux woropds 5.15.0-187-generic #197-Ubuntu SMP Fri Jul 17 19:17:01 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/energia-cce.gamliel.mx/htdocs/energia-cce/node_modules/global-cache/ |
Upload File : |
{
"name": "global-cache",
"version": "1.2.1",
"author": {
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
},
"contributors": [
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
}
],
"description": "Sometimes you have to do horrible things, like use the global object to share a singleton. Abstract that away, with this!",
"license": "MIT",
"main": "index.js",
"scripts": {
"pretest": "npm run --silent lint && npm run --silent coverage",
"test": "npm run --silent tests-only",
"posttest": "npm run --silent security",
"tests-only": "node --es-staging test.js",
"coverage": "npm run --silent cover:clean && npm run --silent cover:istanbul && npm run --silent cover:check",
"cover:clean": "rimraf coverage",
"cover:istanbul": "istanbul cover test.js --report html",
"cover:check": "istanbul check",
"cover:covert": "covert test.js",
"lint": "npm run --silent jscs && npm run --silent eslint",
"jscs": "jscs test.js *.js",
"eslint": "eslint test.js *.js",
"security": "nsp check"
},
"repository": {
"type": "git",
"url": "git://github.com/ljharb/global-cache.git"
},
"keywords": [
"global",
"window",
"self",
"cache",
"global object"
],
"dependencies": {
"define-properties": "^1.1.2",
"is-symbol": "^1.0.1"
},
"devDependencies": {
"@ljharb/eslint-config": "^12.1.0",
"covert": "^1.1.0",
"eslint": "^4.2.0",
"istanbul": "^1.0.0-alpha.2",
"jscs": "^3.0.7",
"nsp": "^2.6.3",
"replace": "^0.3.0",
"rimraf": "^2.6.1",
"semver": "^5.3.0",
"tape": "^4.7.0"
},
"testling": {
"files": "test.js",
"browsers": [
"iexplore/6.0..latest",
"firefox/3.0..6.0",
"firefox/15.0..latest",
"firefox/nightly",
"chrome/4.0..10.0",
"chrome/20.0..latest",
"chrome/canary",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2"
]
},
"engines": {
"node": ">= 0.4"
}
}