|
Server IP : 161.35.85.9 / Your IP : 216.73.217.134 Web Server : nginx/1.30.1 System : Linux cheapdeb-ams3 7.0.9+deb14-amd64 #1 SMP PREEMPT_DYNAMIC Debian 7.0.9-1 (2026-05-22) x86_64 User : root ( 0) PHP Version : 8.2.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /usr/share/wordpress/../python3/../node_modules/system.global/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
{
"name": "system.global",
"version": "2.0.0",
"author": "Jordan Harband",
"description": "ECMAScript spec-compliant polyfill/shim for `global`",
"license": "MIT",
"main": "index.js",
"scripts": {
"pretest": "npm run --silent lint && es-shim-api --bound --property",
"test": "npm run --silent tests-only",
"posttest": "npm run --silent security",
"tests-only": "npm run --silent test:implementation && npm run --silent test:shim",
"test:native": "node test/native.js",
"test:shim": "node test/shimmed.js",
"test:implementation": "node test/index.js",
"coverage": "covert test/*.js",
"coverage:quiet": "covert test/*.js --quiet",
"lint": "npm run --silent jscs && npm run --silent eslint",
"eslint": "eslint *.js test/*.js",
"jscs": "jscs *.js test/*.js",
"build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
"prepublish": "npm run --silent build",
"security": "nsp check"
},
"repository": {
"type": "git",
"url": "git://github.com/ljharb/System.global.git"
},
"keywords": [
"window",
"self",
"global",
"System.global",
"global object",
"ECMAScript",
"es-shim API",
"polyfill",
"shim"
],
"dependencies": {
"define-properties": "^1.1.2"
},
"devDependencies": {
"browserify": "^13.1.0",
"is": "^3.1.0",
"tape": "^4.6.0",
"covert": "^1.1.0",
"jscs": "^3.0.7",
"nsp": "^2.6.1",
"eslint": "^3.6.1",
"@ljharb/eslint-config": "^8.0.0",
"@es-shims/api": "^1.2.0",
"for-each": "^0.3.2"
},
"testling": {
"files": "test/index.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"
}
}