package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. "is-boolean-object@1.1.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-boolean-object@1.1.2",
  10. "_id": "is-boolean-object@1.1.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-XG3CACRt2TIa5LiFoRS7H3X2Nxk=",
  13. "_location": "/is-boolean-object",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-boolean-object@1.1.2",
  19. "name": "is-boolean-object",
  20. "escapedName": "is-boolean-object",
  21. "rawSpec": "1.1.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.2"
  24. },
  25. "_requiredBy": [
  26. "/which-boxed-primitive"
  27. ],
  28. "_resolved": "https://registry.nlark.com/is-boolean-object/download/is-boolean-object-1.1.2.tgz?cache=0&sync_timestamp=1628207133571&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fis-boolean-object%2Fdownload%2Fis-boolean-object-1.1.2.tgz",
  29. "_spec": "1.1.2",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  31. "author": {
  32. "name": "Jordan Harband",
  33. "email": "ljharb@gmail.com"
  34. },
  35. "auto-changelog": {
  36. "output": "CHANGELOG.md",
  37. "template": "keepachangelog",
  38. "unreleased": false,
  39. "commitLimit": false,
  40. "backfillLimit": false,
  41. "hideCredit": true
  42. },
  43. "bugs": {
  44. "url": "https://github.com/inspect-js/is-boolean-object/issues"
  45. },
  46. "dependencies": {
  47. "call-bind": "^1.0.2",
  48. "has-tostringtag": "^1.0.0"
  49. },
  50. "description": "Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  51. "devDependencies": {
  52. "@ljharb/eslint-config": "^17.6.0",
  53. "aud": "^1.1.5",
  54. "auto-changelog": "^2.3.0",
  55. "core-js": "^3.16.0",
  56. "eclint": "^2.8.1",
  57. "eslint": "^7.32.0",
  58. "foreach": "^2.0.5",
  59. "indexof": "^0.0.1",
  60. "is": "^3.3.0",
  61. "nyc": "^10.3.2",
  62. "safe-publish-latest": "^1.1.4",
  63. "tape": "^5.3.0"
  64. },
  65. "engines": {
  66. "node": ">= 0.4"
  67. },
  68. "funding": {
  69. "url": "https://github.com/sponsors/ljharb"
  70. },
  71. "homepage": "https://github.com/inspect-js/is-boolean-object#readme",
  72. "keywords": [
  73. "Boolean",
  74. "ES6",
  75. "toStringTag",
  76. "@@toStringTag",
  77. "Boolean object",
  78. "true",
  79. "false",
  80. "is-boolean"
  81. ],
  82. "license": "MIT",
  83. "main": "index.js",
  84. "name": "is-boolean-object",
  85. "repository": {
  86. "type": "git",
  87. "url": "git://github.com/inspect-js/is-boolean-object.git"
  88. },
  89. "scripts": {
  90. "eccheck": "eclint check $(git ls-files)",
  91. "lint": "eslint --ext=js,mjs .",
  92. "posttest": "aud --production",
  93. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  94. "prelint": "npm run eccheck",
  95. "prepublish": "not-in-publish || npm run prepublishOnly",
  96. "prepublishOnly": "safe-publish-latest",
  97. "pretest": "npm run lint",
  98. "test": "npm run tests-only && npm run test:harmony && npm run test:corejs",
  99. "test:corejs": "nyc tape test-corejs.js",
  100. "test:harmony": "node --harmony --es-staging test",
  101. "tests-only": "nyc tape 'test/**/*.js'",
  102. "version": "auto-changelog && git add CHANGELOG.md"
  103. },
  104. "testling": {
  105. "files": "test.js",
  106. "browsers": [
  107. "iexplore/6.0..latest",
  108. "firefox/3.0..6.0",
  109. "firefox/15.0..latest",
  110. "firefox/nightly",
  111. "chrome/4.0..10.0",
  112. "chrome/20.0..latest",
  113. "chrome/canary",
  114. "opera/10.0..latest",
  115. "opera/next",
  116. "safari/4.0..latest",
  117. "ipad/6.0..latest",
  118. "iphone/6.0..latest",
  119. "android-browser/4.2"
  120. ]
  121. },
  122. "version": "1.1.2"
  123. }