package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. {
  2. "_from": "is-odd@^1.0.0",
  3. "_id": "is-odd@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-O4qTLrAos3dcObsJ6RdnrM22kIg=",
  6. "_location": "/is-odd",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-odd@^1.0.0",
  12. "name": "is-odd",
  13. "escapedName": "is-odd",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/nanomatch"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-odd/-/is-odd-1.0.0.tgz",
  22. "_shasum": "3b8a932eb028b3775c39bb09e91767accdb69088",
  23. "_spec": "is-odd@^1.0.0",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/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": "http://dym.sh"
  41. },
  42. {
  43. "name": "Jon Schlinkert",
  44. "url": "http://twitter.com/jonschlinkert"
  45. }
  46. ],
  47. "dependencies": {
  48. "is-number": "^3.0.0"
  49. },
  50. "deprecated": false,
  51. "description": "Returns true if the given number is odd.",
  52. "devDependencies": {
  53. "gulp-format-md": "^0.1.11",
  54. "mocha": "^3.2.0"
  55. },
  56. "engines": {
  57. "node": ">=0.10.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/jonschlinkert/is-odd",
  63. "keywords": [
  64. "array",
  65. "count",
  66. "even",
  67. "filter",
  68. "integer",
  69. "is",
  70. "math",
  71. "numeric",
  72. "odd",
  73. "string"
  74. ],
  75. "license": "MIT",
  76. "main": "index.js",
  77. "name": "is-odd",
  78. "repository": {
  79. "type": "git",
  80. "url": "git+https://github.com/jonschlinkert/is-odd.git"
  81. },
  82. "scripts": {
  83. "test": "mocha"
  84. },
  85. "verb": {
  86. "toc": false,
  87. "layout": "default",
  88. "tasks": [
  89. "readme"
  90. ],
  91. "plugins": [
  92. "gulp-format-md"
  93. ],
  94. "related": {
  95. "list": [
  96. "exponential-moving-average",
  97. "is-even",
  98. "sma"
  99. ]
  100. },
  101. "lint": {
  102. "reflinks": true
  103. }
  104. },
  105. "version": "1.0.0"
  106. }