You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

133 lines
3.6 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "get-intrinsic@1.2.7",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "get-intrinsic@1.2.7",
  10. "_id": "get-intrinsic@1.2.7",
  11. "_inBundle": false,
  12. "_integrity": "sha512-VW6Pxhsrk0KAOqs3WEd0klDiF/+V7gQOpAvY1jVU/LHmaD/kQO4523aiJuikX/QAKYiW6x8Jh+RJej1almdtCA==",
  13. "_location": "/get-intrinsic",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "get-intrinsic@1.2.7",
  19. "name": "get-intrinsic",
  20. "escapedName": "get-intrinsic",
  21. "rawSpec": "1.2.7",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.7"
  24. },
  25. "_requiredBy": [
  26. "/call-bind",
  27. "/call-bound",
  28. "/set-function-length",
  29. "/side-channel-map",
  30. "/side-channel-weakmap"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/get-intrinsic/-/get-intrinsic-1.2.7.tgz",
  33. "_spec": "1.2.7",
  34. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  35. "author": {
  36. "name": "Jordan Harband",
  37. "email": "ljharb@gmail.com"
  38. },
  39. "auto-changelog": {
  40. "output": "CHANGELOG.md",
  41. "template": "keepachangelog",
  42. "unreleased": false,
  43. "commitLimit": false,
  44. "backfillLimit": false,
  45. "hideCredit": true
  46. },
  47. "bugs": {
  48. "url": "https://github.com/ljharb/get-intrinsic/issues"
  49. },
  50. "dependencies": {
  51. "call-bind-apply-helpers": "^1.0.1",
  52. "es-define-property": "^1.0.1",
  53. "es-errors": "^1.3.0",
  54. "es-object-atoms": "^1.0.0",
  55. "function-bind": "^1.1.2",
  56. "get-proto": "^1.0.0",
  57. "gopd": "^1.2.0",
  58. "has-symbols": "^1.1.0",
  59. "hasown": "^2.0.2",
  60. "math-intrinsics": "^1.1.0"
  61. },
  62. "description": "Get and robustly cache all JS language-level intrinsics at first require time",
  63. "devDependencies": {
  64. "@ljharb/eslint-config": "^21.1.1",
  65. "auto-changelog": "^2.5.0",
  66. "call-bound": "^1.0.3",
  67. "encoding": "^0.1.13",
  68. "es-abstract": "^1.23.8",
  69. "es-value-fixtures": "^1.5.0",
  70. "eslint": "=8.8.0",
  71. "evalmd": "^0.0.19",
  72. "for-each": "^0.3.3",
  73. "make-async-function": "^1.0.0",
  74. "make-async-generator-function": "^1.0.0",
  75. "make-generator-function": "^2.0.0",
  76. "mock-property": "^1.1.0",
  77. "npmignore": "^0.3.1",
  78. "nyc": "^10.3.2",
  79. "object-inspect": "^1.13.3",
  80. "safe-publish-latest": "^2.0.0",
  81. "tape": "^5.9.0"
  82. },
  83. "engines": {
  84. "node": ">= 0.4"
  85. },
  86. "exports": {
  87. ".": "./index.js",
  88. "./package.json": "./package.json"
  89. },
  90. "funding": {
  91. "url": "https://github.com/sponsors/ljharb"
  92. },
  93. "homepage": "https://github.com/ljharb/get-intrinsic#readme",
  94. "keywords": [
  95. "javascript",
  96. "ecmascript",
  97. "es",
  98. "js",
  99. "intrinsic",
  100. "getintrinsic",
  101. "es-abstract"
  102. ],
  103. "license": "MIT",
  104. "main": "index.js",
  105. "name": "get-intrinsic",
  106. "publishConfig": {
  107. "ignore": [
  108. ".github/workflows"
  109. ]
  110. },
  111. "repository": {
  112. "type": "git",
  113. "url": "git+https://github.com/ljharb/get-intrinsic.git"
  114. },
  115. "scripts": {
  116. "lint": "eslint --ext=.js,.mjs .",
  117. "posttest": "npx npm@'>= 10.2' audit --production",
  118. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  119. "prelint": "evalmd README.md",
  120. "prepack": "npmignore --auto --commentLines=autogenerated",
  121. "prepublish": "not-in-publish || npm run prepublishOnly",
  122. "prepublishOnly": "safe-publish-latest",
  123. "pretest": "npm run lint",
  124. "test": "npm run tests-only",
  125. "tests-only": "nyc tape 'test/**/*.js'",
  126. "version": "auto-changelog && git add CHANGELOG.md"
  127. },
  128. "sideEffects": false,
  129. "testling": {
  130. "files": "test/GetIntrinsic.js"
  131. },
  132. "version": "1.2.7"
  133. }