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

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