package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "i@0.3.7",
  5. "C:\\Users\\MEMBER\\Desktop\\check-miniapp"
  6. ]
  7. ],
  8. "_from": "i@0.3.7",
  9. "_id": "i@0.3.7",
  10. "_inBundle": false,
  11. "_integrity": "sha512-FYz4wlXgkQwIPqhzC5TdNMLSE5+GS1IIDJZY/1ZiEPCT2S3COUVZeT5OW4BmW4r5LHLQuOosSwsvnroG9GR59Q==",
  12. "_location": "/i",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "i@0.3.7",
  18. "name": "i",
  19. "escapedName": "i",
  20. "rawSpec": "0.3.7",
  21. "saveSpec": null,
  22. "fetchSpec": "0.3.7"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/i/-/i-0.3.7.tgz",
  28. "_spec": "0.3.7",
  29. "_where": "C:\\Users\\MEMBER\\Desktop\\check-miniapp",
  30. "author": {
  31. "name": "Pavan Kumar Sunkara",
  32. "email": "pavan.sss1991@gmail.com",
  33. "url": "pksunkara.github.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/pksunkara/inflect/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Pavan Kumar Sunkara",
  41. "email": "pavan.sss1991@gmail.com"
  42. }
  43. ],
  44. "dependencies": {},
  45. "description": "custom inflections for nodejs",
  46. "devDependencies": {
  47. "vows": "^0.8.2"
  48. },
  49. "engines": {
  50. "node": ">=0.4"
  51. },
  52. "homepage": "http://pksunkara.github.com/inflect",
  53. "keywords": [
  54. "singular",
  55. "plural",
  56. "camelize",
  57. "underscore",
  58. "dasherize",
  59. "demodulize",
  60. "ordinalize",
  61. "uncountable",
  62. "pluralize",
  63. "singularize",
  64. "titleize",
  65. "tableize",
  66. "classify",
  67. "foreign_key"
  68. ],
  69. "licenses": [
  70. {
  71. "type": "MIT",
  72. "url": "https://github.com/pksunkara/inflect/raw/master/LICENSE"
  73. }
  74. ],
  75. "main": "./lib/inflect",
  76. "name": "i",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/pksunkara/inflect.git"
  80. },
  81. "scripts": {
  82. "test": "vows --spec $(find test -name '*-test.js')"
  83. },
  84. "version": "0.3.7"
  85. }