package.json 3.5 KB

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