package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "param-case@2.1.x",
  3. "_id": "param-case@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-eQE845L6ot89sk2N8liD8HAuH4ca6Vvr7VWAWwt7+kvvG5aBcPmmphQ68JsEG2qa9n1TykS2DLeMt363AAH8/w==",
  6. "_location": "/param-case",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "param-case@2.1.x",
  12. "name": "param-case",
  13. "escapedName": "param-case",
  14. "rawSpec": "2.1.x",
  15. "saveSpec": null,
  16. "fetchSpec": "2.1.x"
  17. },
  18. "_requiredBy": [
  19. "/change-case",
  20. "/html-minifier"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/param-case/-/param-case-2.1.1.tgz",
  23. "_shasum": "df94fd8cf6531ecf75e6bef9a0858fbc72be2247",
  24. "_spec": "param-case@2.1.x",
  25. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\html-minifier",
  26. "author": {
  27. "name": "Blake Embrey",
  28. "email": "hello@blakeembrey.com",
  29. "url": "http://blakeembrey.me"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/blakeembrey/param-case/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "no-case": "^2.2.0"
  37. },
  38. "deprecated": false,
  39. "description": "Param case a string",
  40. "devDependencies": {
  41. "istanbul": "^0.4.3",
  42. "mocha": "^3.2.0",
  43. "standard": "^9.0.1"
  44. },
  45. "files": [
  46. "param-case.js",
  47. "param-case.d.ts",
  48. "LICENSE"
  49. ],
  50. "homepage": "https://github.com/blakeembrey/param-case",
  51. "keywords": [
  52. "param",
  53. "case",
  54. "dash",
  55. "hyphen"
  56. ],
  57. "license": "MIT",
  58. "main": "param-case.js",
  59. "name": "param-case",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/blakeembrey/param-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. "typings": "param-case.d.ts",
  71. "version": "2.1.1"
  72. }