package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "is-odd@2.0.0",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-odd@2.0.0",
  10. "_id": "is-odd@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-OTiixgpZAT1M4NHgS5IguFp/Vz2VI3U7Goh4/HA1adtwyLtSBrxYlcSYkhpAE07s4fKEcjrFxyvtQBND4vFQyQ==",
  13. "_location": "/is-odd",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-odd@2.0.0",
  19. "name": "is-odd",
  20. "escapedName": "is-odd",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/nanomatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-odd/-/is-odd-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "D:\\projects\\dealer_front",
  31. "author": {
  32. "name": "Jon Schlinkert",
  33. "url": "https://github.com/jonschlinkert"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/jonschlinkert/is-odd/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Dmitry Semigradsky",
  41. "url": "http://brainstorage.me/semigradsky"
  42. },
  43. {
  44. "name": "DYM",
  45. "url": "https://dym.sh"
  46. },
  47. {
  48. "name": "Jon Schlinkert",
  49. "url": "http://twitter.com/jonschlinkert"
  50. },
  51. {
  52. "name": "Rouven Weßling",
  53. "url": "www.rouvenwessling.de"
  54. }
  55. ],
  56. "dependencies": {
  57. "is-number": "^4.0.0"
  58. },
  59. "description": "Returns true if the given number is odd.",
  60. "devDependencies": {
  61. "gulp-format-md": "^1.0.0",
  62. "mocha": "^4.0.1"
  63. },
  64. "engines": {
  65. "node": ">=0.10.0"
  66. },
  67. "files": [
  68. "index.js"
  69. ],
  70. "homepage": "https://github.com/jonschlinkert/is-odd",
  71. "keywords": [
  72. "array",
  73. "count",
  74. "even",
  75. "filter",
  76. "integer",
  77. "is",
  78. "math",
  79. "numeric",
  80. "odd",
  81. "string"
  82. ],
  83. "license": "MIT",
  84. "main": "index.js",
  85. "name": "is-odd",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jonschlinkert/is-odd.git"
  89. },
  90. "scripts": {
  91. "test": "mocha"
  92. },
  93. "verb": {
  94. "toc": false,
  95. "layout": "default",
  96. "tasks": [
  97. "readme"
  98. ],
  99. "plugins": [
  100. "gulp-format-md"
  101. ],
  102. "related": {
  103. "list": [
  104. "exponential-moving-average",
  105. "is-even",
  106. "sma"
  107. ]
  108. },
  109. "lint": {
  110. "reflinks": true
  111. }
  112. },
  113. "version": "2.0.0"
  114. }