package.json 3.5 KB

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