package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "_from": "get-intrinsic@^1.0.2",
  3. "_id": "get-intrinsic@1.1.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==",
  6. "_location": "/get-intrinsic",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "get-intrinsic@^1.0.2",
  12. "name": "get-intrinsic",
  13. "escapedName": "get-intrinsic",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/call-bind",
  20. "/side-channel"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.1.3.tgz",
  23. "_shasum": "063c84329ad93e83893c7f4f243ef63ffa351385",
  24. "_spec": "get-intrinsic@^1.0.2",
  25. "_where": "D:\\website\\Other\\score\\node_modules\\side-channel",
  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. "function-bind": "^1.1.1",
  44. "has": "^1.0.3",
  45. "has-symbols": "^1.0.3"
  46. },
  47. "deprecated": false,
  48. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^21.0.0",
  51. "aud": "^2.0.0",
  52. "auto-changelog": "^2.4.0",
  53. "call-bind": "^1.0.2",
  54. "es-abstract": "^1.20.2",
  55. "es-value-fixtures": "^1.4.2",
  56. "eslint": "=8.8.0",
  57. "evalmd": "^0.0.19",
  58. "for-each": "^0.3.3",
  59. "make-async-function": "^1.0.0",
  60. "make-async-generator-function": "^1.0.0",
  61. "make-generator-function": "^2.0.0",
  62. "mock-property": "^1.0.0",
  63. "npmignore": "^0.3.0",
  64. "nyc": "^10.3.2",
  65. "object-inspect": "^1.12.2",
  66. "safe-publish-latest": "^2.0.0",
  67. "tape": "^5.6.0"
  68. },
  69. "exports": {
  70. ".": [
  71. {
  72. "default": "./index.js"
  73. },
  74. "./index.js"
  75. ],
  76. "./package.json": "./package.json"
  77. },
  78. "funding": {
  79. "url": "https://github.com/sponsors/ljharb"
  80. },
  81. "homepage": "https://github.com/ljharb/get-intrinsic#readme",
  82. "keywords": [
  83. "javascript",
  84. "ecmascript",
  85. "es",
  86. "js",
  87. "intrinsic",
  88. "getintrinsic",
  89. "es-abstract"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "get-intrinsic",
  94. "publishConfig": {
  95. "ignore": [
  96. ".github/workflows"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=.js,.mjs .",
  105. "posttest": "aud --production",
  106. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  107. "prelint": "evalmd README.md",
  108. "prepack": "npmignore --auto --commentLines=autogenerated",
  109. "prepublish": "not-in-publish || npm run prepublishOnly",
  110. "prepublishOnly": "safe-publish-latest",
  111. "pretest": "npm run lint",
  112. "test": "npm run tests-only",
  113. "tests-only": "nyc tape 'test/**/*.js'",
  114. "version": "auto-changelog && git add CHANGELOG.md"
  115. },
  116. "testling": {
  117. "files": "test/GetIntrinsic.js"
  118. },
  119. "version": "1.1.3"
  120. }