package.json 1.7 KB

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