package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_from": "is-shared-array-buffer@^1.0.2",
  3. "_id": "is-shared-array-buffer@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==",
  6. "_location": "/is-shared-array-buffer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-shared-array-buffer@^1.0.2",
  12. "name": "is-shared-array-buffer",
  13. "escapedName": "is-shared-array-buffer",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz",
  22. "_shasum": "8f259c573b60b6a32d4058a1a07430c0a7344c79",
  23. "_spec": "is-shared-array-buffer@^1.0.2",
  24. "_where": "H:\\gs_nuxt\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com",
  28. "url": "http://ljharb.codes"
  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/is-shared-array-buffer/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "call-bind": "^1.0.2"
  44. },
  45. "deprecated": false,
  46. "description": "Is this value a JS SharedArrayBuffer?",
  47. "devDependencies": {
  48. "@ljharb/eslint-config": "^20.2.3",
  49. "aud": "^2.0.0",
  50. "auto-changelog": "^2.4.0",
  51. "es-value-fixtures": "^1.2.1",
  52. "eslint": "=8.8.0",
  53. "for-each": "^0.3.3",
  54. "nyc": "^10.3.2",
  55. "object-inspect": "^1.12.0",
  56. "safe-publish-latest": "^2.0.0",
  57. "tape": "^5.5.2"
  58. },
  59. "exports": {
  60. ".": "./index.js",
  61. "./package.json": "./package.json"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/inspect-js/is-shared-array-buffer#readme",
  67. "keywords": [
  68. "javascript",
  69. "ecmascript",
  70. "is",
  71. "sharedarraybuffer",
  72. "shared",
  73. "array",
  74. "buffer"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "is-shared-array-buffer",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/inspect-js/is-shared-array-buffer.git"
  82. },
  83. "scripts": {
  84. "lint": "eslint --ext=.js,.mjs .",
  85. "posttest": "aud --production",
  86. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  87. "prepublish": "not-in-publish || npm run prepublishOnly",
  88. "prepublishOnly": "safe-publish-latest",
  89. "pretest": "npm run lint",
  90. "test": "npm run tests-only --",
  91. "tests-only": "nyc tape 'test/**/*.js'",
  92. "version": "auto-changelog && git add CHANGELOG.md"
  93. },
  94. "version": "1.0.2"
  95. }