package.json 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. {
  2. "_from": "get-intrinsic@^1.2.5",
  3. "_id": "get-intrinsic@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
  6. "_location": "/get-intrinsic",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-intrinsic@^1.2.5",
  12. "name": "get-intrinsic",
  13. "escapedName": "get-intrinsic",
  14. "rawSpec": "^1.2.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.5"
  17. },
  18. "_requiredBy": [
  19. "/array-includes",
  20. "/arraybuffer.prototype.slice",
  21. "/call-bind",
  22. "/call-bound",
  23. "/es-abstract",
  24. "/es-set-tostringtag",
  25. "/get-symbol-description",
  26. "/is-array-buffer",
  27. "/is-data-view",
  28. "/is-weakset",
  29. "/own-keys",
  30. "/reflect.getprototypeof",
  31. "/safe-array-concat",
  32. "/set-function-length",
  33. "/side-channel-map",
  34. "/side-channel-weakmap",
  35. "/util.promisify"
  36. ],
  37. "_resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
  38. "_shasum": "743f0e3b6964a93a5491ed1bffaae054d7f98d01",
  39. "_spec": "get-intrinsic@^1.2.5",
  40. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\side-channel-map",
  41. "author": {
  42. "name": "Jordan Harband",
  43. "email": "ljharb@gmail.com"
  44. },
  45. "auto-changelog": {
  46. "output": "CHANGELOG.md",
  47. "template": "keepachangelog",
  48. "unreleased": false,
  49. "commitLimit": false,
  50. "backfillLimit": false,
  51. "hideCredit": true
  52. },
  53. "bugs": {
  54. "url": "https://github.com/ljharb/get-intrinsic/issues"
  55. },
  56. "bundleDependencies": false,
  57. "dependencies": {
  58. "call-bind-apply-helpers": "^1.0.2",
  59. "es-define-property": "^1.0.1",
  60. "es-errors": "^1.3.0",
  61. "es-object-atoms": "^1.1.1",
  62. "function-bind": "^1.1.2",
  63. "get-proto": "^1.0.1",
  64. "gopd": "^1.2.0",
  65. "has-symbols": "^1.1.0",
  66. "hasown": "^2.0.2",
  67. "math-intrinsics": "^1.1.0"
  68. },
  69. "deprecated": false,
  70. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  71. "devDependencies": {
  72. "@ljharb/eslint-config": "^21.1.1",
  73. "auto-changelog": "^2.5.0",
  74. "call-bound": "^1.0.3",
  75. "encoding": "^0.1.13",
  76. "es-abstract": "^1.23.9",
  77. "es-value-fixtures": "^1.7.1",
  78. "eslint": "=8.8.0",
  79. "evalmd": "^0.0.19",
  80. "for-each": "^0.3.5",
  81. "make-async-function": "^1.0.0",
  82. "make-async-generator-function": "^1.0.0",
  83. "make-generator-function": "^2.0.0",
  84. "mock-property": "^1.1.0",
  85. "npmignore": "^0.3.1",
  86. "nyc": "^10.3.2",
  87. "object-inspect": "^1.13.4",
  88. "safe-publish-latest": "^2.0.0",
  89. "tape": "^5.9.0"
  90. },
  91. "engines": {
  92. "node": ">= 0.4"
  93. },
  94. "exports": {
  95. ".": "./index.js",
  96. "./package.json": "./package.json"
  97. },
  98. "funding": {
  99. "url": "https://github.com/sponsors/ljharb"
  100. },
  101. "homepage": "https://github.com/ljharb/get-intrinsic#readme",
  102. "keywords": [
  103. "javascript",
  104. "ecmascript",
  105. "es",
  106. "js",
  107. "intrinsic",
  108. "getintrinsic",
  109. "es-abstract"
  110. ],
  111. "license": "MIT",
  112. "main": "index.js",
  113. "name": "get-intrinsic",
  114. "publishConfig": {
  115. "ignore": [
  116. ".github/workflows"
  117. ]
  118. },
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  122. },
  123. "scripts": {
  124. "lint": "eslint --ext=.js,.mjs .",
  125. "posttest": "npx npm@'>= 10.2' audit --production",
  126. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  127. "prelint": "evalmd README.md",
  128. "prepack": "npmignore --auto --commentLines=autogenerated",
  129. "prepublish": "not-in-publish || npm run prepublishOnly",
  130. "prepublishOnly": "safe-publish-latest",
  131. "pretest": "npm run lint",
  132. "test": "npm run tests-only",
  133. "tests-only": "nyc tape 'test/**/*.js'",
  134. "version": "auto-changelog && git add CHANGELOG.md"
  135. },
  136. "sideEffects": false,
  137. "testling": {
  138. "files": "test/GetIntrinsic.js"
  139. },
  140. "version": "1.3.0"
  141. }