package.json 2.6 KB

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