package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "camel-case@3.0.0",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "camel-case@3.0.0",
  10. "_id": "camel-case@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-yjw2iKTpzzpM2nd9xNy8cTJJz3M=",
  13. "_location": "/camel-case",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "camel-case@3.0.0",
  19. "name": "camel-case",
  20. "escapedName": "camel-case",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/html-minifier"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/camel-case/download/camel-case-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/Users/lihai/jolijoli/pad_spa",
  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/camel-case/issues"
  38. },
  39. "dependencies": {
  40. "no-case": "^2.2.0",
  41. "upper-case": "^1.1.1"
  42. },
  43. "description": "Camel case a string",
  44. "devDependencies": {
  45. "istanbul": "^0.4.3",
  46. "mocha": "^2.2.1",
  47. "standard": "^7.1.2"
  48. },
  49. "files": [
  50. "camel-case.js",
  51. "camel-case.d.ts",
  52. "LICENSE"
  53. ],
  54. "homepage": "https://github.com/blakeembrey/camel-case",
  55. "keywords": [
  56. "camel",
  57. "case",
  58. "camelcase",
  59. "camel-case",
  60. "dash",
  61. "hyphen",
  62. "dot",
  63. "underscore",
  64. "lodash",
  65. "separator",
  66. "string",
  67. "text",
  68. "convert"
  69. ],
  70. "license": "MIT",
  71. "main": "camel-case.js",
  72. "name": "camel-case",
  73. "repository": {
  74. "type": "git",
  75. "url": "git://github.com/blakeembrey/camel-case.git"
  76. },
  77. "scripts": {
  78. "lint": "standard",
  79. "test": "npm run lint && npm run test-cov",
  80. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
  81. "test-spec": "mocha -- -R spec --bail"
  82. },
  83. "typings": "camel-case.d.ts",
  84. "version": "3.0.0"
  85. }