Changeset 79a0317 for imaps-frontend/node_modules/globalthis
Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/globalthis/package.json
r0c6b92a r79a0317 1 1 { 2 "name": "globalthis", 3 "version": "1.0.4", 4 "author": "Jordan Harband <ljharb@gmail.com>", 5 "funding": { 6 "url": "https://github.com/sponsors/ljharb" 7 }, 8 "description": "ECMAScript spec-compliant polyfill/shim for `globalThis`", 9 "license": "MIT", 10 "main": "index.js", 11 "browser": { 12 "./implementation": "./implementation.browser.js" 13 }, 14 "scripts": { 15 "prepack": "npmignore --auto --commentLines=autogenerated", 16 "prepublishOnly": "safe-publish-latest && npm run build", 17 "prepublish": "not-in-publish || npm run prepublishOnly", 18 "pretest": "npm run lint", 19 "test": "npm run --silent tests-only", 20 "posttest": "aud --production", 21 "tests-only": "nyc tape 'test/**/*.js'", 22 "lint": "eslint --ext=js,mjs .", 23 "postlint": "es-shim-api --bound --property", 24 "build": "mkdir -p dist && browserify browserShim.js > dist/browser.js", 25 "version": "auto-changelog && git add CHANGELOG.md", 26 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 27 }, 28 "repository": { 29 "type": "git", 30 "url": "git://github.com/ljharb/System.global.git" 31 }, 32 "keywords": [ 33 "window", 34 "self", 35 "global", 36 "globalThis", 37 "System.global", 38 "global object", 39 "global this value", 40 "ECMAScript", 41 "es-shim API", 42 "polyfill", 43 "shim" 44 ], 45 "dependencies": { 46 "define-properties": "^1.2.1", 47 "gopd": "^1.0.1" 48 }, 49 "devDependencies": { 50 "@es-shims/api": "^2.5.0", 51 "@ljharb/eslint-config": "^21.1.0", 52 "aud": "^2.0.4", 53 "auto-changelog": "^2.4.0", 54 "browserify": "^16.5.2", 55 "eslint": "=8.8.0", 56 "for-each": "^0.3.3", 57 "in-publish": "^2.0.1", 58 "is": "^3.3.0", 59 "npmignore": "^0.3.1", 60 "nyc": "^10.3.2", 61 "safe-publish-latest": "^2.0.0", 62 "tape": "^5.7.5" 63 }, 64 "testling": { 65 "files": "test/index.js", 66 "browsers": [ 67 "iexplore/6.0..latest", 68 "firefox/3.0..6.0", 69 "firefox/15.0..latest", 70 "firefox/nightly", 71 "chrome/4.0..10.0", 72 "chrome/20.0..latest", 73 "chrome/canary", 74 "opera/10.0..latest", 75 "opera/next", 76 "safari/4.0..latest", 77 "ipad/6.0..latest", 78 "iphone/6.0..latest", 79 "android-browser/4.2" 80 ] 81 }, 82 "engines": { 83 "node": ">= 0.4" 84 }, 85 "auto-changelog": { 86 "output": "CHANGELOG.md", 87 "template": "keepachangelog", 88 "unreleased": false, 89 "commitLimit": false, 90 "backfillLimit": false, 91 "hideCredit": true 92 }, 93 "publishConfig": { 94 "ignore": [ 95 "browserShim.js", 96 ".github/workflows" 97 ] 98 } 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" 99 132 }
Note:
See TracChangeset
for help on using the changeset viewer.