package.json 2.3 KB

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