package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_args": [
  3. [
  4. "is-shared-array-buffer@1.0.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-shared-array-buffer@1.0.1",
  10. "_id": "is-shared-array-buffer@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-IU0NmyknYZN0rChcKhRO1X8LYz5Isj/Fsqh8NJOSf+N/hCOTwy29F32Ik7a+QszE63IdvmwdTPDd6cZ5pg4cwA==",
  13. "_location": "/is-shared-array-buffer",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-shared-array-buffer@1.0.1",
  19. "name": "is-shared-array-buffer",
  20. "escapedName": "is-shared-array-buffer",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/is-shared-array-buffer/-/is-shared-array-buffer-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com",
  34. "url": "http://ljharb.codes"
  35. },
  36. "auto-changelog": {
  37. "output": "CHANGELOG.md",
  38. "template": "keepachangelog",
  39. "unreleased": false,
  40. "commitLimit": false,
  41. "backfillLimit": false,
  42. "hideCredit": true
  43. },
  44. "bugs": {
  45. "url": "https://github.com/inspect-js/is-shared-array-buffer/issues"
  46. },
  47. "description": "Is this value a JS SharedArrayBuffer?",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^17.5.1",
  50. "aud": "^1.1.4",
  51. "auto-changelog": "^2.2.1",
  52. "es-value-fixtures": "^1.2.1",
  53. "eslint": "^7.21.0",
  54. "for-each": "^0.3.3",
  55. "nyc": "^10.3.2",
  56. "object-inspect": "^1.9.0",
  57. "tape": "^5.2.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. "pretest": "npm run lint",
  88. "test": "npm run tests-only --",
  89. "tests-only": "nyc tape 'test/**/*.js'",
  90. "version": "auto-changelog && git add CHANGELOG.md"
  91. },
  92. "version": "1.0.1"
  93. }