package.json 2.9 KB

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