package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_from": "is-number-object@^1.0.4",
  3. "_id": "is-number-object@1.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-zohwelOAur+5uXtk8O3GPQ1eAcu4ZX3UwxQhUlfFFMNpUd83gXgjbhJh6HmB6LUNV/ieOLQuDwJO3dWJosUeMw==",
  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.4.tgz",
  22. "_shasum": "36ac95e741cf18b283fc1ddf5e83da798e3ec197",
  23. "_spec": "is-number-object@^1.0.4",
  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. },
  36. "bugs": {
  37. "url": "https://github.com/inspect-js/is-number-object/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {},
  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": "^15.0.2",
  45. "auto-changelog": "^1.16.2",
  46. "covert": "^1.1.1",
  47. "eclint": "^2.8.1",
  48. "eslint": "^6.7.2",
  49. "foreach": "^2.0.5",
  50. "has-symbols": "^1.0.1",
  51. "indexof": "^0.0.1",
  52. "is": "^3.3.0",
  53. "safe-publish-latest": "^1.1.4",
  54. "tape": "^4.12.0"
  55. },
  56. "engines": {
  57. "node": ">= 0.4"
  58. },
  59. "funding": {
  60. "url": "https://github.com/sponsors/ljharb"
  61. },
  62. "homepage": "https://github.com/inspect-js/is-number-object#readme",
  63. "keywords": [
  64. "Number",
  65. "ES6",
  66. "toStringTag",
  67. "@@toStringTag",
  68. "Number object"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "name": "is-number-object",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/inspect-js/is-number-object.git"
  76. },
  77. "scripts": {
  78. "coverage": "covert test/index.js",
  79. "eccheck": "eclint check *.js **/*.js > /dev/null",
  80. "lint": "eslint .",
  81. "posttest": "npx aud",
  82. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  83. "prepublish": "safe-publish-latest",
  84. "pretest": "npm run lint",
  85. "test": "npm run tests-only",
  86. "tests-only": "node --harmony --es-staging test",
  87. "version": "auto-changelog && git add CHANGELOG.md"
  88. },
  89. "testling": {
  90. "files": "test/index.js",
  91. "browsers": [
  92. "iexplore/6.0..latest",
  93. "firefox/3.0..6.0",
  94. "firefox/15.0..latest",
  95. "firefox/nightly",
  96. "chrome/4.0..10.0",
  97. "chrome/20.0..latest",
  98. "chrome/canary",
  99. "opera/10.0..latest",
  100. "opera/next",
  101. "safari/4.0..latest",
  102. "ipad/6.0..latest",
  103. "iphone/6.0..latest",
  104. "android-browser/4.2"
  105. ]
  106. },
  107. "version": "1.0.4"
  108. }