package.json 2.3 KB

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