package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. {
  2. "_from": "get-intrinsic@^1.2.4",
  3. "_id": "get-intrinsic@1.2.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==",
  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. "/array-includes",
  20. "/arraybuffer.prototype.slice",
  21. "/call-bind",
  22. "/es-abstract",
  23. "/es-define-property",
  24. "/es-set-tostringtag",
  25. "/get-symbol-description",
  26. "/gopd",
  27. "/is-array-buffer",
  28. "/safe-array-concat",
  29. "/set-function-length",
  30. "/side-channel"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.4.tgz",
  33. "_shasum": "e385f5a4b5227d449c3eabbad05494ef0abbeadd",
  34. "_spec": "get-intrinsic@^1.2.4",
  35. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\es-define-property",
  36. "author": {
  37. "name": "Jordan Harband",
  38. "email": "ljharb@gmail.com"
  39. },
  40. "auto-changelog": {
  41. "output": "CHANGELOG.md",
  42. "template": "keepachangelog",
  43. "unreleased": false,
  44. "commitLimit": false,
  45. "backfillLimit": false,
  46. "hideCredit": true
  47. },
  48. "bugs": {
  49. "url": "https://github.com/ljharb/get-intrinsic/issues"
  50. },
  51. "bundleDependencies": false,
  52. "dependencies": {
  53. "es-errors": "^1.3.0",
  54. "function-bind": "^1.1.2",
  55. "has-proto": "^1.0.1",
  56. "has-symbols": "^1.0.3",
  57. "hasown": "^2.0.0"
  58. },
  59. "deprecated": false,
  60. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  61. "devDependencies": {
  62. "@ljharb/eslint-config": "^21.1.0",
  63. "aud": "^2.0.4",
  64. "auto-changelog": "^2.4.0",
  65. "call-bind": "^1.0.5",
  66. "es-abstract": "^1.22.3",
  67. "es-value-fixtures": "^1.4.2",
  68. "eslint": "=8.8.0",
  69. "evalmd": "^0.0.19",
  70. "for-each": "^0.3.3",
  71. "gopd": "^1.0.1",
  72. "make-async-function": "^1.0.0",
  73. "make-async-generator-function": "^1.0.0",
  74. "make-generator-function": "^2.0.0",
  75. "mock-property": "^1.0.3",
  76. "npmignore": "^0.3.1",
  77. "nyc": "^10.3.2",
  78. "object-inspect": "^1.13.1",
  79. "safe-publish-latest": "^2.0.0",
  80. "tape": "^5.7.4"
  81. },
  82. "engines": {
  83. "node": ">= 0.4"
  84. },
  85. "exports": {
  86. ".": "./index.js",
  87. "./package.json": "./package.json"
  88. },
  89. "funding": {
  90. "url": "https://github.com/sponsors/ljharb"
  91. },
  92. "homepage": "https://github.com/ljharb/get-intrinsic#readme",
  93. "keywords": [
  94. "javascript",
  95. "ecmascript",
  96. "es",
  97. "js",
  98. "intrinsic",
  99. "getintrinsic",
  100. "es-abstract"
  101. ],
  102. "license": "MIT",
  103. "main": "index.js",
  104. "name": "get-intrinsic",
  105. "publishConfig": {
  106. "ignore": [
  107. ".github/workflows"
  108. ]
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  113. },
  114. "scripts": {
  115. "lint": "eslint --ext=.js,.mjs .",
  116. "posttest": "aud --production",
  117. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  118. "prelint": "evalmd README.md",
  119. "prepack": "npmignore --auto --commentLines=autogenerated",
  120. "prepublish": "not-in-publish || npm run prepublishOnly",
  121. "prepublishOnly": "safe-publish-latest",
  122. "pretest": "npm run lint",
  123. "test": "npm run tests-only",
  124. "tests-only": "nyc tape 'test/**/*.js'",
  125. "version": "auto-changelog && git add CHANGELOG.md"
  126. },
  127. "sideEffects": false,
  128. "testling": {
  129. "files": "test/GetIntrinsic.js"
  130. },
  131. "version": "1.2.4"
  132. }