package.json 3.4 KB

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