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.

101 lines
2.3 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "pascalcase@^0.1.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/base"
  6. ]
  7. ],
  8. "_from": "pascalcase@>=0.1.1 <0.2.0",
  9. "_id": "pascalcase@0.1.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/pascalcase",
  13. "_nodeVersion": "5.0.0",
  14. "_npmUser": {
  15. "email": "github@sellside.com",
  16. "name": "jonschlinkert"
  17. },
  18. "_npmVersion": "3.3.6",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "pascalcase",
  22. "raw": "pascalcase@^0.1.1",
  23. "rawSpec": "^0.1.1",
  24. "scope": null,
  25. "spec": ">=0.1.1 <0.2.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/base"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
  32. "_shasum": "b363e55e8006ca6fe21784d2db22bd15d7917f14",
  33. "_shrinkwrap": null,
  34. "_spec": "pascalcase@^0.1.1",
  35. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/base",
  36. "author": {
  37. "name": "Jon Schlinkert",
  38. "url": "https://github.com/jonschlinkert"
  39. },
  40. "bugs": {
  41. "url": "https://github.com/jonschlinkert/pascalcase/issues"
  42. },
  43. "dependencies": {},
  44. "description": "Convert a string to pascal-case.",
  45. "devDependencies": {
  46. "mocha": "*",
  47. "should": "*"
  48. },
  49. "directories": {},
  50. "dist": {
  51. "shasum": "b363e55e8006ca6fe21784d2db22bd15d7917f14",
  52. "tarball": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz"
  53. },
  54. "engines": {
  55. "node": ">=0.10.0"
  56. },
  57. "files": [
  58. "index.js"
  59. ],
  60. "gitHead": "c2600f8aa648fe093381a064ba364d99b374911c",
  61. "homepage": "https://github.com/jonschlinkert/pascalcase",
  62. "keywords": [
  63. "camelcase",
  64. "case",
  65. "casing",
  66. "pascal",
  67. "pascal-case",
  68. "pascalcase",
  69. "string"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "maintainers": [
  74. {
  75. "name": "jonschlinkert",
  76. "email": "github@sellside.com"
  77. }
  78. ],
  79. "name": "pascalcase",
  80. "optionalDependencies": {},
  81. "readme": "ERROR: No README data found!",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/jonschlinkert/pascalcase.git"
  85. },
  86. "scripts": {
  87. "test": "mocha"
  88. },
  89. "verb": {
  90. "related": {
  91. "list": [
  92. "justified",
  93. "pad-left",
  94. "pad-right",
  95. "repeat-string",
  96. "word-wrap"
  97. ]
  98. }
  99. },
  100. "version": "0.1.1"
  101. }