package.json 3.4 KB

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