[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "globalthis@^1.0.4",
|
---|
| 3 | "_id": "globalthis@1.0.4",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-DpLKbNU4WylpxJykQujfCcwYWiV/Jhm50Goo0wrVILAv5jOr9d+H+UR3PhSCD2rCCEIg0uc+G+muBTwD54JhDQ==",
|
---|
| 6 | "_location": "/globalthis",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "globalthis@^1.0.4",
|
---|
| 12 | "name": "globalthis",
|
---|
| 13 | "escapedName": "globalthis",
|
---|
| 14 | "rawSpec": "^1.0.4",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^1.0.4"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/es-abstract",
|
---|
| 20 | "/es-iterator-helpers"
|
---|
| 21 | ],
|
---|
| 22 | "_resolved": "https://registry.npmjs.org/globalthis/-/globalthis-1.0.4.tgz",
|
---|
| 23 | "_shasum": "7430ed3a975d97bfb59bcce41f5cabbafa651236",
|
---|
| 24 | "_spec": "globalthis@^1.0.4",
|
---|
| 25 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/es-abstract",
|
---|
| 26 | "author": {
|
---|
| 27 | "name": "Jordan Harband",
|
---|
| 28 | "email": "ljharb@gmail.com"
|
---|
| 29 | },
|
---|
| 30 | "auto-changelog": {
|
---|
| 31 | "output": "CHANGELOG.md",
|
---|
| 32 | "template": "keepachangelog",
|
---|
| 33 | "unreleased": false,
|
---|
| 34 | "commitLimit": false,
|
---|
| 35 | "backfillLimit": false,
|
---|
| 36 | "hideCredit": true
|
---|
| 37 | },
|
---|
| 38 | "browser": {
|
---|
| 39 | "./implementation": "./implementation.browser.js"
|
---|
| 40 | },
|
---|
| 41 | "bugs": {
|
---|
| 42 | "url": "https://github.com/ljharb/System.global/issues"
|
---|
| 43 | },
|
---|
| 44 | "bundleDependencies": false,
|
---|
| 45 | "dependencies": {
|
---|
| 46 | "define-properties": "^1.2.1",
|
---|
| 47 | "gopd": "^1.0.1"
|
---|
| 48 | },
|
---|
| 49 | "deprecated": false,
|
---|
| 50 | "description": "ECMAScript spec-compliant polyfill/shim for `globalThis`",
|
---|
| 51 | "devDependencies": {
|
---|
| 52 | "@es-shims/api": "^2.5.0",
|
---|
| 53 | "@ljharb/eslint-config": "^21.1.0",
|
---|
| 54 | "aud": "^2.0.4",
|
---|
| 55 | "auto-changelog": "^2.4.0",
|
---|
| 56 | "browserify": "^16.5.2",
|
---|
| 57 | "eslint": "=8.8.0",
|
---|
| 58 | "for-each": "^0.3.3",
|
---|
| 59 | "in-publish": "^2.0.1",
|
---|
| 60 | "is": "^3.3.0",
|
---|
| 61 | "npmignore": "^0.3.1",
|
---|
| 62 | "nyc": "^10.3.2",
|
---|
| 63 | "safe-publish-latest": "^2.0.0",
|
---|
| 64 | "tape": "^5.7.5"
|
---|
| 65 | },
|
---|
| 66 | "engines": {
|
---|
| 67 | "node": ">= 0.4"
|
---|
| 68 | },
|
---|
| 69 | "funding": {
|
---|
| 70 | "url": "https://github.com/sponsors/ljharb"
|
---|
| 71 | },
|
---|
| 72 | "homepage": "https://github.com/ljharb/System.global#readme",
|
---|
| 73 | "keywords": [
|
---|
| 74 | "window",
|
---|
| 75 | "self",
|
---|
| 76 | "global",
|
---|
| 77 | "globalThis",
|
---|
| 78 | "System.global",
|
---|
| 79 | "global object",
|
---|
| 80 | "global this value",
|
---|
| 81 | "ECMAScript",
|
---|
| 82 | "es-shim API",
|
---|
| 83 | "polyfill",
|
---|
| 84 | "shim"
|
---|
| 85 | ],
|
---|
| 86 | "license": "MIT",
|
---|
| 87 | "main": "index.js",
|
---|
| 88 | "name": "globalthis",
|
---|
| 89 | "publishConfig": {
|
---|
| 90 | "ignore": [
|
---|
| 91 | "browserShim.js",
|
---|
| 92 | ".github/workflows"
|
---|
| 93 | ]
|
---|
| 94 | },
|
---|
| 95 | "repository": {
|
---|
| 96 | "type": "git",
|
---|
| 97 | "url": "git://github.com/ljharb/System.global.git"
|
---|
| 98 | },
|
---|
| 99 | "scripts": {
|
---|
| 100 | "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js",
|
---|
| 101 | "lint": "eslint --ext=js,mjs .",
|
---|
| 102 | "postlint": "es-shim-api --bound --property",
|
---|
| 103 | "posttest": "aud --production",
|
---|
| 104 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 105 | "prepack": "npmignore --auto --commentLines=autogenerated",
|
---|
| 106 | "prepublish": "not-in-publish || npm run prepublishOnly",
|
---|
| 107 | "prepublishOnly": "safe-publish-latest && npm run build",
|
---|
| 108 | "pretest": "npm run lint",
|
---|
| 109 | "test": "npm run --silent tests-only",
|
---|
| 110 | "tests-only": "nyc tape 'test/**/*.js'",
|
---|
| 111 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
| 112 | },
|
---|
| 113 | "testling": {
|
---|
| 114 | "files": "test/index.js",
|
---|
| 115 | "browsers": [
|
---|
| 116 | "iexplore/6.0..latest",
|
---|
| 117 | "firefox/3.0..6.0",
|
---|
| 118 | "firefox/15.0..latest",
|
---|
| 119 | "firefox/nightly",
|
---|
| 120 | "chrome/4.0..10.0",
|
---|
| 121 | "chrome/20.0..latest",
|
---|
| 122 | "chrome/canary",
|
---|
| 123 | "opera/10.0..latest",
|
---|
| 124 | "opera/next",
|
---|
| 125 | "safari/4.0..latest",
|
---|
| 126 | "ipad/6.0..latest",
|
---|
| 127 | "iphone/6.0..latest",
|
---|
| 128 | "android-browser/4.2"
|
---|
| 129 | ]
|
---|
| 130 | },
|
---|
| 131 | "version": "1.0.4"
|
---|
[d565449] | 132 | }
|
---|