package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_args": [
  3. [
  4. "available-typed-arrays@1.0.5",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "available-typed-arrays@1.0.5",
  10. "_id": "available-typed-arrays@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==",
  13. "_location": "/available-typed-arrays",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "available-typed-arrays@1.0.5",
  19. "name": "available-typed-arrays",
  20. "escapedName": "available-typed-arrays",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract",
  27. "/is-typed-array",
  28. "/which-typed-array"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz",
  31. "_spec": "1.0.5",
  32. "_where": "E:\\2023\\5\\myjadmin",
  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/inspect-js/available-typed-arrays/issues"
  47. },
  48. "description": "Returns an array of Typed Array names that are available in the current environment",
  49. "devDependencies": {
  50. "@ljharb/eslint-config": "^18.0.0",
  51. "array.prototype.every": "^1.1.2",
  52. "aud": "^1.1.5",
  53. "auto-changelog": "^2.3.0",
  54. "eslint": "^7.32.0",
  55. "evalmd": "^0.0.19",
  56. "isarray": "^2.0.5",
  57. "nyc": "^10.3.2",
  58. "safe-publish-latest": "^1.1.4",
  59. "tape": "^5.3.1"
  60. },
  61. "engines": {
  62. "node": ">= 0.4"
  63. },
  64. "exports": {
  65. ".": [
  66. {
  67. "default": "./index.js"
  68. },
  69. "./index.js"
  70. ],
  71. "./package": "./package.json",
  72. "./package.json": "./package.json"
  73. },
  74. "funding": {
  75. "url": "https://github.com/sponsors/ljharb"
  76. },
  77. "homepage": "https://github.com/inspect-js/available-typed-arrays#readme",
  78. "keywords": [
  79. "typed",
  80. "arrays",
  81. "Float32Array",
  82. "Float64Array",
  83. "Int8Array",
  84. "Int16Array",
  85. "Int32Array",
  86. "Uint8Array",
  87. "Uint8ClampedArray",
  88. "Uint16Array",
  89. "Uint32Array",
  90. "BigInt64Array",
  91. "BigUint64Array"
  92. ],
  93. "license": "MIT",
  94. "main": "index.js",
  95. "name": "available-typed-arrays",
  96. "repository": {
  97. "type": "git",
  98. "url": "git+https://github.com/inspect-js/available-typed-arrays.git"
  99. },
  100. "scripts": {
  101. "lint": "eslint --ext=js,mjs .",
  102. "posttest": "aud --production",
  103. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  104. "prelint": "evalmd README.md",
  105. "prepublish": "not-in-publish || npm run prepublishOnly",
  106. "prepublishOnly": "safe-publish-latest",
  107. "pretest": "npm run lint",
  108. "test": "npm run tests-only && npm run test:harmony",
  109. "test:harmony": "nyc node --harmony --es-staging test",
  110. "tests-only": "nyc tape 'test/**/*.js'",
  111. "version": "auto-changelog && git add CHANGELOG.md"
  112. },
  113. "sideEffects": false,
  114. "type": "commonjs",
  115. "version": "1.0.5"
  116. }