package.json 2.3 KB

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