package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163
  1. {
  2. "_from": "is-typed-array@^1.1.15",
  3. "_id": "is-typed-array@1.1.15",
  4. "_inBundle": false,
  5. "_integrity": "sha512-p3EcsicXjit7SaskXHs1hA91QxgTw46Fv6EFKKGS5DRFLD8yKnohjF3hxoju94b/OcMZoQukzpPpBE9uLVKzgQ==",
  6. "_location": "/is-typed-array",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-typed-array@^1.1.15",
  12. "name": "is-typed-array",
  13. "escapedName": "is-typed-array",
  14. "rawSpec": "^1.1.15",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.15"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract",
  20. "/is-data-view",
  21. "/typed-array-buffer",
  22. "/typed-array-byte-length",
  23. "/typed-array-byte-offset",
  24. "/typed-array-length"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/is-typed-array/-/is-typed-array-1.1.15.tgz",
  27. "_shasum": "4bfb4a45b61cee83a5a46fba778e4e8d59c0ce0b",
  28. "_spec": "is-typed-array@^1.1.15",
  29. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\es-abstract",
  30. "author": {
  31. "name": "Jordan Harband",
  32. "email": "ljharb@gmail.com",
  33. "url": "http://ljharb.codes"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true,
  42. "startingVersion": "1.1.10"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/inspect-js/is-typed-array/issues"
  46. },
  47. "bundleDependencies": false,
  48. "contributors": [
  49. {
  50. "name": "Jordan Harband",
  51. "email": "ljharb@gmail.com",
  52. "url": "http://ljharb.codes"
  53. }
  54. ],
  55. "dependencies": {
  56. "which-typed-array": "^1.1.16"
  57. },
  58. "deprecated": false,
  59. "description": "Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.",
  60. "devDependencies": {
  61. "@arethetypeswrong/cli": "^0.17.1",
  62. "@ljharb/eslint-config": "^21.1.1",
  63. "@ljharb/tsconfig": "^0.2.2",
  64. "@types/for-each": "^0.3.3",
  65. "@types/is-callable": "^1.1.2",
  66. "@types/make-arrow-function": "^1.2.2",
  67. "@types/make-generator-function": "^2.0.3",
  68. "@types/node": "^20.17.10",
  69. "@types/object-inspect": "^1.13.0",
  70. "@types/tape": "^5.8.0",
  71. "auto-changelog": "^2.5.0",
  72. "encoding": "^0.1.13",
  73. "eslint": "=8.8.0",
  74. "evalmd": "^0.0.19",
  75. "for-each": "^0.3.3",
  76. "has-tostringtag": "^1.0.2",
  77. "in-publish": "^2.0.1",
  78. "is-callable": "^1.2.7",
  79. "make-arrow-function": "^1.2.0",
  80. "make-generator-function": "^2.0.0",
  81. "npmignore": "^0.3.1",
  82. "nyc": "^10.3.2",
  83. "object-inspect": "^1.13.3",
  84. "safe-publish-latest": "^2.0.0",
  85. "tape": "^5.9.0",
  86. "typescript": "next"
  87. },
  88. "engines": {
  89. "node": ">= 0.4"
  90. },
  91. "funding": {
  92. "url": "https://github.com/sponsors/ljharb"
  93. },
  94. "homepage": "https://github.com/inspect-js/is-typed-array#readme",
  95. "keywords": [
  96. "array",
  97. "TypedArray",
  98. "typed array",
  99. "is",
  100. "typed",
  101. "Int8Array",
  102. "Uint8Array",
  103. "Uint8ClampedArray",
  104. "Int16Array",
  105. "Uint16Array",
  106. "Int32Array",
  107. "Uint32Array",
  108. "Float32Array",
  109. "Float64Array",
  110. "ES6",
  111. "toStringTag",
  112. "Symbol.toStringTag",
  113. "@@toStringTag"
  114. ],
  115. "license": "MIT",
  116. "main": "index.js",
  117. "name": "is-typed-array",
  118. "publishConfig": {
  119. "ignore": [
  120. ".github/workflows"
  121. ]
  122. },
  123. "repository": {
  124. "type": "git",
  125. "url": "git://github.com/inspect-js/is-typed-array.git"
  126. },
  127. "scripts": {
  128. "lint": "eslint --ext=js,mjs .",
  129. "postlint": "tsc -p . && attw -P",
  130. "posttest": "npx npm@'>= 10.2' audit --production",
  131. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  132. "prelint": "evalmd README.md",
  133. "prepack": "npmignore --auto --commentLines=autogenerated",
  134. "prepublish": "not-in-publish || npm run prepublishOnly",
  135. "prepublishOnly": "safe-publish-latest",
  136. "pretest": "npm run --silent lint",
  137. "test": "npm run tests-only && npm run test:harmony",
  138. "test:harmony": "nyc node --harmony --es-staging test",
  139. "tests-only": "nyc tape test",
  140. "version": "auto-changelog && git add CHANGELOG.md"
  141. },
  142. "sideEffects": false,
  143. "testling": {
  144. "files": "test/index.js",
  145. "browsers": [
  146. "iexplore/6.0..latest",
  147. "firefox/3.0..6.0",
  148. "firefox/15.0..latest",
  149. "firefox/nightly",
  150. "chrome/4.0..10.0",
  151. "chrome/20.0..latest",
  152. "chrome/canary",
  153. "opera/10.0..latest",
  154. "opera/next",
  155. "safari/4.0..latest",
  156. "ipad/6.0..latest",
  157. "iphone/6.0..latest",
  158. "android-browser/4.2"
  159. ]
  160. },
  161. "types": "./index.d.ts",
  162. "version": "1.1.15"
  163. }