| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- {
- "_from": "conf@^9.0.0",
- "_id": "conf@9.0.2",
- "_inBundle": false,
- "_integrity": "sha512-rLSiilO85qHgaTBIIHQpsv8z+NnVfZq3cKuYNCXN1AOqPzced0GWZEe/A517VldRLyQYXUMyV+vszavE2jSAqw==",
- "_location": "/conf",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "conf@^9.0.0",
- "name": "conf",
- "escapedName": "conf",
- "rawSpec": "^9.0.0",
- "saveSpec": null,
- "fetchSpec": "^9.0.0"
- },
- "_requiredBy": [
- "/cos-nodejs-sdk-v5"
- ],
- "_resolved": "https://registry.npmmirror.com/conf/-/conf-9.0.2.tgz",
- "_shasum": "943589602b1ce274d9234265314336a698972bc5",
- "_spec": "conf@^9.0.0",
- "_where": "/data/wwwroot/qimall/node/node_modules/cos-nodejs-sdk-v5",
- "author": {
- "name": "Sindre Sorhus",
- "email": "sindresorhus@gmail.com",
- "url": "https://sindresorhus.com"
- },
- "ava": {
- "files": [
- "test/*",
- "!test/index.test-d.ts"
- ],
- "timeout": "1m",
- "typescript": {
- "rewritePaths": {
- "test/": "dist/test/"
- }
- }
- },
- "bugs": {
- "url": "https://github.com/sindresorhus/conf/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "ajv": "^7.0.3",
- "ajv-formats": "^1.5.1",
- "atomically": "^1.7.0",
- "debounce-fn": "^4.0.0",
- "dot-prop": "^6.0.1",
- "env-paths": "^2.2.0",
- "json-schema-typed": "^7.0.3",
- "make-dir": "^3.1.0",
- "onetime": "^5.1.2",
- "pkg-up": "^3.1.0",
- "semver": "^7.3.4"
- },
- "deprecated": false,
- "description": "Simple config handling for your app or module",
- "devDependencies": {
- "@ava/typescript": "^1.1.1",
- "@sindresorhus/tsconfig": "^0.7.0",
- "@types/node": "^14.14.20",
- "@types/semver": "^7.3.4",
- "@types/write-file-atomic": "^3.0.1",
- "ava": "^3.15.0",
- "clear-module": "^4.1.1",
- "del": "^6.0.0",
- "del-cli": "^3.0.1",
- "delay": "^4.4.0",
- "nyc": "^15.1.0",
- "p-event": "^4.2.0",
- "tempy": "^1.0.0",
- "tsd": "^0.14.0",
- "typescript": "4.1.3",
- "xo": "^0.37.1"
- },
- "engines": {
- "node": ">=10"
- },
- "files": [
- "dist/source"
- ],
- "funding": "https://github.com/sponsors/sindresorhus",
- "homepage": "https://github.com/sindresorhus/conf#readme",
- "keywords": [
- "config",
- "store",
- "app",
- "storage",
- "conf",
- "configuration",
- "settings",
- "preferences",
- "json",
- "data",
- "persist",
- "persistent",
- "save",
- "load",
- "read",
- "write",
- "cache"
- ],
- "license": "MIT",
- "main": "dist/source",
- "name": "conf",
- "nyc": {
- "extension": [
- ".ts"
- ],
- "exclude": [
- "**/test/**"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/conf.git"
- },
- "scripts": {
- "build": "del-cli dist && tsc",
- "prepack": "npm run build",
- "test": "xo && npm run build && nyc ava"
- },
- "types": "dist/source",
- "version": "9.0.2",
- "xo": {
- "rules": {
- "@typescript-eslint/no-implicit-any-catch": "off"
- }
- }
- }
|