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.5 KiB

3 months ago
  1. {
  2. "_args": [
  3. [
  4. "call-bound@1.0.3",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "call-bound@1.0.3",
  10. "_id": "call-bound@1.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-YTd+6wGlNlPxSuri7Y6X8tY2dmm12UMH66RpKMhiX6rsk5wXXnYgbUcOt8kiS31/AjfoTOvCsE+w8nZQLQnzHA==",
  13. "_location": "/call-bound",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "call-bound@1.0.3",
  19. "name": "call-bound",
  20. "escapedName": "call-bound",
  21. "rawSpec": "1.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.3"
  24. },
  25. "_requiredBy": [
  26. "/object.assign",
  27. "/side-channel-map",
  28. "/side-channel-weakmap"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.3.tgz",
  31. "_spec": "1.0.3",
  32. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  33. "author": {
  34. "name": "Jordan Harband",
  35. "email": "ljharb@gmail.com"
  36. },
  37. "auto-changelog": {
  38. "output": "CHANGELOG.md",
  39. "template": "keepachangelog",
  40. "unreleased": false,
  41. "commitLimit": false,
  42. "backfillLimit": false,
  43. "hideCredit": true
  44. },
  45. "bugs": {
  46. "url": "https://github.com/ljharb/call-bound/issues"
  47. },
  48. "dependencies": {
  49. "call-bind-apply-helpers": "^1.0.1",
  50. "get-intrinsic": "^1.2.6"
  51. },
  52. "description": "Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.",
  53. "devDependencies": {
  54. "@arethetypeswrong/cli": "^0.17.1",
  55. "@ljharb/eslint-config": "^21.1.1",
  56. "@ljharb/tsconfig": "^0.2.2",
  57. "@types/call-bind": "^1.0.5",
  58. "@types/get-intrinsic": "^1.2.3",
  59. "@types/tape": "^5.6.5",
  60. "auto-changelog": "^2.5.0",
  61. "encoding": "^0.1.13",
  62. "es-value-fixtures": "^1.5.0",
  63. "eslint": "=8.8.0",
  64. "evalmd": "^0.0.19",
  65. "for-each": "^0.3.3",
  66. "gopd": "^1.2.0",
  67. "has-strict-mode": "^1.0.1",
  68. "in-publish": "^2.0.1",
  69. "npmignore": "^0.3.1",
  70. "nyc": "^10.3.2",
  71. "object-inspect": "^1.13.3",
  72. "safe-publish-latest": "^2.0.0",
  73. "tape": "^5.9.0",
  74. "typescript": "next"
  75. },
  76. "engines": {
  77. "node": ">= 0.4"
  78. },
  79. "exports": {
  80. ".": "./index.js",
  81. "./package.json": "./package.json"
  82. },
  83. "funding": {
  84. "url": "https://github.com/sponsors/ljharb"
  85. },
  86. "homepage": "https://github.com/ljharb/call-bound#readme",
  87. "keywords": [
  88. "javascript",
  89. "ecmascript",
  90. "es",
  91. "js",
  92. "callbind",
  93. "callbound",
  94. "call",
  95. "bind",
  96. "bound",
  97. "call-bind",
  98. "call-bound",
  99. "function",
  100. "es-abstract"
  101. ],
  102. "license": "MIT",
  103. "main": "index.js",
  104. "name": "call-bound",
  105. "publishConfig": {
  106. "ignore": [
  107. ".github/workflows"
  108. ]
  109. },
  110. "repository": {
  111. "type": "git",
  112. "url": "git+https://github.com/ljharb/call-bound.git"
  113. },
  114. "scripts": {
  115. "lint": "eslint --ext=.js,.mjs .",
  116. "postlint": "tsc -p . && attw -P",
  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=auto",
  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/index.js"
  131. },
  132. "version": "1.0.3"
  133. }