package.json 2.0 KB

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