package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. {
  2. "_args": [
  3. [
  4. "which-typed-array@1.1.9",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "which-typed-array@1.1.9",
  10. "_id": "which-typed-array@1.1.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-w9c4xkx6mPidwp7180ckYWfMmvxpjlZuIudNtDf4N/tTAUB8VJbX25qZoAsrtGuYNnGw3pa0AXgbGKRB8/EceA==",
  13. "_location": "/which-typed-array",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "which-typed-array@1.1.9",
  19. "name": "which-typed-array",
  20. "escapedName": "which-typed-array",
  21. "rawSpec": "1.1.9",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.9"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.9.tgz",
  29. "_spec": "1.1.9",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com",
  34. "url": "http://ljharb.codes"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true
  43. },
  44. "bugs": {
  45. "url": "https://github.com/inspect-js/which-typed-array/issues"
  46. },
  47. "contributors": [
  48. {
  49. "name": "Jordan Harband",
  50. "email": "ljharb@gmail.com",
  51. "url": "http://ljharb.codes"
  52. }
  53. ],
  54. "dependencies": {
  55. "available-typed-arrays": "^1.0.5",
  56. "call-bind": "^1.0.2",
  57. "for-each": "^0.3.3",
  58. "gopd": "^1.0.1",
  59. "has-tostringtag": "^1.0.0",
  60. "is-typed-array": "^1.1.10"
  61. },
  62. "description": "Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.",
  63. "devDependencies": {
  64. "@ljharb/eslint-config": "^21.0.0",
  65. "aud": "^2.0.1",
  66. "auto-changelog": "^2.4.0",
  67. "eslint": "=8.8.0",
  68. "in-publish": "^2.0.1",
  69. "is-callable": "^1.2.7",
  70. "make-arrow-function": "^1.2.0",
  71. "make-generator-function": "^2.0.0",
  72. "npmignore": "^0.3.0",
  73. "nyc": "^10.3.2",
  74. "safe-publish-latest": "^2.0.0",
  75. "tape": "^5.6.1"
  76. },
  77. "engines": {
  78. "node": ">= 0.4"
  79. },
  80. "funding": {
  81. "url": "https://github.com/sponsors/ljharb"
  82. },
  83. "homepage": "https://github.com/inspect-js/which-typed-array#readme",
  84. "keywords": [
  85. "array",
  86. "TypedArray",
  87. "typed array",
  88. "which",
  89. "typed",
  90. "Int8Array",
  91. "Uint8Array",
  92. "Uint8ClampedArray",
  93. "Int16Array",
  94. "Uint16Array",
  95. "Int32Array",
  96. "Uint32Array",
  97. "Float32Array",
  98. "Float64Array",
  99. "ES6",
  100. "toStringTag",
  101. "Symbol.toStringTag",
  102. "@@toStringTag"
  103. ],
  104. "license": "MIT",
  105. "main": "index.js",
  106. "name": "which-typed-array",
  107. "publishConfig": {
  108. "ignore": [
  109. ".github/workflows"
  110. ]
  111. },
  112. "repository": {
  113. "type": "git",
  114. "url": "git://github.com/inspect-js/which-typed-array.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. "prepack": "npmignore --auto --commentLines=autogenerated",
  121. "prepublish": "not-in-publish || npm run prepublishOnly",
  122. "prepublishOnly": "safe-publish-latest",
  123. "pretest": "npm run --silent lint",
  124. "test": "npm run tests-only && npm run test:harmony",
  125. "test:harmony": "nyc node --harmony --es-staging test",
  126. "tests-only": "nyc tape test",
  127. "version": "auto-changelog && git add CHANGELOG.md"
  128. },
  129. "sideEffects": false,
  130. "testling": {
  131. "files": "test/index.js",
  132. "browsers": [
  133. "iexplore/6.0..latest",
  134. "firefox/3.0..6.0",
  135. "firefox/15.0..latest",
  136. "firefox/nightly",
  137. "chrome/4.0..10.0",
  138. "chrome/20.0..latest",
  139. "chrome/canary",
  140. "opera/10.0..latest",
  141. "opera/next",
  142. "safari/4.0..latest",
  143. "ipad/6.0..latest",
  144. "iphone/6.0..latest",
  145. "android-browser/4.2"
  146. ]
  147. },
  148. "version": "1.1.9"
  149. }