package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_from": "is-number-object@^1.0.4",
  3. "_id": "is-number-object@1.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==",
  6. "_location": "/is-number-object",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-number-object@^1.0.4",
  12. "name": "is-number-object",
  13. "escapedName": "is-number-object",
  14. "rawSpec": "^1.0.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.4"
  17. },
  18. "_requiredBy": [
  19. "/which-boxed-primitive"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz",
  22. "_shasum": "59d50ada4c45251784e9904f5246c742f07a42fc",
  23. "_spec": "is-number-object@^1.0.4",
  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-number-object/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "has-tostringtag": "^1.0.0"
  43. },
  44. "deprecated": false,
  45. "description": "Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
  46. "devDependencies": {
  47. "@ljharb/eslint-config": "^20.2.3",
  48. "aud": "^2.0.0",
  49. "auto-changelog": "^2.4.0",
  50. "core-js": "^3.21.1",
  51. "eclint": "^2.8.1",
  52. "eslint": "=8.8.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": "^2.0.0",
  58. "tape": "^5.5.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-number-object#readme",
  67. "keywords": [
  68. "Number",
  69. "ES6",
  70. "toStringTag",
  71. "@@toStringTag",
  72. "Number object"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "is-number-object",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/inspect-js/is-number-object.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint --ext=js,mjs .",
  83. "posttest": "aud --production",
  84. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  85. "prelint": "eclint check $(git ls-files | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
  86. "prepublish": "not-in-publish || npm run prepublishOnly",
  87. "prepublishOnly": "safe-publish-latest",
  88. "pretest": "npm run lint",
  89. "test": "npm run tests-only && npm run test:corejs",
  90. "test:corejs": "nyc tape test-corejs.js",
  91. "tests-only": "nyc tape 'test/**/*.js'",
  92. "version": "auto-changelog && git add CHANGELOG.md"
  93. },
  94. "testling": {
  95. "files": "test/index.js",
  96. "browsers": [
  97. "iexplore/6.0..latest",
  98. "firefox/3.0..6.0",
  99. "firefox/15.0..latest",
  100. "firefox/nightly",
  101. "chrome/4.0..10.0",
  102. "chrome/20.0..latest",
  103. "chrome/canary",
  104. "opera/10.0..latest",
  105. "opera/next",
  106. "safari/4.0..latest",
  107. "ipad/6.0..latest",
  108. "iphone/6.0..latest",
  109. "android-browser/4.2"
  110. ]
  111. },
  112. "version": "1.0.7"
  113. }