package.json 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "is-number-object@1.0.6",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-number-object@1.0.6",
  10. "_id": "is-number-object@1.0.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-anqvg4x/BoalC0VT9+VKlklOifA=",
  13. "_location": "/is-number-object",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-number-object@1.0.6",
  19. "name": "is-number-object",
  20. "escapedName": "is-number-object",
  21. "rawSpec": "1.0.6",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.6"
  24. },
  25. "_requiredBy": [
  26. "/which-boxed-primitive"
  27. ],
  28. "_resolved": "https://registry.nlark.com/is-number-object/download/is-number-object-1.0.6.tgz",
  29. "_spec": "1.0.6",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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-number-object/issues"
  45. },
  46. "dependencies": {
  47. "has-tostringtag": "^1.0.0"
  48. },
  49. "description": "Is this value a JS Number object? 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-number-object#readme",
  71. "keywords": [
  72. "Number",
  73. "ES6",
  74. "toStringTag",
  75. "@@toStringTag",
  76. "Number object"
  77. ],
  78. "license": "MIT",
  79. "main": "index.js",
  80. "name": "is-number-object",
  81. "repository": {
  82. "type": "git",
  83. "url": "git://github.com/inspect-js/is-number-object.git"
  84. },
  85. "scripts": {
  86. "eccheck": "eclint check *.js **/*.js > /dev/null",
  87. "lint": "eslint .",
  88. "posttest": "npx 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. "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:corejs",
  94. "test:corejs": "nyc tape test-corejs.js",
  95. "tests-only": "nyc tape 'test/**/*.js'",
  96. "version": "auto-changelog && git add CHANGELOG.md"
  97. },
  98. "testling": {
  99. "files": "test/index.js",
  100. "browsers": [
  101. "iexplore/6.0..latest",
  102. "firefox/3.0..6.0",
  103. "firefox/15.0..latest",
  104. "firefox/nightly",
  105. "chrome/4.0..10.0",
  106. "chrome/20.0..latest",
  107. "chrome/canary",
  108. "opera/10.0..latest",
  109. "opera/next",
  110. "safari/4.0..latest",
  111. "ipad/6.0..latest",
  112. "iphone/6.0..latest",
  113. "android-browser/4.2"
  114. ]
  115. },
  116. "version": "1.0.6"
  117. }