package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_from": "is-boolean-object@^1.1.0",
  3. "_id": "is-boolean-object@1.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-bXdQWkECBUIAcCkeH1unwJLIpZYaa5VvuygSyS/c2lf719mTKZDU5UdDRlpd01UjADgmW8RfqaP+mRaVPdr/Ng==",
  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.1.tgz",
  22. "_shasum": "3c0878f035cb821228d350d2e1e36719716a3de8",
  23. "_spec": "is-boolean-object@^1.1.0",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\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. },
  44. "deprecated": false,
  45. "description": "Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^17.6.0",
  48. "aud": "^1.1.5",
  49. "auto-changelog": "^2.2.1",
  50. "core-js": "^3.12.0",
  51. "eclint": "^2.8.1",
  52. "eslint": "^7.25.0",
  53. "foreach": "^2.0.5",
  54. "indexof": "^0.0.1",
  55. "is": "^3.3.0",
  56. "nyc": "^10.3.2",
  57. "safe-publish-latest": "^1.1.4",
  58. "tape": "^5.2.2"
  59. },
  60. "engines": {
  61. "node": ">= 0.4"
  62. },
  63. "funding": {
  64. "url": "https://github.com/sponsors/ljharb"
  65. },
  66. "homepage": "https://github.com/inspect-js/is-boolean-object#readme",
  67. "keywords": [
  68. "Boolean",
  69. "ES6",
  70. "toStringTag",
  71. "@@toStringTag",
  72. "Boolean object",
  73. "true",
  74. "false",
  75. "is-boolean"
  76. ],
  77. "license": "MIT",
  78. "main": "index.js",
  79. "name": "is-boolean-object",
  80. "repository": {
  81. "type": "git",
  82. "url": "git://github.com/inspect-js/is-boolean-object.git"
  83. },
  84. "scripts": {
  85. "eccheck": "eclint check $(git ls-files)",
  86. "lint": "eslint --ext=js,mjs .",
  87. "posttest": "aud --production",
  88. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  89. "prelint": "npm run eccheck",
  90. "prepublish": "not-in-publish || npm run prepublishOnly",
  91. "prepublishOnly": "safe-publish-latest",
  92. "pretest": "npm run lint",
  93. "test": "npm run tests-only && npm run test:harmony && npm run test:corejs",
  94. "test:corejs": "nyc tape test-corejs.js",
  95. "test:harmony": "node --harmony --es-staging test",
  96. "tests-only": "nyc tape 'test/**/*.js'",
  97. "version": "auto-changelog && git add CHANGELOG.md"
  98. },
  99. "testling": {
  100. "files": "test.js",
  101. "browsers": [
  102. "iexplore/6.0..latest",
  103. "firefox/3.0..6.0",
  104. "firefox/15.0..latest",
  105. "firefox/nightly",
  106. "chrome/4.0..10.0",
  107. "chrome/20.0..latest",
  108. "chrome/canary",
  109. "opera/10.0..latest",
  110. "opera/next",
  111. "safari/4.0..latest",
  112. "ipad/6.0..latest",
  113. "iphone/6.0..latest",
  114. "android-browser/4.2"
  115. ]
  116. },
  117. "version": "1.1.1"
  118. }