package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_from": "is-boolean-object@^1.1.0",
  3. "_id": "is-boolean-object@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-a7Uprx8UtD+HWdyYwnD1+ExtTgqQtD2k/1yJgtXP6wnMm8byhkoTZRl+95LLThpzNZJ5aEvi46cdH+ayMFRwmA==",
  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.0.tgz",
  22. "_shasum": "e2aaad3a3a8fca34c28f6eee135b156ed2587ff0",
  23. "_spec": "is-boolean-object@^1.1.0",
  24. "_where": "D:\\jiayue\\pig-ui\\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/ljharb/is-boolean-object/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "call-bind": "^1.0.0"
  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.3.0",
  48. "aud": "^1.1.3",
  49. "auto-changelog": "^2.2.1",
  50. "eclint": "^2.8.1",
  51. "eslint": "^7.15.0",
  52. "foreach": "^2.0.5",
  53. "indexof": "^0.0.1",
  54. "is": "^3.3.0",
  55. "nyc": "^10.3.2",
  56. "safe-publish-latest": "^1.1.4",
  57. "tape": "^5.0.1"
  58. },
  59. "engines": {
  60. "node": ">= 0.4"
  61. },
  62. "funding": {
  63. "url": "https://github.com/sponsors/ljharb"
  64. },
  65. "homepage": "https://github.com/ljharb/is-boolean-object#readme",
  66. "keywords": [
  67. "Boolean",
  68. "ES6",
  69. "toStringTag",
  70. "@@toStringTag",
  71. "Boolean object",
  72. "true",
  73. "false",
  74. "is-boolean"
  75. ],
  76. "license": "MIT",
  77. "main": "index.js",
  78. "name": "is-boolean-object",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/ljharb/is-boolean-object.git"
  82. },
  83. "scripts": {
  84. "eccheck": "eclint check $(git ls-files)",
  85. "lint": "eslint --ext=js,mjs .",
  86. "posttest": "aud --production",
  87. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  88. "prelint": "npm run eccheck",
  89. "prepublish": "safe-publish-latest",
  90. "pretest": "npm run lint",
  91. "test": "npm run tests-only && npm run test:harmony",
  92. "test:harmony": "node --harmony --es-staging test",
  93. "tests-only": "nyc tape 'test/**/*.js'",
  94. "version": "auto-changelog && git add CHANGELOG.md"
  95. },
  96. "testling": {
  97. "files": "test.js",
  98. "browsers": [
  99. "iexplore/6.0..latest",
  100. "firefox/3.0..6.0",
  101. "firefox/15.0..latest",
  102. "firefox/nightly",
  103. "chrome/4.0..10.0",
  104. "chrome/20.0..latest",
  105. "chrome/canary",
  106. "opera/10.0..latest",
  107. "opera/next",
  108. "safari/4.0..latest",
  109. "ipad/6.0..latest",
  110. "iphone/6.0..latest",
  111. "android-browser/4.2"
  112. ]
  113. },
  114. "version": "1.1.0"
  115. }