9a972609902e058c21921ec8b0eacfda84ea849490099db89bd2992fa5ec82c427549b1eccbd46329b55e9667e451fe8593d743293ac98276b3afe07c8c4c9 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "name": "is-number",
  3. "description": "Returns true if the value is a number. comprehensive tests.",
  4. "version": "4.0.0",
  5. "homepage": "https://github.com/jonschlinkert/is-number",
  6. "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
  7. "contributors": [
  8. "Jon Schlinkert (http://twitter.com/jonschlinkert)",
  9. "tunnckoCore (https://i.am.charlike.online)"
  10. ],
  11. "repository": "jonschlinkert/is-number",
  12. "bugs": {
  13. "url": "https://github.com/jonschlinkert/is-number/issues"
  14. },
  15. "license": "MIT",
  16. "files": [
  17. "index.js"
  18. ],
  19. "main": "index.js",
  20. "engines": {
  21. "node": ">=0.10.0"
  22. },
  23. "scripts": {
  24. "test": "mocha"
  25. },
  26. "devDependencies": {
  27. "benchmarked": "^2.0.0",
  28. "chalk": "^2.1.0",
  29. "gulp-format-md": "^1.0.0",
  30. "mocha": "^3.0.1"
  31. },
  32. "keywords": [
  33. "check",
  34. "coerce",
  35. "coercion",
  36. "integer",
  37. "is",
  38. "is-nan",
  39. "is-num",
  40. "is-number",
  41. "istype",
  42. "kind",
  43. "math",
  44. "nan",
  45. "num",
  46. "number",
  47. "numeric",
  48. "test",
  49. "type",
  50. "typeof",
  51. "value"
  52. ],
  53. "verb": {
  54. "related": {
  55. "list": [
  56. "even",
  57. "is-even",
  58. "is-odd",
  59. "is-primitive",
  60. "kind-of",
  61. "odd"
  62. ]
  63. },
  64. "toc": false,
  65. "layout": "default",
  66. "tasks": [
  67. "readme"
  68. ],
  69. "plugins": [
  70. "gulp-format-md"
  71. ],
  72. "lint": {
  73. "reflinks": true
  74. }
  75. }
  76. }