package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "_from": "inflection@1.12.0",
  3. "_id": "inflection@1.12.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-ogCTVlbW9fa8TcdQLhrstwMihBY=",
  6. "_location": "/inflection",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "inflection@1.12.0",
  12. "name": "inflection",
  13. "escapedName": "inflection",
  14. "rawSpec": "1.12.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.12.0"
  17. },
  18. "_requiredBy": [
  19. "/sequelize"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/inflection/-/inflection-1.12.0.tgz",
  22. "_shasum": "a200935656d6f5f6bc4dc7502e1aecb703228416",
  23. "_spec": "inflection@1.12.0",
  24. "_where": "/home/pvvvm505/Документы/Project/node_modules/sequelize",
  25. "author": {
  26. "name": "dreamerslab",
  27. "email": "ben@dreamerslab.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/dreamerslab/node.inflection/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Ryan Schuft",
  36. "email": "ryan.schuft@gmail.com"
  37. },
  38. {
  39. "name": "Ben Lin",
  40. "email": "ben@dreamerslab.com"
  41. },
  42. {
  43. "name": "Lance Pollard",
  44. "email": "lancejpollard@gmail.com"
  45. },
  46. {
  47. "name": "Dane O'Connor",
  48. "email": "dane.oconnor@gmail.com"
  49. },
  50. {
  51. "name": "David Miró",
  52. "email": "lite.3engine@gmail.com"
  53. },
  54. {
  55. "name": "brandondewitt"
  56. },
  57. {
  58. "name": "luk3thomas"
  59. },
  60. {
  61. "name": "Marcel Klehr"
  62. },
  63. {
  64. "name": "Raymond Feng"
  65. },
  66. {
  67. "name": "Kane Cohen",
  68. "email": "kanecohen@gmail.com"
  69. },
  70. {
  71. "name": "Gianni Chiappetta",
  72. "email": "gianni@runlevel6.org"
  73. },
  74. {
  75. "name": "Eric Brody"
  76. },
  77. {
  78. "name": "overlookmotel"
  79. },
  80. {
  81. "name": "Patrick Mowrer"
  82. },
  83. {
  84. "name": "Greger Olsson"
  85. },
  86. {
  87. "name": "Jason Crawford",
  88. "email": "jason@jasoncrawford.org"
  89. },
  90. {
  91. "name": "Ray Myers",
  92. "email": "ray.myers@gmail.com"
  93. },
  94. {
  95. "name": "Dillon Shook",
  96. "email": "dshook@alumni.nmt.edu"
  97. }
  98. ],
  99. "dependencies": {},
  100. "deprecated": false,
  101. "description": "A port of inflection-js to node.js module",
  102. "devDependencies": {
  103. "mocha": "3.2.0",
  104. "should": "11.2.0"
  105. },
  106. "engines": [
  107. "node >= 0.4.0"
  108. ],
  109. "homepage": "https://github.com/dreamerslab/node.inflection#readme",
  110. "keywords": [
  111. "inflection",
  112. "inflections",
  113. "inflection-js",
  114. "pluralize",
  115. "singularize",
  116. "camelize",
  117. "underscore",
  118. "humanize",
  119. "capitalize",
  120. "dasherize",
  121. "titleize",
  122. "demodulize",
  123. "tableize",
  124. "classify",
  125. "foreign_key",
  126. "ordinalize"
  127. ],
  128. "license": "MIT",
  129. "main": "./lib/inflection.js",
  130. "name": "inflection",
  131. "repository": {
  132. "type": "git",
  133. "url": "git+https://github.com/dreamerslab/node.inflection.git"
  134. },
  135. "scripts": {
  136. "test": "mocha -R spec"
  137. },
  138. "version": "1.12.0"
  139. }