package.json 3.4 KB

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