package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_from": "camel-case@3.0.x",
  3. "_id": "camel-case@3.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+MbKztAYHXPr1jNTSKQF52VpcFjwY5RkR7fxksV8Doo4KAYc5Fl4UJRgthBbTmEx8C54DqahhbLJkDwjI3PI/w==",
  6. "_location": "/camel-case",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "camel-case@3.0.x",
  12. "name": "camel-case",
  13. "escapedName": "camel-case",
  14. "rawSpec": "3.0.x",
  15. "saveSpec": null,
  16. "fetchSpec": "3.0.x"
  17. },
  18. "_requiredBy": [
  19. "/change-case",
  20. "/html-minifier",
  21. "/pascal-case"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/camel-case/-/camel-case-3.0.0.tgz",
  24. "_shasum": "ca3c3688a4e9cf3a4cda777dc4dcbc713249cf73",
  25. "_spec": "camel-case@3.0.x",
  26. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\html-minifier",
  27. "author": {
  28. "name": "Blake Embrey",
  29. "email": "hello@blakeembrey.com",
  30. "url": "http://blakeembrey.me"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/blakeembrey/camel-case/issues"
  34. },
  35. "bundleDependencies": false,
  36. "dependencies": {
  37. "no-case": "^2.2.0",
  38. "upper-case": "^1.1.1"
  39. },
  40. "deprecated": false,
  41. "description": "Camel case a string",
  42. "devDependencies": {
  43. "istanbul": "^0.4.3",
  44. "mocha": "^2.2.1",
  45. "standard": "^7.1.2"
  46. },
  47. "files": [
  48. "camel-case.js",
  49. "camel-case.d.ts",
  50. "LICENSE"
  51. ],
  52. "homepage": "https://github.com/blakeembrey/camel-case",
  53. "keywords": [
  54. "camel",
  55. "case",
  56. "camelcase",
  57. "camel-case",
  58. "dash",
  59. "hyphen",
  60. "dot",
  61. "underscore",
  62. "lodash",
  63. "separator",
  64. "string",
  65. "text",
  66. "convert"
  67. ],
  68. "license": "MIT",
  69. "main": "camel-case.js",
  70. "name": "camel-case",
  71. "repository": {
  72. "type": "git",
  73. "url": "git://github.com/blakeembrey/camel-case.git"
  74. },
  75. "scripts": {
  76. "lint": "standard",
  77. "test": "npm run lint && npm run test-cov",
  78. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
  79. "test-spec": "mocha -- -R spec --bail"
  80. },
  81. "typings": "camel-case.d.ts",
  82. "version": "3.0.0"
  83. }