package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. {
  2. "_args": [
  3. [
  4. "typed-array-length@1.0.4",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "typed-array-length@1.0.4",
  10. "_id": "typed-array-length@1.0.4",
  11. "_inBundle": false,
  12. "_integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==",
  13. "_location": "/typed-array-length",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "typed-array-length@1.0.4",
  19. "name": "typed-array-length",
  20. "escapedName": "typed-array-length",
  21. "rawSpec": "1.0.4",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.4"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz",
  29. "_spec": "1.0.4",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/inspect-js/typed-array-length/issues"
  45. },
  46. "dependencies": {
  47. "call-bind": "^1.0.2",
  48. "for-each": "^0.3.3",
  49. "is-typed-array": "^1.1.9"
  50. },
  51. "description": "Robustly get the length of a Typed Array",
  52. "devDependencies": {
  53. "@ljharb/eslint-config": "^21.0.0",
  54. "aud": "^2.0.0",
  55. "auto-changelog": "^2.4.0",
  56. "eslint": "=8.8.0",
  57. "evalmd": "^0.0.19",
  58. "is-callable": "^1.2.4",
  59. "make-arrow-function": "^1.2.0",
  60. "make-generator-function": "^2.0.0",
  61. "npmignore": "^0.3.0",
  62. "nyc": "^10.3.2",
  63. "object-inspect": "^1.12.1",
  64. "safe-publish-latest": "^2.0.0",
  65. "tape": "^5.5.3"
  66. },
  67. "exports": {
  68. ".": "./index.js",
  69. "./package.json": "./package.json"
  70. },
  71. "funding": {
  72. "url": "https://github.com/sponsors/ljharb"
  73. },
  74. "homepage": "https://github.com/inspect-js/typed-array-length#readme",
  75. "keywords": [
  76. "typed",
  77. "array",
  78. "length",
  79. "robust",
  80. "es",
  81. "Int8Array",
  82. "Uint8Array",
  83. "Uint8ClampedArray",
  84. "Int16Array",
  85. "Uint16Array",
  86. "Int32Array",
  87. "Uint32Array",
  88. "Float32Array",
  89. "Float64Array"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "typed-array-length",
  94. "publishConfig": {
  95. "ignore": [
  96. ".github/workflows"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/inspect-js/typed-array-length.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=js,mjs .",
  105. "posttest": "aud --production",
  106. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  107. "prelint": "evalmd README.md",
  108. "prepack": "npmignore --auto --commentLines=autogenerated",
  109. "prepublish": "not-in-publish || npm run prepublishOnly",
  110. "prepublishOnly": "safe-publish-latest",
  111. "pretest": "npm run lint",
  112. "test": "npm run tests-only && npm run test:harmony",
  113. "test:harmony": "nyc node --harmony --es-staging test",
  114. "tests-only": "nyc tape 'test/**/*.js'",
  115. "version": "auto-changelog && git add CHANGELOG.md"
  116. },
  117. "testling": {
  118. "files": "test/index.js"
  119. },
  120. "version": "1.0.4"
  121. }