package.json 3.7 KB

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