package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "decamelize@^1.1.2",
  6. "scope": null,
  7. "escapedName": "decamelize",
  8. "name": "decamelize",
  9. "rawSpec": "^1.1.2",
  10. "spec": ">=1.1.2 <2.0.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/meow"
  14. ]
  15. ],
  16. "_from": "decamelize@>=1.1.2 <2.0.0",
  17. "_id": "decamelize@1.2.0",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/decamelize",
  21. "_nodeVersion": "4.3.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-12-west.internal.npmjs.com",
  24. "tmp": "tmp/decamelize-1.2.0.tgz_1457167749082_0.9810893186368048"
  25. },
  26. "_npmUser": {
  27. "name": "sindresorhus",
  28. "email": "sindresorhus@gmail.com"
  29. },
  30. "_npmVersion": "3.8.0",
  31. "_phantomChildren": {},
  32. "_requested": {
  33. "raw": "decamelize@^1.1.2",
  34. "scope": null,
  35. "escapedName": "decamelize",
  36. "name": "decamelize",
  37. "rawSpec": "^1.1.2",
  38. "spec": ">=1.1.2 <2.0.0",
  39. "type": "range"
  40. },
  41. "_requiredBy": [
  42. "/meow",
  43. "/yargs"
  44. ],
  45. "_resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
  46. "_shasum": "f6534d15148269b20352e7bee26f501f9a191290",
  47. "_shrinkwrap": null,
  48. "_spec": "decamelize@^1.1.2",
  49. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/meow",
  50. "author": {
  51. "name": "Sindre Sorhus",
  52. "email": "sindresorhus@gmail.com",
  53. "url": "sindresorhus.com"
  54. },
  55. "bugs": {
  56. "url": "https://github.com/sindresorhus/decamelize/issues"
  57. },
  58. "dependencies": {},
  59. "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
  60. "devDependencies": {
  61. "ava": "*",
  62. "xo": "*"
  63. },
  64. "directories": {},
  65. "dist": {
  66. "shasum": "f6534d15148269b20352e7bee26f501f9a191290",
  67. "tarball": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz"
  68. },
  69. "engines": {
  70. "node": ">=0.10.0"
  71. },
  72. "files": [
  73. "index.js"
  74. ],
  75. "gitHead": "95980ab6fb44c40eaca7792bdf93aff7c210c805",
  76. "homepage": "https://github.com/sindresorhus/decamelize#readme",
  77. "keywords": [
  78. "decamelize",
  79. "decamelcase",
  80. "camelcase",
  81. "lowercase",
  82. "case",
  83. "dash",
  84. "hyphen",
  85. "string",
  86. "str",
  87. "text",
  88. "convert"
  89. ],
  90. "license": "MIT",
  91. "maintainers": [
  92. {
  93. "name": "sindresorhus",
  94. "email": "sindresorhus@gmail.com"
  95. }
  96. ],
  97. "name": "decamelize",
  98. "optionalDependencies": {},
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "git+https://github.com/sindresorhus/decamelize.git"
  103. },
  104. "scripts": {
  105. "test": "xo && ava"
  106. },
  107. "version": "1.2.0"
  108. }