package.json 3.2 KB

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