package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. {
  2. "_from": "is-array-buffer@^3.0.4",
  3. "_id": "is-array-buffer@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==",
  6. "_location": "/is-array-buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-array-buffer@^3.0.4",
  12. "name": "is-array-buffer",
  13. "escapedName": "is-array-buffer",
  14. "rawSpec": "^3.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.4"
  17. },
  18. "_requiredBy": [
  19. "/array-buffer-byte-length",
  20. "/arraybuffer.prototype.slice",
  21. "/es-abstract"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/is-array-buffer/-/is-array-buffer-3.0.4.tgz",
  24. "_shasum": "7a1f92b3d61edd2bc65d24f130530ea93d7fae98",
  25. "_spec": "is-array-buffer@^3.0.4",
  26. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\es-abstract",
  27. "author": {
  28. "name": "Jordan Harband",
  29. "email": "ljharb@gmail.com"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true,
  38. "startingVersion": "2.0.1"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/inspect-js/is-array-buffer/issues"
  42. },
  43. "bundleDependencies": false,
  44. "dependencies": {
  45. "call-bind": "^1.0.2",
  46. "get-intrinsic": "^1.2.1"
  47. },
  48. "deprecated": false,
  49. "description": "Is this value a JS ArrayBuffer?",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^21.1.0",
  52. "@types/call-bind": "^1.0.5",
  53. "@types/es-value-fixtures": "^1.4.4",
  54. "@types/for-each": "^0.3.3",
  55. "@types/get-intrinsic": "^1.2.2",
  56. "@types/object-inspect": "^1.8.4",
  57. "@types/tape": "^5.6.4",
  58. "aud": "^2.0.4",
  59. "auto-changelog": "^2.4.0",
  60. "available-typed-arrays": "^1.0.6",
  61. "es-value-fixtures": "^1.4.2",
  62. "eslint": "=8.8.0",
  63. "for-each": "^0.3.3",
  64. "in-publish": "^2.0.1",
  65. "npmignore": "^0.3.1",
  66. "nyc": "^10.3.2",
  67. "object-inspect": "^1.13.1",
  68. "safe-publish-latest": "^2.0.0",
  69. "tape": "^5.7.4",
  70. "typescript": "next"
  71. },
  72. "engines": {
  73. "node": ">= 0.4"
  74. },
  75. "exports": {
  76. ".": "./index.js",
  77. "./package.json": "./package.json"
  78. },
  79. "funding": {
  80. "url": "https://github.com/sponsors/ljharb"
  81. },
  82. "homepage": "https://github.com/inspect-js/is-array-buffer#readme",
  83. "keywords": [
  84. "javascript",
  85. "ecmascript",
  86. "is",
  87. "arraybuffer",
  88. "array",
  89. "buffer"
  90. ],
  91. "license": "MIT",
  92. "main": "index.js",
  93. "name": "is-array-buffer",
  94. "publishConfig": {
  95. "ignore": [
  96. ".github/workflows"
  97. ]
  98. },
  99. "repository": {
  100. "type": "git",
  101. "url": "git+https://github.com/inspect-js/is-array-buffer.git"
  102. },
  103. "scripts": {
  104. "lint": "eslint --ext=.js,.mjs .",
  105. "postlint": "tsc -p .",
  106. "posttest": "aud --production",
  107. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  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. "types": "./index.d.ts",
  118. "version": "3.0.4"
  119. }