package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. {
  2. "_from": "call-bound@^1.0.2",
  3. "_id": "call-bound@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==",
  6. "_location": "/call-bound",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "call-bound@^1.0.2",
  12. "name": "call-bound",
  13. "escapedName": "call-bound",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/array-buffer-byte-length",
  20. "/array-includes",
  21. "/array.prototype.findlastindex",
  22. "/array.prototype.reduce",
  23. "/data-view-buffer",
  24. "/data-view-byte-length",
  25. "/data-view-byte-offset",
  26. "/es-abstract",
  27. "/function.prototype.name",
  28. "/get-symbol-description",
  29. "/is-arguments",
  30. "/is-array-buffer",
  31. "/is-async-function",
  32. "/is-boolean-object",
  33. "/is-data-view",
  34. "/is-date-object",
  35. "/is-finalizationregistry",
  36. "/is-generator-function",
  37. "/is-number-object",
  38. "/is-regex",
  39. "/is-shared-array-buffer",
  40. "/is-string",
  41. "/is-symbol",
  42. "/is-weakref",
  43. "/is-weakset",
  44. "/object.assign",
  45. "/object.values",
  46. "/safe-array-concat",
  47. "/safe-regex-test",
  48. "/side-channel-map",
  49. "/side-channel-weakmap",
  50. "/string.prototype.padstart",
  51. "/string.prototype.trim",
  52. "/string.prototype.trimend",
  53. "/typed-array-buffer",
  54. "/unbox-primitive",
  55. "/util.promisify",
  56. "/which-builtin-type",
  57. "/which-typed-array"
  58. ],
  59. "_resolved": "https://registry.npmmirror.com/call-bound/-/call-bound-1.0.4.tgz",
  60. "_shasum": "238de935d2a2a692928c538c7ccfa91067fd062a",
  61. "_spec": "call-bound@^1.0.2",
  62. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\side-channel-map",
  63. "author": {
  64. "name": "Jordan Harband",
  65. "email": "ljharb@gmail.com"
  66. },
  67. "auto-changelog": {
  68. "output": "CHANGELOG.md",
  69. "template": "keepachangelog",
  70. "unreleased": false,
  71. "commitLimit": false,
  72. "backfillLimit": false,
  73. "hideCredit": true
  74. },
  75. "bugs": {
  76. "url": "https://github.com/ljharb/call-bound/issues"
  77. },
  78. "bundleDependencies": false,
  79. "dependencies": {
  80. "call-bind-apply-helpers": "^1.0.2",
  81. "get-intrinsic": "^1.3.0"
  82. },
  83. "deprecated": false,
  84. "description": "Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.",
  85. "devDependencies": {
  86. "@arethetypeswrong/cli": "^0.17.4",
  87. "@ljharb/eslint-config": "^21.1.1",
  88. "@ljharb/tsconfig": "^0.3.0",
  89. "@types/call-bind": "^1.0.5",
  90. "@types/get-intrinsic": "^1.2.3",
  91. "@types/tape": "^5.8.1",
  92. "auto-changelog": "^2.5.0",
  93. "encoding": "^0.1.13",
  94. "es-value-fixtures": "^1.7.1",
  95. "eslint": "=8.8.0",
  96. "evalmd": "^0.0.19",
  97. "for-each": "^0.3.5",
  98. "gopd": "^1.2.0",
  99. "has-strict-mode": "^1.1.0",
  100. "in-publish": "^2.0.1",
  101. "npmignore": "^0.3.1",
  102. "nyc": "^10.3.2",
  103. "object-inspect": "^1.13.4",
  104. "safe-publish-latest": "^2.0.0",
  105. "tape": "^5.9.0",
  106. "typescript": "next"
  107. },
  108. "engines": {
  109. "node": ">= 0.4"
  110. },
  111. "exports": {
  112. ".": "./index.js",
  113. "./package.json": "./package.json"
  114. },
  115. "funding": {
  116. "url": "https://github.com/sponsors/ljharb"
  117. },
  118. "homepage": "https://github.com/ljharb/call-bound#readme",
  119. "keywords": [
  120. "javascript",
  121. "ecmascript",
  122. "es",
  123. "js",
  124. "callbind",
  125. "callbound",
  126. "call",
  127. "bind",
  128. "bound",
  129. "call-bind",
  130. "call-bound",
  131. "function",
  132. "es-abstract"
  133. ],
  134. "license": "MIT",
  135. "main": "index.js",
  136. "name": "call-bound",
  137. "publishConfig": {
  138. "ignore": [
  139. ".github/workflows"
  140. ]
  141. },
  142. "repository": {
  143. "type": "git",
  144. "url": "git+https://github.com/ljharb/call-bound.git"
  145. },
  146. "scripts": {
  147. "lint": "eslint --ext=.js,.mjs .",
  148. "postlint": "tsc -p . && attw -P",
  149. "posttest": "npx npm@'>=10.2' audit --production",
  150. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  151. "prelint": "evalmd README.md",
  152. "prepack": "npmignore --auto --commentLines=auto",
  153. "prepublish": "not-in-publish || npm run prepublishOnly",
  154. "prepublishOnly": "safe-publish-latest",
  155. "pretest": "npm run lint",
  156. "test": "npm run tests-only",
  157. "tests-only": "nyc tape 'test/**/*.js'",
  158. "version": "auto-changelog && git add CHANGELOG.md"
  159. },
  160. "sideEffects": false,
  161. "testling": {
  162. "files": "test/index.js"
  163. },
  164. "version": "1.0.4"
  165. }