package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_from": "is-shared-array-buffer@^1.0.3",
  3. "_id": "is-shared-array-buffer@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==",
  6. "_location": "/is-shared-array-buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-shared-array-buffer@^1.0.3",
  12. "name": "is-shared-array-buffer",
  13. "escapedName": "is-shared-array-buffer",
  14. "rawSpec": "^1.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.3"
  17. },
  18. "_requiredBy": [
  19. "/arraybuffer.prototype.slice",
  20. "/es-abstract"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.3.tgz",
  23. "_shasum": "1237f1cba059cdb62431d378dcc37d9680181688",
  24. "_spec": "is-shared-array-buffer@^1.0.3",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\es-abstract",
  26. "author": {
  27. "name": "Jordan Harband",
  28. "email": "ljharb@gmail.com",
  29. "url": "http://ljharb.codes"
  30. },
  31. "auto-changelog": {
  32. "output": "CHANGELOG.md",
  33. "template": "keepachangelog",
  34. "unreleased": false,
  35. "commitLimit": false,
  36. "backfillLimit": false,
  37. "hideCredit": true
  38. },
  39. "bugs": {
  40. "url": "https://github.com/inspect-js/is-shared-array-buffer/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "call-bind": "^1.0.7"
  45. },
  46. "deprecated": false,
  47. "description": "Is this value a JS SharedArrayBuffer?",
  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/node": "^20.11.19",
  54. "@types/object-inspect": "^1.8.4",
  55. "@types/tape": "^5.6.4",
  56. "aud": "^2.0.4",
  57. "auto-changelog": "^2.4.0",
  58. "available-typed-arrays": "^1.0.7",
  59. "es-value-fixtures": "^1.4.2",
  60. "eslint": "=8.8.0",
  61. "for-each": "^0.3.3",
  62. "in-publish": "^2.0.1",
  63. "npmignore": "^0.3.1",
  64. "nyc": "^10.3.2",
  65. "object-inspect": "^1.13.1",
  66. "safe-publish-latest": "^2.0.0",
  67. "tape": "^5.7.5",
  68. "typescript": "next"
  69. },
  70. "engines": {
  71. "node": ">= 0.4"
  72. },
  73. "exports": {
  74. ".": "./index.js",
  75. "./package.json": "./package.json"
  76. },
  77. "funding": {
  78. "url": "https://github.com/sponsors/ljharb"
  79. },
  80. "homepage": "https://github.com/inspect-js/is-shared-array-buffer#readme",
  81. "keywords": [
  82. "javascript",
  83. "ecmascript",
  84. "is",
  85. "sharedarraybuffer",
  86. "shared",
  87. "array",
  88. "buffer"
  89. ],
  90. "license": "MIT",
  91. "main": "index.js",
  92. "name": "is-shared-array-buffer",
  93. "publishConfig": {
  94. "ignore": [
  95. ".github/workflows"
  96. ]
  97. },
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/inspect-js/is-shared-array-buffer.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. "prepack": "npmignore --auto --commentLines=autogenerated",
  108. "prepublish": "not-in-publish || npm run prepublishOnly",
  109. "prepublishOnly": "safe-publish-latest",
  110. "pretest": "npm run lint",
  111. "test": "npm run tests-only --",
  112. "tests-only": "nyc tape 'test/**/*.js'",
  113. "version": "auto-changelog && git add CHANGELOG.md"
  114. },
  115. "sideEffects": false,
  116. "version": "1.0.3"
  117. }