package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "constant-case@^2.0.0",
  3. "_id": "constant-case@2.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eS0N9WwmjTqrOmR3o83F5vW8Z+9R1HnVz3xmzT2PMFug9ly+Au/fxRWlEBSb6LcZwspSsEn9Xs1uw9YgzAg1EQ==",
  6. "_location": "/constant-case",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "constant-case@^2.0.0",
  12. "name": "constant-case",
  13. "escapedName": "constant-case",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/change-case"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/constant-case/-/constant-case-2.0.0.tgz",
  22. "_shasum": "4175764d389d3fa9c8ecd29186ed6005243b6a46",
  23. "_spec": "constant-case@^2.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\change-case",
  25. "author": {
  26. "name": "Blake Embrey",
  27. "email": "hello@blakeembrey.com",
  28. "url": "http://blakeembrey.me"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/blakeembrey/constant-case/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "snake-case": "^2.1.0",
  36. "upper-case": "^1.1.1"
  37. },
  38. "deprecated": false,
  39. "description": "Constant case a string",
  40. "devDependencies": {
  41. "istanbul": "^0.4.3",
  42. "mocha": "^2.2.1",
  43. "standard": "^7.1.2"
  44. },
  45. "files": [
  46. "constant-case.js",
  47. "constant-case.d.ts",
  48. "LICENSE"
  49. ],
  50. "homepage": "https://github.com/blakeembrey/constant-case",
  51. "keywords": [
  52. "constant",
  53. "case",
  54. "upper"
  55. ],
  56. "license": "MIT",
  57. "main": "constant-case.js",
  58. "name": "constant-case",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/blakeembrey/constant-case.git"
  62. },
  63. "scripts": {
  64. "lint": "standard",
  65. "test": "npm run lint && npm run test-cov",
  66. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
  67. "test-std": "mocha -- -R spec --bail"
  68. },
  69. "typings": "constant-case.d.ts",
  70. "version": "2.0.0"
  71. }