package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_from": "array-buffer-byte-length@^1.0.1",
  3. "_id": "array-buffer-byte-length@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==",
  6. "_location": "/array-buffer-byte-length",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "array-buffer-byte-length@^1.0.1",
  12. "name": "array-buffer-byte-length",
  13. "escapedName": "array-buffer-byte-length",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/arraybuffer.prototype.slice",
  20. "/es-abstract"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/array-buffer-byte-length/-/array-buffer-byte-length-1.0.1.tgz",
  23. "_shasum": "1e5583ec16763540a27ae52eed99ff899223568f",
  24. "_spec": "array-buffer-byte-length@^1.0.1",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\es-abstract",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com"
  29. },
  30. "auto-changelog": {
  31. "output": "CHANGELOG.md",
  32. "template": "keepachangelog",
  33. "unreleased": false,
  34. "commitLimit": false,
  35. "backfillLimit": false,
  36. "hideCredit": true
  37. },
  38. "bugs": {
  39. "url": "https://github.com/inspect-js/array-buffer-byte-length/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "call-bind": "^1.0.5",
  44. "is-array-buffer": "^3.0.4"
  45. },
  46. "deprecated": false,
  47. "description": "Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^21.1.0",
  50. "@types/call-bind": "^1.0.5",
  51. "@types/es-value-fixtures": "^1.4.4",
  52. "@types/for-each": "^0.3.3",
  53. "@types/object-inspect": "^1.8.4",
  54. "@types/tape": "^5.6.4",
  55. "aud": "^2.0.4",
  56. "auto-changelog": "^2.4.0",
  57. "es-value-fixtures": "^1.4.2",
  58. "eslint": "=8.8.0",
  59. "evalmd": "^0.0.19",
  60. "for-each": "^0.3.3",
  61. "in-publish": "^2.0.1",
  62. "npmignore": "^0.3.1",
  63. "nyc": "^10.3.2",
  64. "object-inspect": "^1.13.1",
  65. "safe-publish-latest": "^2.0.0",
  66. "tape": "^5.7.4",
  67. "typescript": "^5.4.0-dev.20240202"
  68. },
  69. "engines": {
  70. "node": ">= 0.4"
  71. },
  72. "exports": {
  73. ".": "./index.js",
  74. "./package.json": "./package.json"
  75. },
  76. "funding": {
  77. "url": "https://github.com/sponsors/ljharb"
  78. },
  79. "homepage": "https://github.com/inspect-js/array-buffer-byte-length#readme",
  80. "keywords": [
  81. "shim",
  82. "polyfill",
  83. "ArrayBuffer",
  84. "byteLength",
  85. "byte",
  86. "length",
  87. "es-shim API",
  88. "es-shims"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "array-buffer-byte-length",
  93. "publishConfig": {
  94. "ignore": [
  95. ".github/workflows"
  96. ]
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/inspect-js/array-buffer-byte-length.git"
  101. },
  102. "scripts": {
  103. "lint": "eslint --ext=js,mjs .",
  104. "postlint": "tsc -p .",
  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",
  113. "tests-only": "nyc tape 'test/**/*.js'",
  114. "version": "auto-changelog && git add CHANGELOG.md"
  115. },
  116. "sideEffects": false,
  117. "testling": {
  118. "files": "test/index.js"
  119. },
  120. "types": "./index.d.ts",
  121. "version": "1.0.1"
  122. }