package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "_from": "conf@^9.0.0",
  3. "_id": "conf@9.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-rLSiilO85qHgaTBIIHQpsv8z+NnVfZq3cKuYNCXN1AOqPzced0GWZEe/A517VldRLyQYXUMyV+vszavE2jSAqw==",
  6. "_location": "/conf",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "conf@^9.0.0",
  12. "name": "conf",
  13. "escapedName": "conf",
  14. "rawSpec": "^9.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^9.0.0"
  17. },
  18. "_requiredBy": [
  19. "/cos-nodejs-sdk-v5"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/conf/-/conf-9.0.2.tgz",
  22. "_shasum": "943589602b1ce274d9234265314336a698972bc5",
  23. "_spec": "conf@^9.0.0",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/cos-nodejs-sdk-v5",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "ava": {
  31. "files": [
  32. "test/*",
  33. "!test/index.test-d.ts"
  34. ],
  35. "timeout": "1m",
  36. "typescript": {
  37. "rewritePaths": {
  38. "test/": "dist/test/"
  39. }
  40. }
  41. },
  42. "bugs": {
  43. "url": "https://github.com/sindresorhus/conf/issues"
  44. },
  45. "bundleDependencies": false,
  46. "dependencies": {
  47. "ajv": "^7.0.3",
  48. "ajv-formats": "^1.5.1",
  49. "atomically": "^1.7.0",
  50. "debounce-fn": "^4.0.0",
  51. "dot-prop": "^6.0.1",
  52. "env-paths": "^2.2.0",
  53. "json-schema-typed": "^7.0.3",
  54. "make-dir": "^3.1.0",
  55. "onetime": "^5.1.2",
  56. "pkg-up": "^3.1.0",
  57. "semver": "^7.3.4"
  58. },
  59. "deprecated": false,
  60. "description": "Simple config handling for your app or module",
  61. "devDependencies": {
  62. "@ava/typescript": "^1.1.1",
  63. "@sindresorhus/tsconfig": "^0.7.0",
  64. "@types/node": "^14.14.20",
  65. "@types/semver": "^7.3.4",
  66. "@types/write-file-atomic": "^3.0.1",
  67. "ava": "^3.15.0",
  68. "clear-module": "^4.1.1",
  69. "del": "^6.0.0",
  70. "del-cli": "^3.0.1",
  71. "delay": "^4.4.0",
  72. "nyc": "^15.1.0",
  73. "p-event": "^4.2.0",
  74. "tempy": "^1.0.0",
  75. "tsd": "^0.14.0",
  76. "typescript": "4.1.3",
  77. "xo": "^0.37.1"
  78. },
  79. "engines": {
  80. "node": ">=10"
  81. },
  82. "files": [
  83. "dist/source"
  84. ],
  85. "funding": "https://github.com/sponsors/sindresorhus",
  86. "homepage": "https://github.com/sindresorhus/conf#readme",
  87. "keywords": [
  88. "config",
  89. "store",
  90. "app",
  91. "storage",
  92. "conf",
  93. "configuration",
  94. "settings",
  95. "preferences",
  96. "json",
  97. "data",
  98. "persist",
  99. "persistent",
  100. "save",
  101. "load",
  102. "read",
  103. "write",
  104. "cache"
  105. ],
  106. "license": "MIT",
  107. "main": "dist/source",
  108. "name": "conf",
  109. "nyc": {
  110. "extension": [
  111. ".ts"
  112. ],
  113. "exclude": [
  114. "**/test/**"
  115. ]
  116. },
  117. "repository": {
  118. "type": "git",
  119. "url": "git+https://github.com/sindresorhus/conf.git"
  120. },
  121. "scripts": {
  122. "build": "del-cli dist && tsc",
  123. "prepack": "npm run build",
  124. "test": "xo && npm run build && nyc ava"
  125. },
  126. "types": "dist/source",
  127. "version": "9.0.2",
  128. "xo": {
  129. "rules": {
  130. "@typescript-eslint/no-implicit-any-catch": "off"
  131. }
  132. }
  133. }