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.

108 lines
2.7 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "camel-case@3.0.x",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/html-minifier"
  6. ]
  7. ],
  8. "_from": "camel-case@>=3.0.0 <3.1.0",
  9. "_id": "camel-case@3.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/camel-case",
  13. "_nodeVersion": "6.2.1",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/camel-case-3.0.0.tgz_1465692427226_0.6504076849669218"
  17. },
  18. "_npmUser": {
  19. "email": "hello@blakeembrey.com",
  20. "name": "blakeembrey"
  21. },
  22. "_npmVersion": "3.9.3",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "camel-case",
  26. "raw": "camel-case@3.0.x",
  27. "rawSpec": "3.0.x",
  28. "scope": null,
  29. "spec": ">=3.0.0 <3.1.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/html-minifier"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz",
  36. "_shasum": "ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73",
  37. "_shrinkwrap": null,
  38. "_spec": "camel-case@3.0.x",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/html-minifier",
  40. "author": {
  41. "email": "hello@blakeembrey.com",
  42. "name": "Blake Embrey",
  43. "url": "http://blakeembrey.me"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/blakeembrey/camel-case/issues"
  47. },
  48. "dependencies": {
  49. "no-case": "^2.2.0",
  50. "upper-case": "^1.1.1"
  51. },
  52. "description": "Camel case a string",
  53. "devDependencies": {
  54. "istanbul": "^0.4.3",
  55. "mocha": "^2.2.1",
  56. "standard": "^7.1.2"
  57. },
  58. "directories": {},
  59. "dist": {
  60. "shasum": "ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73",
  61. "tarball": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz"
  62. },
  63. "files": [
  64. "LICENSE",
  65. "camel-case.d.ts",
  66. "camel-case.js"
  67. ],
  68. "gitHead": "719ebc39a5bf828f794db64bb1a78c8dd8fef133",
  69. "homepage": "https://github.com/blakeembrey/camel-case",
  70. "keywords": [
  71. "camel",
  72. "camel-case",
  73. "camelcase",
  74. "case",
  75. "convert",
  76. "dash",
  77. "dot",
  78. "hyphen",
  79. "lodash",
  80. "separator",
  81. "string",
  82. "text",
  83. "underscore"
  84. ],
  85. "license": "MIT",
  86. "main": "camel-case.js",
  87. "maintainers": [
  88. {
  89. "name": "blakeembrey",
  90. "email": "hello@blakeembrey.com"
  91. }
  92. ],
  93. "name": "camel-case",
  94. "optionalDependencies": {},
  95. "readme": "ERROR: No README data found!",
  96. "repository": {
  97. "type": "git",
  98. "url": "git://github.com/blakeembrey/camel-case.git"
  99. },
  100. "scripts": {
  101. "lint": "standard",
  102. "test": "npm run lint && npm run test-cov",
  103. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
  104. "test-spec": "mocha -- -R spec --bail"
  105. },
  106. "typings": "camel-case.d.ts",
  107. "version": "3.0.0"
  108. }