package.json 2.3 KB

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