package.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. {
  2. "_args": [
  3. [
  4. "is-boolean-object@1.1.2",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "is-boolean-object@1.1.2",
  9. "_id": "is-boolean-object@1.1.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==",
  12. "_location": "/is-boolean-object",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-boolean-object@1.1.2",
  18. "name": "is-boolean-object",
  19. "escapedName": "is-boolean-object",
  20. "rawSpec": "1.1.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.2"
  23. },
  24. "_requiredBy": [
  25. "/which-boxed-primitive"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz",
  28. "_spec": "1.1.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-boolean-object/issues"
  44. },
  45. "dependencies": {
  46. "call-bind": "^1.0.2",
  47. "has-tostringtag": "^1.0.0"
  48. },
  49. "description": "Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  50. "devDependencies": {
  51. "@ljharb/eslint-config": "^17.6.0",
  52. "aud": "^1.1.5",
  53. "auto-changelog": "^2.3.0",
  54. "core-js": "^3.16.0",
  55. "eclint": "^2.8.1",
  56. "eslint": "^7.32.0",
  57. "foreach": "^2.0.5",
  58. "indexof": "^0.0.1",
  59. "is": "^3.3.0",
  60. "nyc": "^10.3.2",
  61. "safe-publish-latest": "^1.1.4",
  62. "tape": "^5.3.0"
  63. },
  64. "engines": {
  65. "node": ">= 0.4"
  66. },
  67. "funding": {
  68. "url": "https://github.com/sponsors/ljharb"
  69. },
  70. "homepage": "https://github.com/inspect-js/is-boolean-object#readme",
  71. "keywords": [
  72. "Boolean",
  73. "ES6",
  74. "toStringTag",
  75. "@@toStringTag",
  76. "Boolean object",
  77. "true",
  78. "false",
  79. "is-boolean"
  80. ],
  81. "license": "MIT",
  82. "main": "index.js",
  83. "name": "is-boolean-object",
  84. "repository": {
  85. "type": "git",
  86. "url": "git://github.com/inspect-js/is-boolean-object.git"
  87. },
  88. "scripts": {
  89. "eccheck": "eclint check $(git ls-files)",
  90. "lint": "eslint --ext=js,mjs .",
  91. "posttest": "aud --production",
  92. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  93. "prelint": "npm run eccheck",
  94. "prepublish": "not-in-publish || npm run prepublishOnly",
  95. "prepublishOnly": "safe-publish-latest",
  96. "pretest": "npm run lint",
  97. "test": "npm run tests-only && npm run test:harmony && npm run test:corejs",
  98. "test:corejs": "nyc tape test-corejs.js",
  99. "test:harmony": "node --harmony --es-staging test",
  100. "tests-only": "nyc tape 'test/**/*.js'",
  101. "version": "auto-changelog && git add CHANGELOG.md"
  102. },
  103. "testling": {
  104. "files": "test.js",
  105. "browsers": [
  106. "iexplore/6.0..latest",
  107. "firefox/3.0..6.0",
  108. "firefox/15.0..latest",
  109. "firefox/nightly",
  110. "chrome/4.0..10.0",
  111. "chrome/20.0..latest",
  112. "chrome/canary",
  113. "opera/10.0..latest",
  114. "opera/next",
  115. "safari/4.0..latest",
  116. "ipad/6.0..latest",
  117. "iphone/6.0..latest",
  118. "android-browser/4.2"
  119. ]
  120. },
  121. "version": "1.1.2"
  122. }