package.json 2.6 KB

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