package.json 2.4 KB

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