package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "is-array-buffer@3.0.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-array-buffer@3.0.2",
  10. "_id": "is-array-buffer@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==",
  13. "_location": "/is-array-buffer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-array-buffer@3.0.2",
  19. "name": "is-array-buffer",
  20. "escapedName": "is-array-buffer",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz",
  29. "_spec": "3.0.2",
  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. "startingVersion": "2.0.1"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/inspect-js/is-array-buffer/issues"
  46. },
  47. "dependencies": {
  48. "call-bind": "^1.0.2",
  49. "get-intrinsic": "^1.2.0",
  50. "is-typed-array": "^1.1.10"
  51. },
  52. "description": "Is this value a JS ArrayBuffer?",
  53. "devDependencies": {
  54. "@ljharb/eslint-config": "^21.0.1",
  55. "aud": "^2.0.2",
  56. "auto-changelog": "^2.4.0",
  57. "available-typed-arrays": "^1.0.5",
  58. "es-value-fixtures": "^1.4.2",
  59. "eslint": "=8.8.0",
  60. "for-each": "^0.3.3",
  61. "in-publish": "^2.0.1",
  62. "npmignore": "^0.3.0",
  63. "nyc": "^10.3.2",
  64. "object-inspect": "^1.12.3",
  65. "safe-publish-latest": "^2.0.0",
  66. "tape": "^5.6.3"
  67. },
  68. "exports": {
  69. ".": "./index.js",
  70. "./package.json": "./package.json"
  71. },
  72. "funding": {
  73. "url": "https://github.com/sponsors/ljharb"
  74. },
  75. "homepage": "https://github.com/inspect-js/is-array-buffer#readme",
  76. "keywords": [
  77. "javascript",
  78. "ecmascript",
  79. "is",
  80. "arraybuffer",
  81. "array",
  82. "buffer"
  83. ],
  84. "license": "MIT",
  85. "main": "index.js",
  86. "name": "is-array-buffer",
  87. "publishConfig": {
  88. "ignore": [
  89. ".github/workflows"
  90. ]
  91. },
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/inspect-js/is-array-buffer.git"
  95. },
  96. "scripts": {
  97. "lint": "eslint --ext=.js,.mjs .",
  98. "posttest": "aud --production",
  99. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  100. "prepack": "npmignore --auto --commentLines=autogenerated",
  101. "prepublish": "not-in-publish || npm run prepublishOnly",
  102. "prepublishOnly": "safe-publish-latest",
  103. "pretest": "npm run lint",
  104. "test": "npm run tests-only --",
  105. "tests-only": "nyc tape 'test/**/*.js'",
  106. "version": "auto-changelog && git add CHANGELOG.md"
  107. },
  108. "sideEffects": false,
  109. "version": "3.0.2"
  110. }