Home
last modified time | relevance | path

Searched full:json5 (Results 751 - 775 of 2088) sorted by relevance

1...<<31323334353637383940>>...84

/foundation/bundlemanager/app_domain_verify/
H A DREADME.en.md24 * 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 Dpackage.json104 "json5": "2.2.3"
/third_party/typescript/src/harness/
H A DvpathUtil.ts125 return extname(path, ".json", /*ignoreCase*/ false).length > 0 || extname(path, ".json5", /*ignoreCase*/ false).length > 0;
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_meta.cpp461 { JSON5, "JSON5", "general.json5" },
/applications/standard/app_samples/code/SystemFeature/ApplicationModels/StageModel/
H A DREADME.md43 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 Dunified_meta.h487 JSON5,
/third_party/typescript/src/linter/ArkTSLinter_1_1/
H A DLinterRunner.ts59 // Record the compatible version information configured in 'build-profile.json5',
/base/update/update_app/
H A Dpackage-lock.json38 "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 Dpackage-lock.json38 "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 Dpackage-lock.json36 "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 Dpackage-lock.json348 "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 Dpackage-lock.json213 "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 DREADME.md116 If the stage model is used, declare the permission in **module.json5**. The following is an example:
/third_party/typescript/src/services/
H A DgetEditsForFileRename.ts228 return !endsWith(oldFileName, isOhpm(packageManagerType) ? "/oh-package.json5" : "/package.json") ? tryChange(oldFileName) : undefined;
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp220 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 Dpackage-lock.json47 "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 Dpackage-lock.json26 "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 Dpackage-lock.json26 "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 DmoduleNameResolver.ts538 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 DmoduleSpecifiers.ts243 // 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 DjsTyping.ts158 getTypingNames(searchDir, "oh-package.json5", "oh_modules", filesToWatch);
/third_party/node/deps/v8/tools/turbolizer/
H A Dpackage-lock.json252 "@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 Dpreset_type_descriptors.cpp2988 {"general.json5",
2990 {".json5"},
2992 "JSON5 data interchange format",
/third_party/skia/modules/pathkit/
H A Dpackage-lock.json33 "json5": "^2.1.2",
1133 "json5": {
1135 "resolved": "https://registry.npmjs.org/json5/-/json5-2.1.3.tgz",
/third_party/weex-loader/
H A Dpackage-lock.json64 "json5": "^2.2.2",
1487 "json5": {
1489 "resolved": "https://repo.huaweicloud.com/repository/npm/json5/-/json5-2.2.3.tgz",

Completed in 71 milliseconds

1...<<31323334353637383940>>...84