package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "_args": [
  3. [
  4. "is-number@4.0.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-number@4.0.0",
  10. "_id": "is-number@4.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-rSklcAIlf1OmFdyAqbnWTLVelsQ58uvZ66S/ZyawjWqIviTWCjg2PzVGw8WUA+nNuPTqb4wgA+NszrJ+08LlgQ==",
  13. "_location": "/randomatic/is-number",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-number@4.0.0",
  19. "name": "is-number",
  20. "escapedName": "is-number",
  21. "rawSpec": "4.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "4.0.0"
  24. },
  25. "_requiredBy": [
  26. "/randomatic"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-number/-/is-number-4.0.0.tgz",
  29. "_spec": "4.0.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/is-number/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Jon Schlinkert",
  41. "url": "http://twitter.com/jonschlinkert"
  42. },
  43. {
  44. "name": "tunnckoCore",
  45. "url": "https://i.am.charlike.online"
  46. }
  47. ],
  48. "description": "Returns true if the value is a number. comprehensive tests.",
  49. "devDependencies": {
  50. "benchmarked": "^2.0.0",
  51. "chalk": "^2.1.0",
  52. "gulp-format-md": "^1.0.0",
  53. "mocha": "^3.0.1"
  54. },
  55. "engines": {
  56. "node": ">=0.10.0"
  57. },
  58. "files": [
  59. "index.js"
  60. ],
  61. "homepage": "https://github.com/jonschlinkert/is-number",
  62. "keywords": [
  63. "check",
  64. "coerce",
  65. "coercion",
  66. "integer",
  67. "is",
  68. "is-nan",
  69. "is-num",
  70. "is-number",
  71. "istype",
  72. "kind",
  73. "math",
  74. "nan",
  75. "num",
  76. "number",
  77. "numeric",
  78. "test",
  79. "type",
  80. "typeof",
  81. "value"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "is-number",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jonschlinkert/is-number.git"
  89. },
  90. "scripts": {
  91. "test": "mocha"
  92. },
  93. "verb": {
  94. "related": {
  95. "list": [
  96. "even",
  97. "is-even",
  98. "is-odd",
  99. "is-primitive",
  100. "kind-of",
  101. "odd"
  102. ]
  103. },
  104. "toc": false,
  105. "layout": "default",
  106. "tasks": [
  107. "readme"
  108. ],
  109. "plugins": [
  110. "gulp-format-md"
  111. ],
  112. "lint": {
  113. "reflinks": true
  114. }
  115. },
  116. "version": "4.0.0"
  117. }