| /foundation/bundlemanager/app_domain_verify/ |
| H A D | README.en.md | 24 * During application installation, BundleManagerService calls the domain name verification API of AppDomainNameVerify to obtain the asset configuration file of all HTTPS domain names declared in **module.json5**. It checks whether any field of the **apps** array in the asset configuration file matches the current application. If so, the verification is successful. Otherwise, the verification fails.
|
| /third_party/typescript/ |
| H A D | package.json | 104 "json5": "2.2.3"
|
| /third_party/typescript/src/harness/ |
| H A D | vpathUtil.ts | 125 return extname(path, ".json", /*ignoreCase*/ false).length > 0 || extname(path, ".json5", /*ignoreCase*/ false).length > 0;
|
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/ |
| H A D | unified_meta.cpp | 461 { JSON5, "JSON5", "general.json5" },
|
| /applications/standard/app_samples/code/SystemFeature/ApplicationModels/StageModel/ |
| H A D | README.md | 43 1. The stage model uses **module.json5** as the configuration file, where Service Extension abilities are configured in **extensionAbilities** and Page abilities are configured in **abilities**. The FA model uses **config.json** as the configuration file, where abilities are configured in **module/abilities**.
|
| /foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
| H A D | unified_meta.h | 487 JSON5,
|
| /third_party/typescript/src/linter/ArkTSLinter_1_1/ |
| H A D | LinterRunner.ts | 59 // Record the compatible version information configured in 'build-profile.json5',
|
| /base/update/update_app/ |
| H A D | package-lock.json | 38 "json5": "2.2.3", 60 "json5": "2.2.3", 584 "json5": { 586 "resolved": "https://repo.huaweicloud.com/repository/npm/json5/-/json5-2.2.3.tgz",
|
| /foundation/multimedia/camera_framework/frameworks/native/camera/test/ndktest/camera_ndk_demo/ |
| H A D | package-lock.json | 38 "json5": "2.2.3", 60 "json5": "2.2.3", 571 "json5": { 573 "resolved": "https://repo.huaweicloud.com/repository/npm/json5/-/json5-2.2.3.tgz",
|
| /foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/ |
| H A D | package-lock.json | 36 "json5": "2.2.0",
57 "json5": "2.2.0",
587 "json5": {
589 "resolved": "https://repo.huaweicloud.com/repository/npm/json5/-/json5-2.2.0.tgz",
|
| /third_party/weex-loader/deps/weex-styler/ |
| H A D | package-lock.json | 348 "json5": { 350 "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", 1505 "json5": { 1507 "resolved": "https://registry.npmjs.org/json5/-/json5-0.5.1.tgz", 1677 "json5": { 1679 "resolved": "https://registry.npmjs.org/json5/-/json5-0.4.0.tgz",
|
| /third_party/skia/experimental/tskit/ |
| H A D | package-lock.json | 213 "node_modules/@types/json5": { 215 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", 1841 "node_modules/json5": { 1843 "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", 1850 "json5": "lib/cli.js" 2808 "@types/json5": "^0.0.29", 2809 "json5": "^1.0.1", 3131 "@types/json5" [all...] |
| /base/security/permission_lite/ |
| H A D | README.md | 116 If the stage model is used, declare the permission in **module.json5**. The following is an example:
|
| /third_party/typescript/src/services/ |
| H A D | getEditsForFileRename.ts | 228 return !endsWith(oldFileName, isOhpm(packageManagerType) ? "/oh-package.json5" : "/package.json") ? tryChange(oldFileName) : undefined;
|
| /foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
| H A D | bgtask_misc_unit_test.cpp | 220 nlohmann::json json5 = nlohmann::json::parse(str2, nullptr, false); in HWTEST_F() local 222 EXPECT_TRUE(record4.ParseFromJson(json5)); in HWTEST_F()
|
| /third_party/skia/modules/canvaskit/ |
| H A D | package-lock.json | 47 "json5": "^2.1.2", 1221 "node_modules/json5": { 1223 "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz", 1230 "json5": "lib/cli.js" 2062 "json5": "^2.1.2", 3036 "json5": { 3038 "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz",
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/MediaLibraryExt/ |
| H A D | package-lock.json | 26 "json5": "2.2.0", 44 "json5": "2.2.0", 857 "json5": { 859 "resolved": "https://repo.huaweicloud.com/repository/npm/json5/-/json5-2.2.0.tgz",
|
| /foundation/multimedia/ringtone_library/frameworks/ringtone_extension_hap/RingtoneLibraryExt/ |
| H A D | package-lock.json | 26 "json5": "2.2.0", 44 "json5": "2.2.0", 857 "json5": { 859 "resolved": "https://repo.huaweicloud.com/repository/npm/json5/-/json5-2.2.0.tgz",
|
| /third_party/typescript/src/compiler/ |
| H A D | moduleNameResolver.ts | 538 isNotNeededPackage = host.fileExists(packageJsonPath) && require("json5").parse(host.readFile!(packageJsonPath)!).typings === null;
1524 * (Not needed for `loadModuleFromNodeModules` as that looks up the `package.json` or `oh-package.json5` as part of resolution.)
1891 const packageJsonContent = isOHModules ? require("json5").parse(host.readFile!(packageJsonPath)!) : readJson(packageJsonPath, host) as PackageJson;
2462 // If oh_modules exist, look for a nested oh-package.json5, as in `oh_modules/foo/bar/oh-package.json5`.
|
| H A D | moduleSpecifiers.ts | 243 // 1. "Bare package specifiers" (e.g. "@foo/bar") resulting from a path through node_modules or oh_modules to a package.json's or oh-package.json5's "types" entry
819 isOhpm(options.packageManagerType) ? require("json5").parse(host.readFile!(packageJsonPath)!) : JSON.parse(host.readFile!(packageJsonPath)!);
|
| /third_party/typescript/src/jsTyping/ |
| H A D | jsTyping.ts | 158 getTypingNames(searchDir, "oh-package.json5", "oh_modules", filesToWatch);
|
| /third_party/node/deps/v8/tools/turbolizer/ |
| H A D | package-lock.json | 252 "@types/json5": { 254 "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", 1707 "json5": { 1709 "resolved": "http://registry.npmjs.org/json5/-/json5-1.0.1.tgz", 3335 "@types/json5": "0.0.29", 3337 "json5": "1.0.1",
|
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
| H A D | preset_type_descriptors.cpp | 2988 {"general.json5", 2990 {".json5"}, 2992 "JSON5 data interchange format",
|
| /third_party/skia/modules/pathkit/ |
| H A D | package-lock.json | 33 "json5": "^2.1.2", 1133 "json5": { 1135 "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz",
|
| /third_party/weex-loader/ |
| H A D | package-lock.json | 64 "json5": "^2.2.2", 1487 "json5": { 1489 "resolved": "https://repo.huaweicloud.com/repository/npm/json5/-/json5-2.2.3.tgz",
|