package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. {
  2. "_args": [
  3. [
  4. "get-intrinsic@1.2.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_from": "get-intrinsic@1.2.0",
  9. "_id": "get-intrinsic@1.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-L049y6nFOuom5wGyRc3/gdTLO94dySVKRACj1RmJZBQXlbTMhtNIgkWkUHq+jYmZvKf14EW1EoJnnjbmoHij0Q==",
  12. "_location": "/get-intrinsic",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "get-intrinsic@1.2.0",
  18. "name": "get-intrinsic",
  19. "escapedName": "get-intrinsic",
  20. "rawSpec": "1.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.2.0"
  23. },
  24. "_requiredBy": [
  25. "/array-includes",
  26. "/call-bind",
  27. "/es-abstract",
  28. "/es-set-tostringtag",
  29. "/get-symbol-description",
  30. "/gopd",
  31. "/has-property-descriptors",
  32. "/internal-slot",
  33. "/is-array-buffer",
  34. "/safe-regex-test",
  35. "/side-channel"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.0.tgz",
  38. "_spec": "1.2.0",
  39. "_where": "E:\\2023\\5\\myjadmin",
  40. "author": {
  41. "name": "Jordan Harband",
  42. "email": "ljharb@gmail.com"
  43. },
  44. "auto-changelog": {
  45. "output": "CHANGELOG.md",
  46. "template": "keepachangelog",
  47. "unreleased": false,
  48. "commitLimit": false,
  49. "backfillLimit": false,
  50. "hideCredit": true
  51. },
  52. "bugs": {
  53. "url": "https://github.com/ljharb/get-intrinsic/issues"
  54. },
  55. "dependencies": {
  56. "function-bind": "^1.1.1",
  57. "has": "^1.0.3",
  58. "has-symbols": "^1.0.3"
  59. },
  60. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  61. "devDependencies": {
  62. "@ljharb/eslint-config": "^21.0.1",
  63. "aud": "^2.0.2",
  64. "auto-changelog": "^2.4.0",
  65. "call-bind": "^1.0.2",
  66. "es-abstract": "^1.21.1",
  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.0",
  76. "npmignore": "^0.3.0",
  77. "nyc": "^10.3.2",
  78. "object-inspect": "^1.12.3",
  79. "safe-publish-latest": "^2.0.0",
  80. "tape": "^5.6.3"
  81. },
  82. "exports": {
  83. ".": [
  84. {
  85. "default": "./index.js"
  86. },
  87. "./index.js"
  88. ],
  89. "./package.json": "./package.json"
  90. },
  91. "funding": {
  92. "url": "https://github.com/sponsors/ljharb"
  93. },
  94. "homepage": "https://github.com/ljharb/get-intrinsic#readme",
  95. "keywords": [
  96. "javascript",
  97. "ecmascript",
  98. "es",
  99. "js",
  100. "intrinsic",
  101. "getintrinsic",
  102. "es-abstract"
  103. ],
  104. "license": "MIT",
  105. "main": "index.js",
  106. "name": "get-intrinsic",
  107. "publishConfig": {
  108. "ignore": [
  109. ".github/workflows"
  110. ]
  111. },
  112. "repository": {
  113. "type": "git",
  114. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  115. },
  116. "scripts": {
  117. "lint": "eslint --ext=.js,.mjs .",
  118. "posttest": "aud --production",
  119. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  120. "prelint": "evalmd README.md",
  121. "prepack": "npmignore --auto --commentLines=autogenerated",
  122. "prepublish": "not-in-publish || npm run prepublishOnly",
  123. "prepublishOnly": "safe-publish-latest",
  124. "pretest": "npm run lint",
  125. "test": "npm run tests-only",
  126. "tests-only": "nyc tape 'test/**/*.js'",
  127. "version": "auto-changelog && git add CHANGELOG.md"
  128. },
  129. "testling": {
  130. "files": "test/GetIntrinsic.js"
  131. },
  132. "version": "1.2.0"
  133. }