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 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "pascalcase@^0.1.1",
  3. "_id": "pascalcase@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
  6. "_location": "/pascalcase",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "pascalcase@^0.1.1",
  12. "name": "pascalcase",
  13. "escapedName": "pascalcase",
  14. "rawSpec": "^0.1.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.1"
  17. },
  18. "_requiredBy": [
  19. "/base"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
  22. "_shasum": "b363e55e8006ca6fe21784d2db22bd15d7917f14",
  23. "_spec": "pascalcase@^0.1.1",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\base",
  25. "author": {
  26. "name": "Jon Schlinkert",
  27. "url": "https://github.com/jonschlinkert"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/jonschlinkert/pascalcase/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Convert a string to pascal-case.",
  35. "devDependencies": {
  36. "mocha": "*",
  37. "should": "*"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/jonschlinkert/pascalcase",
  46. "keywords": [
  47. "camelcase",
  48. "case",
  49. "casing",
  50. "pascal",
  51. "pascal-case",
  52. "pascalcase",
  53. "string"
  54. ],
  55. "license": "MIT",
  56. "main": "index.js",
  57. "name": "pascalcase",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/jonschlinkert/pascalcase.git"
  61. },
  62. "scripts": {
  63. "test": "mocha"
  64. },
  65. "verb": {
  66. "related": {
  67. "list": [
  68. "pad-left",
  69. "pad-right",
  70. "word-wrap",
  71. "repeat-string",
  72. "justified"
  73. ]
  74. }
  75. },
  76. "version": "0.1.1"
  77. }