package.json 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "is-weakref@^1.0.2",
  3. "_id": "is-weakref@1.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==",
  6. "_location": "/is-weakref",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-weakref@^1.0.2",
  12. "name": "is-weakref",
  13. "escapedName": "is-weakref",
  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-weakref/-/is-weakref-1.0.2.tgz",
  22. "_shasum": "9529f383a9338205e89765e0392efc2f100f06f2",
  23. "_spec": "is-weakref@^1.0.2",
  24. "_where": "H:\\gs_nuxt\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inspect-js/is-weakref/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.2"
  43. },
  44. "deprecated": false,
  45. "description": "Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^20.0.0",
  48. "aud": "^1.1.5",
  49. "auto-changelog": "^2.3.0",
  50. "eslint": "^8.4.1",
  51. "for-each": "^0.3.3",
  52. "nyc": "^10.3.2",
  53. "object-inspect": "^1.11.1",
  54. "safe-publish-latest": "^2.0.0",
  55. "tape": "^5.3.2"
  56. },
  57. "exports": {
  58. ".": "./index.js",
  59. "./package.json": "./package.json"
  60. },
  61. "funding": {
  62. "url": "https://github.com/sponsors/ljharb"
  63. },
  64. "homepage": "https://github.com/inspect-js/is-weakref#readme",
  65. "keywords": [
  66. "weakref",
  67. "weak",
  68. "ref",
  69. "finalization",
  70. "finalization registry"
  71. ],
  72. "license": "MIT",
  73. "main": "index.js",
  74. "name": "is-weakref",
  75. "repository": {
  76. "type": "git",
  77. "url": "git+https://github.com/inspect-js/is-weakref.git"
  78. },
  79. "scripts": {
  80. "lint": "eslint --ext=js,mjs .",
  81. "posttest": "aud --production",
  82. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  83. "prepublish": "not-in-publish || npm run prepublishOnly",
  84. "prepublishOnly": "safe-publish-latest",
  85. "pretest": "npm run lint",
  86. "test": "npm run tests-only",
  87. "tests-only": "nyc tape 'test/**/*.js'",
  88. "version": "auto-changelog && git add CHANGELOG.md"
  89. },
  90. "version": "1.0.2"
  91. }