117 lines
3.0 KiB
JSON
117 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"globalthis@1.0.0",
|
|
"/home/massta/Documents/new"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "globalthis@1.0.0",
|
|
"_id": "globalthis@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-vcCAZTJ3r5Qcu5l8/2oyVdoFwxKgfYnMTR2vwWeux/NAVZK3PwcMaWkdUIn4GJbmKuRK7xcvDsLuK+CKcXyodg==",
|
|
"_location": "/globalthis",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "globalthis@1.0.0",
|
|
"name": "globalthis",
|
|
"escapedName": "globalthis",
|
|
"rawSpec": "1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/roarr"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "/home/massta/Documents/new",
|
|
"author": {
|
|
"name": "Jordan Harband"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ljharb/System.global/issues"
|
|
},
|
|
"dependencies": {
|
|
"define-properties": "^1.1.2",
|
|
"function-bind": "^1.1.1",
|
|
"object-keys": "^1.0.12"
|
|
},
|
|
"description": "ECMAScript spec-compliant polyfill/shim for `globalThis`",
|
|
"devDependencies": {
|
|
"@es-shims/api": "^2.1.2",
|
|
"@ljharb/eslint-config": "^13.0.0",
|
|
"browserify": "^16.2.2",
|
|
"covert": "^1.1.0",
|
|
"eslint": "^5.3.0",
|
|
"for-each": "^0.3.3",
|
|
"is": "^3.2.1",
|
|
"jscs": "^3.0.7",
|
|
"nsp": "^3.2.1",
|
|
"tape": "^4.9.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"homepage": "https://github.com/ljharb/System.global#readme",
|
|
"keywords": [
|
|
"window",
|
|
"self",
|
|
"global",
|
|
"globalThis",
|
|
"System.global",
|
|
"global object",
|
|
"global this value",
|
|
"ECMAScript",
|
|
"es-shim API",
|
|
"polyfill",
|
|
"shim"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "globalthis",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ljharb/System.global.git"
|
|
},
|
|
"scripts": {
|
|
"build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
|
|
"coverage": "covert test/*.js",
|
|
"coverage:quiet": "covert test/*.js --quiet",
|
|
"eslint": "eslint *.js test/*.js",
|
|
"jscs": "jscs *.js test/*.js",
|
|
"lint": "npm run --silent jscs && npm run --silent eslint",
|
|
"posttest": "npm run --silent security",
|
|
"prepublish": "npm run --silent build",
|
|
"pretest": "npm run --silent lint && es-shim-api --bound --property",
|
|
"security": "nsp check",
|
|
"test": "npm run --silent tests-only",
|
|
"test:implementation": "node test/index.js",
|
|
"test:native": "node test/native.js",
|
|
"test:shim": "node test/shimmed.js",
|
|
"tests-only": "npm run --silent test:implementation && npm run --silent test:shim"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"version": "1.0.0"
|
|
}
|