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.

package.json 2.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "_from": "camel-case@3.0.x",
  3. "_id": "camel-case@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=",
  6. "_location": "/camel-case",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "camel-case@3.0.x",
  12. "name": "camel-case",
  13. "escapedName": "camel-case",
  14. "rawSpec": "3.0.x",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.x"
  17. },
  18. "_requiredBy": [
  19. "/html-minifier"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz",
  22. "_shasum": "ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73",
  23. "_spec": "camel-case@3.0.x",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\html-minifier",
  25. "author": {
  26. "name": "Blake Embrey",
  27. "email": "hello@blakeembrey.com",
  28. "url": "http://blakeembrey.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/blakeembrey/camel-case/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "no-case": "^2.2.0",
  36. "upper-case": "^1.1.1"
  37. },
  38. "deprecated": false,
  39. "description": "Camel case a string",
  40. "devDependencies": {
  41. "istanbul": "^0.4.3",
  42. "mocha": "^2.2.1",
  43. "standard": "^7.1.2"
  44. },
  45. "files": [
  46. "camel-case.js",
  47. "camel-case.d.ts",
  48. "LICENSE"
  49. ],
  50. "homepage": "https://github.com/blakeembrey/camel-case",
  51. "keywords": [
  52. "camel",
  53. "case",
  54. "camelcase",
  55. "camel-case",
  56. "dash",
  57. "hyphen",
  58. "dot",
  59. "underscore",
  60. "lodash",
  61. "separator",
  62. "string",
  63. "text",
  64. "convert"
  65. ],
  66. "license": "MIT",
  67. "main": "camel-case.js",
  68. "name": "camel-case",
  69. "repository": {
  70. "type": "git",
  71. "url": "git://github.com/blakeembrey/camel-case.git"
  72. },
  73. "scripts": {
  74. "lint": "standard",
  75. "test": "npm run lint && npm run test-cov",
  76. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
  77. "test-spec": "mocha -- -R spec --bail"
  78. },
  79. "typings": "camel-case.d.ts",
  80. "version": "3.0.0"
  81. }