package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "lilconfig@^2.0.3",
  3. "_id": "lilconfig@2.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==",
  6. "_location": "/lilconfig",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "lilconfig@^2.0.3",
  12. "name": "lilconfig",
  13. "escapedName": "lilconfig",
  14. "rawSpec": "^2.0.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.3"
  17. },
  18. "_requiredBy": [
  19. "/@vue/cli-service/cssnano",
  20. "/css-minimizer-webpack-plugin/cssnano"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz",
  23. "_shasum": "78e23ac89ebb7e1bfbf25b18043de756548e7f52",
  24. "_spec": "lilconfig@^2.0.3",
  25. "_where": "E:\\2023\\5\\myjadmin\\node_modules\\css-minimizer-webpack-plugin\\node_modules\\cssnano",
  26. "author": {
  27. "name": "antonk52"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/antonk52/lilconfig/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "A zero-dependency alternative to cosmiconfig",
  35. "devDependencies": {
  36. "@types/jest": "^27.0.2",
  37. "@types/node": "^14.18.36",
  38. "@typescript-eslint/eslint-plugin": "^5.54.0",
  39. "@typescript-eslint/parser": "^5.54.0",
  40. "cosmiconfig": "^7.1.0",
  41. "eslint": "^8.35.0",
  42. "eslint-config-prettier": "^8.6.0",
  43. "eslint-plugin-prettier": "^4.2.1",
  44. "jest": "^27.3.1",
  45. "prettier": "^2.8.4",
  46. "ts-jest": "27.0.7",
  47. "typescript": "4.4.4"
  48. },
  49. "engines": {
  50. "node": ">=10"
  51. },
  52. "files": [
  53. "dist/*"
  54. ],
  55. "homepage": "https://github.com/antonk52/lilconfig#readme",
  56. "keywords": [
  57. "cosmiconfig",
  58. "config",
  59. "configuration",
  60. "search"
  61. ],
  62. "license": "MIT",
  63. "main": "dist/index.js",
  64. "name": "lilconfig",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/antonk52/lilconfig.git"
  68. },
  69. "scripts": {
  70. "build": "tsc --declaration",
  71. "clean": "rm -rf ./dist",
  72. "lint": "eslint ./src/*.ts",
  73. "postbuild": "du -h ./dist/*",
  74. "prebuild": "npm run clean",
  75. "test": "jest --coverage"
  76. },
  77. "types": "dist/index.d.ts",
  78. "version": "2.1.0"
  79. }