package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "no-case@^2.2.0",
  3. "_id": "no-case@2.3.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rmTZ9kz+f3rCvK2TD1Ue/oZlns7OGoIWP4fc3llxxRXlOkHKoWPPWJOfFYpITabSow43QJbRIoHQXtt10VldyQ==",
  6. "_location": "/no-case",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "no-case@^2.2.0",
  12. "name": "no-case",
  13. "escapedName": "no-case",
  14. "rawSpec": "^2.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.2.0"
  17. },
  18. "_requiredBy": [
  19. "/camel-case",
  20. "/change-case",
  21. "/dot-case",
  22. "/header-case",
  23. "/param-case",
  24. "/path-case",
  25. "/sentence-case",
  26. "/snake-case",
  27. "/title-case"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/no-case/-/no-case-2.3.2.tgz",
  30. "_shasum": "60b813396be39b3f1288a4c1ed5d1e7d28b464ac",
  31. "_spec": "no-case@^2.2.0",
  32. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\camel-case",
  33. "author": {
  34. "name": "Blake Embrey",
  35. "email": "hello@blakeembrey.com",
  36. "url": "http://blakeembrey.me"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/blakeembrey/no-case/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "lower-case": "^1.1.1"
  44. },
  45. "deprecated": false,
  46. "description": "Remove case from a string",
  47. "devDependencies": {
  48. "chai": "^4.0.2",
  49. "istanbul": "^0.4.3",
  50. "jsesc": "^2.2.0",
  51. "mocha": "^3.0.0",
  52. "standard": "^10.0.2",
  53. "xregexp": "^3.1.1"
  54. },
  55. "files": [
  56. "no-case.js",
  57. "no-case.d.ts",
  58. "vendor",
  59. "LICENSE"
  60. ],
  61. "homepage": "https://github.com/blakeembrey/no-case",
  62. "keywords": [
  63. "no",
  64. "case",
  65. "space",
  66. "lower",
  67. "trim"
  68. ],
  69. "license": "MIT",
  70. "main": "no-case.js",
  71. "name": "no-case",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/blakeembrey/no-case.git"
  75. },
  76. "scripts": {
  77. "build": "node build.js",
  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. },
  82. "standard": {
  83. "ignore": [
  84. "coverage/**"
  85. ]
  86. },
  87. "typings": "no-case.d.ts",
  88. "version": "2.3.2"
  89. }