package.json 2.3 KB

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