You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
2.5 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "decamelize@^1.2.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/yargs-parser"
  6. ]
  7. ],
  8. "_from": "decamelize@>=1.2.0 <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.2.0",
  27. "rawSpec": "^1.2.0",
  28. "scope": null,
  29. "spec": ">=1.2.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/yargs",
  34. "/yargs-parser",
  35. "/yargs/yargs-parser"
  36. ],
  37. "_resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
  38. "_shasum": "f6534d15148269b20352e7bee26f501f9a191290",
  39. "_shrinkwrap": null,
  40. "_spec": "decamelize@^1.2.0",
  41. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/yargs-parser",
  42. "author": {
  43. "email": "sindresorhus@gmail.com",
  44. "name": "Sindre Sorhus",
  45. "url": "sindresorhus.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/sindresorhus/decamelize/issues"
  49. },
  50. "dependencies": {},
  51. "description": "Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "f6534d15148269b20352e7bee26f501f9a191290",
  59. "tarball": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "95980ab6fb44c40eaca7792bdf93aff7c210c805",
  68. "homepage": "https://github.com/sindresorhus/decamelize#readme",
  69. "keywords": [
  70. "camelcase",
  71. "case",
  72. "convert",
  73. "dash",
  74. "decamelcase",
  75. "decamelize",
  76. "hyphen",
  77. "lowercase",
  78. "str",
  79. "string",
  80. "text"
  81. ],
  82. "license": "MIT",
  83. "maintainers": [
  84. {
  85. "name": "sindresorhus",
  86. "email": "sindresorhus@gmail.com"
  87. }
  88. ],
  89. "name": "decamelize",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/sindresorhus/decamelize.git"
  95. },
  96. "scripts": {
  97. "test": "xo && ava"
  98. },
  99. "version": "1.2.0"
  100. }