package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "is-upper-case@^1.1.0",
  3. "_id": "is-upper-case@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GQYSJMgfeAmVwh9ixyk888l7OIhNAGKtY6QA+IrWlu9MDTCaXmeozOZ2S9Knj7bQwBO/H6J2kb+pbyTUiMNbsw==",
  6. "_location": "/is-upper-case",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-upper-case@^1.1.0",
  12. "name": "is-upper-case",
  13. "escapedName": "is-upper-case",
  14. "rawSpec": "^1.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.1.0"
  17. },
  18. "_requiredBy": [
  19. "/change-case"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-upper-case/-/is-upper-case-1.1.2.tgz",
  22. "_shasum": "8d0b1fa7e7933a1e58483600ec7d9661cbaf756f",
  23. "_spec": "is-upper-case@^1.1.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/is-upper-case/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "upper-case": "^1.1.0"
  36. },
  37. "deprecated": false,
  38. "description": "Check if a string is upper cased",
  39. "devDependencies": {
  40. "istanbul": "^0.3.0",
  41. "mocha": "^1.18.2",
  42. "pre-commit": "^1.0.2",
  43. "standard": "^2.4.5"
  44. },
  45. "files": [
  46. "is-upper-case.js",
  47. "is-upper-case.d.ts",
  48. "LICENSE"
  49. ],
  50. "homepage": "https://github.com/blakeembrey/is-upper-case",
  51. "keywords": [
  52. "cases",
  53. "upper",
  54. "uppercase",
  55. "check"
  56. ],
  57. "license": "MIT",
  58. "main": "is-upper-case.js",
  59. "name": "is-upper-case",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/blakeembrey/is-upper-case.git"
  63. },
  64. "scripts": {
  65. "lint": "standard",
  66. "test": "npm run lint && npm run test-cov",
  67. "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec --bail",
  68. "test-std": "mocha -R spec --bail"
  69. },
  70. "standard": {
  71. "ignore": [
  72. "coverage/**",
  73. "node_modules/**",
  74. "bower_components/**"
  75. ]
  76. },
  77. "typings": "is-upper-case.d.ts",
  78. "version": "1.1.2"
  79. }