package.json 1.9 KB

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