package.json 3.6 KB

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