package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "is-weakref@1.0.2",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-weakref@1.0.2",
  10. "_id": "is-weakref@1.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  13. "_location": "/is-weakref",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-weakref@1.0.2",
  19. "name": "is-weakref",
  20. "escapedName": "is-weakref",
  21. "rawSpec": "1.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.2"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/is-weakref/-/is-weakref-1.0.2.tgz",
  29. "_spec": "1.0.2",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  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. },
  43. "bugs": {
  44. "url": "https://github.com/inspect-js/is-weakref/issues"
  45. },
  46. "dependencies": {
  47. "call-bind": "^1.0.2"
  48. },
  49. "description": "Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^20.0.0",
  52. "aud": "^1.1.5",
  53. "auto-changelog": "^2.3.0",
  54. "eslint": "^8.4.1",
  55. "for-each": "^0.3.3",
  56. "nyc": "^10.3.2",
  57. "object-inspect": "^1.11.1",
  58. "safe-publish-latest": "^2.0.0",
  59. "tape": "^5.3.2"
  60. },
  61. "exports": {
  62. ".": "./index.js",
  63. "./package.json": "./package.json"
  64. },
  65. "funding": {
  66. "url": "https://github.com/sponsors/ljharb"
  67. },
  68. "homepage": "https://github.com/inspect-js/is-weakref#readme",
  69. "keywords": [
  70. "weakref",
  71. "weak",
  72. "ref",
  73. "finalization",
  74. "finalization registry"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "is-weakref",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/inspect-js/is-weakref.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. }