package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "no-case@2.3.2",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "no-case@2.3.2",
  9. "_id": "no-case@2.3.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
  12. "_location": "/no-case",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "no-case@2.3.2",
  18. "name": "no-case",
  19. "escapedName": "no-case",
  20. "rawSpec": "2.3.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.3.2"
  23. },
  24. "_requiredBy": [
  25. "/camel-case",
  26. "/param-case"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
  29. "_spec": "2.3.2",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Blake Embrey",
  33. "email": "hello@blakeembrey.com",
  34. "url": "http://blakeembrey.me"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/blakeembrey/no-case/issues"
  38. },
  39. "dependencies": {
  40. "lower-case": "^1.1.1"
  41. },
  42. "description": "Remove case from a string",
  43. "devDependencies": {
  44. "chai": "^4.0.2",
  45. "istanbul": "^0.4.3",
  46. "jsesc": "^2.2.0",
  47. "mocha": "^3.0.0",
  48. "standard": "^10.0.2",
  49. "xregexp": "^3.1.1"
  50. },
  51. "files": [
  52. "no-case.js",
  53. "no-case.d.ts",
  54. "vendor",
  55. "LICENSE"
  56. ],
  57. "homepage": "https://github.com/blakeembrey/no-case",
  58. "keywords": [
  59. "no",
  60. "case",
  61. "space",
  62. "lower",
  63. "trim"
  64. ],
  65. "license": "MIT",
  66. "main": "no-case.js",
  67. "name": "no-case",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/blakeembrey/no-case.git"
  71. },
  72. "scripts": {
  73. "build": "node build.js",
  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. },
  78. "standard": {
  79. "ignore": [
  80. "coverage/**"
  81. ]
  82. },
  83. "typings": "no-case.d.ts",
  84. "version": "2.3.2"
  85. }