package.json 4.1 KB

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