package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. {
  2. "_from": "param-case@^3.0.3",
  3. "_id": "param-case@3.0.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==",
  6. "_location": "/param-case",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "param-case@^3.0.3",
  12. "name": "param-case",
  13. "escapedName": "param-case",
  14. "rawSpec": "^3.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.0.3"
  17. },
  18. "_requiredBy": [
  19. "/html-minifier-terser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz",
  22. "_shasum": "7d17fe4aa12bde34d4a77d91acfb6219caad01c5",
  23. "_spec": "param-case@^3.0.3",
  24. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\html-minifier-terser",
  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/change-case/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "dot-case": "^3.0.4",
  36. "tslib": "^2.0.3"
  37. },
  38. "deprecated": false,
  39. "description": "Transform into a lower cased string with dashes between words",
  40. "devDependencies": {
  41. "@size-limit/preset-small-lib": "^2.2.1",
  42. "@types/jest": "^24.0.23",
  43. "@types/node": "^12.12.14",
  44. "jest": "^24.9.0",
  45. "rimraf": "^3.0.0",
  46. "ts-jest": "^24.2.0",
  47. "tslint": "^5.20.1",
  48. "tslint-config-prettier": "^1.18.0",
  49. "tslint-config-standard": "^9.0.0",
  50. "typescript": "^4.1.2"
  51. },
  52. "files": [
  53. "dist/",
  54. "dist.es2015/",
  55. "LICENSE"
  56. ],
  57. "gitHead": "76a21a7f6f2a226521ef6abd345ff309cbd01fb0",
  58. "homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/param-case#readme",
  59. "jest": {
  60. "roots": [
  61. "<rootDir>/src/"
  62. ],
  63. "transform": {
  64. "\\.tsx?$": "ts-jest"
  65. },
  66. "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
  67. "moduleFileExtensions": [
  68. "ts",
  69. "tsx",
  70. "js",
  71. "jsx",
  72. "json",
  73. "node"
  74. ]
  75. },
  76. "jsnext:main": "dist.es2015/index.js",
  77. "keywords": [
  78. "param",
  79. "case",
  80. "kebab",
  81. "hyphen",
  82. "dash",
  83. "dash-case",
  84. "param-case",
  85. "convert",
  86. "transform"
  87. ],
  88. "license": "MIT",
  89. "main": "dist/index.js",
  90. "module": "dist.es2015/index.js",
  91. "name": "param-case",
  92. "publishConfig": {
  93. "access": "public"
  94. },
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/blakeembrey/change-case.git"
  98. },
  99. "scripts": {
  100. "build": "rimraf dist/ dist.es2015/ && tsc && tsc -P tsconfig.es2015.json",
  101. "lint": "tslint \"src/**/*\" --project tsconfig.json",
  102. "prepare": "npm run build",
  103. "size": "size-limit",
  104. "specs": "jest --coverage",
  105. "test": "npm run build && npm run lint && npm run specs"
  106. },
  107. "sideEffects": false,
  108. "size-limit": [
  109. {
  110. "path": "dist/index.js",
  111. "limit": "400 B"
  112. }
  113. ],
  114. "typings": "dist/index.d.ts",
  115. "version": "3.0.4"
  116. }