package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. {
  2. "_args": [
  3. [
  4. "is-number@7.0.0",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-number@7.0.0",
  10. "_id": "is-number@7.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
  13. "_location": "/is-number",
  14. "_optional": true,
  15. "_phantomChildren": {},
  16. "_requested": {
  17. "type": "version",
  18. "registry": true,
  19. "raw": "is-number@7.0.0",
  20. "name": "is-number",
  21. "escapedName": "is-number",
  22. "rawSpec": "7.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "7.0.0"
  25. },
  26. "_requiredBy": [
  27. "/to-regex-range"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
  30. "_spec": "7.0.0",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Jon Schlinkert",
  34. "url": "https://github.com/jonschlinkert"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/jonschlinkert/is-number/issues"
  38. },
  39. "contributors": [
  40. {
  41. "name": "Jon Schlinkert",
  42. "url": "http://twitter.com/jonschlinkert"
  43. },
  44. {
  45. "name": "Olsten Larck",
  46. "url": "https://i.am.charlike.online"
  47. },
  48. {
  49. "name": "Rouven Weßling",
  50. "url": "www.rouvenwessling.de"
  51. }
  52. ],
  53. "description": "Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.",
  54. "devDependencies": {
  55. "ansi": "^0.3.1",
  56. "benchmark": "^2.1.4",
  57. "gulp-format-md": "^1.0.0",
  58. "mocha": "^3.5.3"
  59. },
  60. "engines": {
  61. "node": ">=0.12.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "homepage": "https://github.com/jonschlinkert/is-number",
  67. "keywords": [
  68. "cast",
  69. "check",
  70. "coerce",
  71. "coercion",
  72. "finite",
  73. "integer",
  74. "is",
  75. "isnan",
  76. "is-nan",
  77. "is-num",
  78. "is-number",
  79. "isnumber",
  80. "isfinite",
  81. "istype",
  82. "kind",
  83. "math",
  84. "nan",
  85. "num",
  86. "number",
  87. "numeric",
  88. "parseFloat",
  89. "parseInt",
  90. "test",
  91. "type",
  92. "typeof",
  93. "value"
  94. ],
  95. "license": "MIT",
  96. "main": "index.js",
  97. "name": "is-number",
  98. "repository": {
  99. "type": "git",
  100. "url": "git+https://github.com/jonschlinkert/is-number.git"
  101. },
  102. "scripts": {
  103. "test": "mocha"
  104. },
  105. "verb": {
  106. "toc": false,
  107. "layout": "default",
  108. "tasks": [
  109. "readme"
  110. ],
  111. "related": {
  112. "list": [
  113. "is-plain-object",
  114. "is-primitive",
  115. "isobject",
  116. "kind-of"
  117. ]
  118. },
  119. "plugins": [
  120. "gulp-format-md"
  121. ],
  122. "lint": {
  123. "reflinks": true
  124. }
  125. },
  126. "version": "7.0.0"
  127. }