json10 18.0.19 → 18.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/shared/shared_folder_info.txt +1 -1
- package/browser/README.md +24 -24
- package/client/README.md +24 -24
- package/index.js +15 -2
- package/index.js.map +1 -1
- package/lib/build-info._auto-generated_.js.map +1 -1
- package/lib/index._auto-generated_.d.ts +1 -0
- package/lib/index._auto-generated_.js.map +1 -1
- package/lib/index.js +26 -31
- package/lib/index.js.map +1 -1
- package/migrations/index.js +15 -2
- package/migrations/index.js.map +1 -1
- package/migrations/migrations_index._auto-generated_.d.ts +1 -0
- package/migrations/migrations_index._auto-generated_.js.map +1 -1
- package/package.json +16 -63
- package/src.d.ts +1 -1
- package/tmp-environment.json +8 -401
- package/websql/README.md +24 -24
- package/browser/package.json +0 -25
- package/taon.jsonc +0 -44
- package/websql/package.json +0 -25
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
THIS FILE IS GENERATED. THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
|
2
2
|
|
|
3
|
-
Assets from this folder are being shipped with this npm package (json10@18.0.
|
|
3
|
+
Assets from this folder are being shipped with this npm package (json10@18.0.20)
|
|
4
4
|
created from this project.
|
|
5
5
|
|
|
6
6
|
THIS FILE IS GENERATED.THIS FILE IS GENERATED. THIS FILE IS GENERATED.
|
package/browser/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/client/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/index.js
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
2
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
tslib_1.__exportStar(require("./lib"), exports);
|
|
17
|
+
__exportStar(require("./lib"), exports);
|
|
5
18
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["/Users/dfilipiak/projects/npm/taon-dev/json10/src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,wCAAsB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AACa,QAAA,wBAAwB,GAAG,KAAK,CAAC"}
|
|
1
|
+
{"version":3,"file":"build-info._auto-generated_.js","sourceRoot":"","sources":["/Users/dfilipiak/projects/npm/taon-dev/json10/src/lib/build-info._auto-generated_.ts"],"names":[],"mappings":";;;AACa,QAAA,wBAAwB,GAAG,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,cAAc;AACd,8CAA8C;AAC9C,2BAA2B;AAC3B,uDAAuD;AACvD,2CAA2C"}
|
|
1
|
+
{"version":3,"file":"index._auto-generated_.js","sourceRoot":"","sources":["/Users/dfilipiak/projects/npm/taon-dev/json10/src/lib/index._auto-generated_.ts"],"names":[],"mappings":"AAAA,cAAc;AACd,8CAA8C;AAC9C,2BAA2B;AAC3B,uDAAuD;AACvD,2CAA2C"}
|
package/lib/index.js
CHANGED
|
@@ -1,65 +1,60 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.JSON10 = void 0;
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
4
|
+
const tnp_core_1 = require("tnp-core");
|
|
5
|
+
const lodash_walk_object_1 = require("lodash-walk-object");
|
|
6
|
+
const typescript_class_helpers_1 = require("typescript-class-helpers");
|
|
7
7
|
// import { Log } from 'ng2-logger'
|
|
8
8
|
// const log = Log.create('JSON10')
|
|
9
9
|
// let counter = 0
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
var _a = options || {}, include = _a.include, exclude = _a.exclude;
|
|
16
|
-
lodash_walk_object_1.walk.Object(anyJSON, function (value, lodashPath) {
|
|
10
|
+
class JSON10 {
|
|
11
|
+
static structureArray(anyJSON, options) {
|
|
12
|
+
let pathes = [];
|
|
13
|
+
const { include, exclude } = options || {};
|
|
14
|
+
lodash_walk_object_1.walk.Object(anyJSON, (value, lodashPath) => {
|
|
17
15
|
if (!tnp_core_1._.isUndefined(value)) {
|
|
18
16
|
pathes.push(lodashPath);
|
|
19
17
|
}
|
|
20
|
-
}, { include
|
|
18
|
+
}, { include, exclude, checkCircural: true });
|
|
21
19
|
return pathes;
|
|
22
|
-
}
|
|
23
|
-
|
|
20
|
+
}
|
|
21
|
+
static cleaned(json, onCircs, options) {
|
|
24
22
|
// console.log('BETTER SRUGUB', json)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
23
|
+
const result = tnp_core_1._.isArray(json) ? [] : {};
|
|
24
|
+
const classFN = typescript_class_helpers_1.CLASS.OBJECT(json).isClassObject && typescript_class_helpers_1.CLASS.getFromObject(json);
|
|
25
|
+
const { exclude, include, breadthWalk } = options || { exclude: [], include: [], breadthWalk: false };
|
|
26
|
+
const { circs } = lodash_walk_object_1.walk.Object(json, (value, lodashPath, changeValueTo, options) => {
|
|
29
27
|
if (tnp_core_1._.isObject(value) && options.isCircural) {
|
|
30
28
|
tnp_core_1._.set(result, lodashPath, null);
|
|
31
29
|
}
|
|
32
30
|
else {
|
|
33
31
|
tnp_core_1._.set(result, lodashPath, tnp_core_1._.cloneDeep(value));
|
|
34
32
|
}
|
|
35
|
-
}, { include
|
|
33
|
+
}, { include, exclude, breadthWalk, checkCircural: true });
|
|
36
34
|
if (tnp_core_1._.isFunction(onCircs)) {
|
|
37
35
|
onCircs(circs);
|
|
38
36
|
}
|
|
39
37
|
return tnp_core_1._.isFunction(classFN) ? tnp_core_1._.merge(new classFN(), result) : result;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
|
|
38
|
+
}
|
|
39
|
+
static stringify(anyJSON, replace, spaces, onCircs) {
|
|
40
|
+
const json = this.cleaned(anyJSON, onCircs);
|
|
43
41
|
return JSON.stringify(json, replace, spaces);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
var res = JSON.parse(json);
|
|
42
|
+
}
|
|
43
|
+
static parse(json, circs = []) {
|
|
44
|
+
let res = JSON.parse(json);
|
|
48
45
|
if (tnp_core_1._.isArray(circs)) {
|
|
49
|
-
circs.forEach(
|
|
50
|
-
var circuralTargetPath = _a.circuralTargetPath, pathToObj = _a.pathToObj;
|
|
46
|
+
circs.forEach(({ circuralTargetPath, pathToObj }) => {
|
|
51
47
|
if (circuralTargetPath === '') {
|
|
52
48
|
tnp_core_1._.set(res, pathToObj, res);
|
|
53
49
|
}
|
|
54
50
|
else {
|
|
55
|
-
|
|
51
|
+
let v = tnp_core_1._.get(res, circuralTargetPath);
|
|
56
52
|
tnp_core_1._.set(res, pathToObj, v);
|
|
57
53
|
}
|
|
58
54
|
});
|
|
59
55
|
}
|
|
60
56
|
return res;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
}());
|
|
57
|
+
}
|
|
58
|
+
}
|
|
64
59
|
exports.JSON10 = JSON10;
|
|
65
60
|
//# sourceMappingURL=index.js.map
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["/Users/dfilipiak/projects/npm/taon-dev/json10/src/lib/index.ts"],"names":[],"mappings":"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"}
|
package/migrations/index.js
CHANGED
|
@@ -1,6 +1,19 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
2
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var tslib_1 = require("tslib");
|
|
4
17
|
//@ts-nocheck
|
|
5
|
-
|
|
18
|
+
__exportStar(require("./migrations_index._auto-generated_"), exports);
|
|
6
19
|
//# sourceMappingURL=index.js.map
|
package/migrations/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["/Users/dfilipiak/projects/npm/taon-dev/json10/src/migrations/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,aAAa;AACb,sEAAoD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
|
|
1
|
+
{"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":["/Users/dfilipiak/projects/npm/taon-dev/json10/src/migrations/migrations_index._auto-generated_.ts"],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
|
package/package.json
CHANGED
|
@@ -1,77 +1,30 @@
|
|
|
1
1
|
{
|
|
2
|
-
"tnp": {
|
|
3
|
-
"resources": [],
|
|
4
|
-
"overrided": {
|
|
5
|
-
"includeAsDev": [],
|
|
6
|
-
"includeOnly": [
|
|
7
|
-
"lodash-walk-object"
|
|
8
|
-
],
|
|
9
|
-
"ignoreDepsPattern": [],
|
|
10
|
-
"dependencies": {},
|
|
11
|
-
"linkedFolders": [],
|
|
12
|
-
"npmFixes": []
|
|
13
|
-
},
|
|
14
|
-
"smartContainerBuildTarget": "",
|
|
15
|
-
"linkedRepos": [],
|
|
16
|
-
"libReleaseOptions": {
|
|
17
|
-
"nodts": false,
|
|
18
|
-
"obscure": false,
|
|
19
|
-
"ugly": false,
|
|
20
|
-
"includeNodeModules": false,
|
|
21
|
-
"cliBuildNoDts": false,
|
|
22
|
-
"cliBuildObscure": false,
|
|
23
|
-
"cliBuildIncludeNodeModules": false,
|
|
24
|
-
"cliBuildUglify": false
|
|
25
|
-
},
|
|
26
|
-
"smartContainerTarget": "",
|
|
27
|
-
"type": "isomorphic-lib",
|
|
28
|
-
"version": "v18",
|
|
29
|
-
"additionalNpmNames": [
|
|
30
|
-
"taon-json"
|
|
31
|
-
],
|
|
32
|
-
"license": "MIT",
|
|
33
|
-
"private": false,
|
|
34
|
-
"scripts": {
|
|
35
|
-
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
36
|
-
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
37
|
-
},
|
|
38
|
-
"description": "Handle circural references, comments and many more inside JSON",
|
|
39
|
-
"author": "Dariusz Filipiak",
|
|
40
|
-
"homepage": "https://github.com/darekf77/json10#readme",
|
|
41
|
-
"keywords": [
|
|
42
|
-
"ng2-rest",
|
|
43
|
-
"docs",
|
|
44
|
-
"documentation"
|
|
45
|
-
],
|
|
46
|
-
"workerPlugins": {}
|
|
47
|
-
},
|
|
48
2
|
"name": "json10",
|
|
49
|
-
"
|
|
50
|
-
"version": "18.0.19",
|
|
3
|
+
"version": "18.0.21",
|
|
51
4
|
"scripts": {
|
|
52
5
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
53
6
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
54
7
|
},
|
|
55
|
-
"
|
|
56
|
-
|
|
57
|
-
|
|
8
|
+
"license": "MIT",
|
|
9
|
+
"author": "Dariusz Filipiak",
|
|
10
|
+
"private": false,
|
|
11
|
+
"homepage": "https://github.com/darekf77/json10#readme",
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/darekf77/json10/issues"
|
|
14
|
+
},
|
|
15
|
+
"dependencies": {
|
|
16
|
+
"lodash-walk-object": "18.0.20"
|
|
58
17
|
},
|
|
18
|
+
"description": "Handle circural references, comments and many more inside JSON",
|
|
59
19
|
"keywords": [
|
|
60
20
|
"ng2-rest",
|
|
61
21
|
"docs",
|
|
62
22
|
"documentation"
|
|
63
23
|
],
|
|
64
|
-
"
|
|
65
|
-
|
|
66
|
-
"url": "https://github.com/darekf77/json10
|
|
67
|
-
},
|
|
68
|
-
"homepage": "https://github.com/darekf77/json10#readme",
|
|
69
|
-
"dependencies": {
|
|
70
|
-
"lodash-walk-object": "~18.0.19"
|
|
24
|
+
"repository": {
|
|
25
|
+
"type": "git",
|
|
26
|
+
"url": "git+https://github.com/darekf77/json10.git"
|
|
71
27
|
},
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"lastBuildTagHash": "492c6473172d62c8941ffb09d0c782514c476e4e",
|
|
75
|
-
"devDependencies": {},
|
|
76
|
-
"main": "dist/app.electron.js"
|
|
28
|
+
"bin": {},
|
|
29
|
+
"peerDependencies": {}
|
|
77
30
|
}
|
package/src.d.ts
CHANGED
package/tmp-environment.json
CHANGED
|
@@ -1,407 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
"packageJSON": {
|
|
6
|
-
"tnp": {
|
|
7
|
-
"resources": [],
|
|
8
|
-
"overrided": {
|
|
9
|
-
"includeAsDev": [],
|
|
10
|
-
"includeOnly": [
|
|
11
|
-
"lodash-walk-object"
|
|
12
|
-
],
|
|
13
|
-
"ignoreDepsPattern": [],
|
|
14
|
-
"dependencies": {},
|
|
15
|
-
"linkedFolders": [],
|
|
16
|
-
"npmFixes": []
|
|
17
|
-
},
|
|
18
|
-
"smartContainerBuildTarget": "",
|
|
19
|
-
"linkedRepos": [],
|
|
20
|
-
"libReleaseOptions": {
|
|
21
|
-
"nodts": false,
|
|
22
|
-
"obscure": false,
|
|
23
|
-
"ugly": false,
|
|
24
|
-
"includeNodeModules": false,
|
|
25
|
-
"cliBuildNoDts": false,
|
|
26
|
-
"cliBuildObscure": false,
|
|
27
|
-
"cliBuildIncludeNodeModules": false,
|
|
28
|
-
"cliBuildUglify": false
|
|
29
|
-
},
|
|
30
|
-
"smartContainerTarget": "",
|
|
31
|
-
"type": "isomorphic-lib",
|
|
32
|
-
"version": "v18",
|
|
33
|
-
"additionalNpmNames": [
|
|
34
|
-
"taon-json"
|
|
35
|
-
],
|
|
36
|
-
"license": "MIT",
|
|
37
|
-
"private": false,
|
|
38
|
-
"scripts": {
|
|
39
|
-
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
40
|
-
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
41
|
-
},
|
|
42
|
-
"description": "Handle circural references, comments and many more inside JSON",
|
|
43
|
-
"author": "Dariusz Filipiak",
|
|
44
|
-
"homepage": "https://github.com/darekf77/json10#readme",
|
|
45
|
-
"keywords": [
|
|
46
|
-
"ng2-rest",
|
|
47
|
-
"docs",
|
|
48
|
-
"documentation"
|
|
49
|
-
],
|
|
50
|
-
"workerPlugins": {}
|
|
51
|
-
},
|
|
52
|
-
"name": "json10",
|
|
53
|
-
"description": "Handle circural references, comments and many more inside JSON",
|
|
54
|
-
"version": "18.0.19",
|
|
55
|
-
"scripts": {
|
|
56
|
-
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
57
|
-
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
58
|
-
},
|
|
59
|
-
"repository": {
|
|
60
|
-
"type": "git",
|
|
61
|
-
"url": "git+https://github.com/darekf77/json10.git"
|
|
62
|
-
},
|
|
63
|
-
"keywords": [
|
|
64
|
-
"ng2-rest",
|
|
65
|
-
"docs",
|
|
66
|
-
"documentation"
|
|
67
|
-
],
|
|
68
|
-
"author": "Dariusz Filipiak",
|
|
69
|
-
"bugs": {
|
|
70
|
-
"url": "https://github.com/darekf77/json10/issues"
|
|
71
|
-
},
|
|
72
|
-
"homepage": "https://github.com/darekf77/json10#readme",
|
|
73
|
-
"dependencies": {
|
|
74
|
-
"lodash-walk-object": "~18.0.19"
|
|
75
|
-
},
|
|
76
|
-
"license": "MIT",
|
|
77
|
-
"private": false,
|
|
78
|
-
"lastBuildTagHash": "492c6473172d62c8941ffb09d0c782514c476e4e",
|
|
79
|
-
"devDependencies": {
|
|
80
|
-
"@angular-builders/custom-webpack": "~18.0.0",
|
|
81
|
-
"@angular-devkit/build-angular": "~18.1.4",
|
|
82
|
-
"@angular-devkit/core": "~18.1.4",
|
|
83
|
-
"@angular-eslint/builder": "~18.2.0",
|
|
84
|
-
"@angular-eslint/eslint-plugin": "~18.2.0",
|
|
85
|
-
"@angular-eslint/eslint-plugin-template": "~18.2.0",
|
|
86
|
-
"@angular-eslint/schematics": "~18.2.0",
|
|
87
|
-
"@angular-eslint/template-parser": "~18.2.0",
|
|
88
|
-
"@angular-material-extensions/password-strength": "~16.0.0",
|
|
89
|
-
"@angular/animations": "~18.1.4",
|
|
90
|
-
"@angular/cdk": "~18.1.4",
|
|
91
|
-
"@angular/cli": "~18.1.4",
|
|
92
|
-
"@angular/common": "~18.1.4",
|
|
93
|
-
"@angular/compiler": "~18.1.4",
|
|
94
|
-
"@angular/compiler-cli": "~18.1.4",
|
|
95
|
-
"@angular/core": "~18.1.4",
|
|
96
|
-
"@angular/elements": "~18.1.4",
|
|
97
|
-
"@angular/forms": "~18.1.4",
|
|
98
|
-
"@angular/material": "~18.1.4",
|
|
99
|
-
"@angular/platform-browser": "~18.1.4",
|
|
100
|
-
"@angular/platform-browser-dynamic": "~18.1.4",
|
|
101
|
-
"@angular/pwa": "~18.1.4",
|
|
102
|
-
"@angular/router": "~18.1.4",
|
|
103
|
-
"@angular/service-worker": "~18.1.4",
|
|
104
|
-
"@babel/cli": "7.24.8",
|
|
105
|
-
"@compodoc/compodoc": "1.1.25",
|
|
106
|
-
"@iconify/icons-fa-solid": "1.2.4",
|
|
107
|
-
"@iconify/icons-mdi": "1.2.48",
|
|
108
|
-
"@inquirer/prompts": "5.3.8",
|
|
109
|
-
"@mdi/js": "7.4.47",
|
|
110
|
-
"@ng-matero/extensions": "18.1.2",
|
|
111
|
-
"@ngneat/falso": "7.2.0",
|
|
112
|
-
"@ngneat/hot-toast": "7.0.0",
|
|
113
|
-
"@ngneat/overview": "6.1.1",
|
|
114
|
-
"@ngneat/spectator": "19.0.0",
|
|
115
|
-
"@ngneat/until-destroy": "10.0.0",
|
|
116
|
-
"@ngrx/component-store": "~18.0.2",
|
|
117
|
-
"@ngrx/data": "~18.0.2",
|
|
118
|
-
"@ngrx/effects": "~18.0.2",
|
|
119
|
-
"@ngrx/entity": "~18.0.2",
|
|
120
|
-
"@ngrx/router-store": "~18.0.2",
|
|
121
|
-
"@ngrx/schematics": "~18.0.2",
|
|
122
|
-
"@ngrx/store": "~18.0.2",
|
|
123
|
-
"@ngrx/store-devtools": "~18.0.2",
|
|
124
|
-
"@ngx-formly/core": "6.3.6",
|
|
125
|
-
"@ngx-formly/material": "6.3.6",
|
|
126
|
-
"@ngx-translate/core": "15.0.0",
|
|
127
|
-
"@ngx-translate/http-loader": "8.0.0",
|
|
128
|
-
"@sqltools/formatter": "1.2.5",
|
|
129
|
-
"@sweetalert2/ngx-sweetalert2": "12.4.0",
|
|
130
|
-
"@testdeck/jest": "0.3.3",
|
|
131
|
-
"@testdeck/mocha": "0.3.3",
|
|
132
|
-
"@types/chai": "4.3.17",
|
|
133
|
-
"@types/chokidar": "2.1.3",
|
|
134
|
-
"@types/dateformat": "1.0.1",
|
|
135
|
-
"@types/diff": "5.2.1",
|
|
136
|
-
"@types/dockerode": "3.3.32",
|
|
137
|
-
"@types/express": "4.17.21",
|
|
138
|
-
"@types/express-fileupload": "1.5.0",
|
|
139
|
-
"@types/fs-extra": "7.0.0",
|
|
140
|
-
"@types/glob": "5.0.35",
|
|
141
|
-
"@types/http-proxy": "1.17.15",
|
|
142
|
-
"@types/http-proxy-middleware": "1.0.0",
|
|
143
|
-
"@types/jest": "29.5.12",
|
|
144
|
-
"@types/json-stringify-safe": "5.0.3",
|
|
145
|
-
"@types/json5": "0.0.29",
|
|
146
|
-
"@types/lockfile": "1.0.4",
|
|
147
|
-
"@types/lodash": "4.14.92",
|
|
148
|
-
"@types/mocha": "10.0.7",
|
|
149
|
-
"@types/node": "16.18.21",
|
|
150
|
-
"@types/node-notifier": "8.0.5",
|
|
151
|
-
"@types/oauth2orize": "1.11.5",
|
|
152
|
-
"@types/password-hash": "1.2.24",
|
|
153
|
-
"@types/progress": "2.0.7",
|
|
154
|
-
"@types/q": "1.5.8",
|
|
155
|
-
"@types/rimraf": "2.0.2",
|
|
156
|
-
"@types/semver": "7.5.8",
|
|
157
|
-
"@types/systeminformation": "3.54.1",
|
|
158
|
-
"@types/vinyl": "2.0.12",
|
|
159
|
-
"@types/wait-on": "5.3.4",
|
|
160
|
-
"@types/watch": "1.0.6",
|
|
161
|
-
"@typescript-eslint/eslint-plugin": "8.0.1",
|
|
162
|
-
"@typescript-eslint/parser": "8.0.1",
|
|
163
|
-
"@vercel/ncc": "0.38.1",
|
|
164
|
-
"accepts": "1.3.8",
|
|
165
|
-
"ajv": "8.17.1",
|
|
166
|
-
"angular-material-css-vars": "7.0.0",
|
|
167
|
-
"angular-resize-event": "3.2.0",
|
|
168
|
-
"animate.css": "4.1.1",
|
|
169
|
-
"app-root-path": "3.1.0",
|
|
170
|
-
"axios": "1.7.7",
|
|
171
|
-
"base32": "0.0.7",
|
|
172
|
-
"bcryptjs": "2.4.3",
|
|
173
|
-
"body-parser": "1.20.2",
|
|
174
|
-
"bootstrap": "5.3.3",
|
|
175
|
-
"buffer-shims": "1.0.0",
|
|
176
|
-
"bun": "1.1.22",
|
|
177
|
-
"callsite-record": "4.1.5",
|
|
178
|
-
"cfonts": "3.3.0",
|
|
179
|
-
"chai": "4.5.0",
|
|
180
|
-
"chalk": "2.3.2",
|
|
181
|
-
"check-node-version": "3.2.0",
|
|
182
|
-
"cheerio": "1.0.0",
|
|
183
|
-
"chokidar": "3.5.3",
|
|
184
|
-
"circular-json": "0.5.1",
|
|
185
|
-
"class-transformer": "0.5.1",
|
|
186
|
-
"class-validator": "0.14.1",
|
|
187
|
-
"cli-highlight": "2.1.11",
|
|
188
|
-
"columnify": "1.6.0",
|
|
189
|
-
"command-exists": "1.2.2",
|
|
190
|
-
"compression": "1.7.4",
|
|
191
|
-
"concurrently": "8.2.2",
|
|
192
|
-
"console-png": "1.2.1",
|
|
193
|
-
"content-type": "1.0.5",
|
|
194
|
-
"conventional-changelog-cli": "5.0.0",
|
|
195
|
-
"cookie-parser": "1.4.6",
|
|
196
|
-
"copy-paste": "1.5.3",
|
|
197
|
-
"cors": "2.8.5",
|
|
198
|
-
"cpr": "3.0.1",
|
|
199
|
-
"cross-env": "7.0.2",
|
|
200
|
-
"cross-spawn": "7.0.3",
|
|
201
|
-
"dateformat": "3.0.3",
|
|
202
|
-
"detect-mocha": "0.1.0",
|
|
203
|
-
"diff": "4.0.2",
|
|
204
|
-
"dockerode": "4.0.2",
|
|
205
|
-
"electron": "25.2.0",
|
|
206
|
-
"electron-builder": "24.4.0",
|
|
207
|
-
"electron-debug": "3.2.0",
|
|
208
|
-
"electron-reloader": "1.2.3",
|
|
209
|
-
"element-resize-detector": "1.2.4",
|
|
210
|
-
"enquirer": "2.4.1",
|
|
211
|
-
"enum-values": "1.2.1",
|
|
212
|
-
"errorhandler": "1.5.1",
|
|
213
|
-
"eslint": "9.9.0",
|
|
214
|
-
"eslint-config-prettier": "9.1.0",
|
|
215
|
-
"eslint-plugin-import": "latest",
|
|
216
|
-
"eslint-plugin-jsdoc": "latest",
|
|
217
|
-
"eslint-plugin-prefer-arrow": "latest",
|
|
218
|
-
"eslint-plugin-prettier": "5.2.1",
|
|
219
|
-
"eslint-plugin-react": "latest",
|
|
220
|
-
"express": "4.19.2",
|
|
221
|
-
"express-fileupload": "1.4.0",
|
|
222
|
-
"express-session": "1.18.0",
|
|
223
|
-
"file-loader": "1.1.11",
|
|
224
|
-
"file-saver": "2.0.5",
|
|
225
|
-
"file-type": "19.1.1",
|
|
226
|
-
"fkill": "6.1.0",
|
|
227
|
-
"font-awesome": "4.7.0",
|
|
228
|
-
"form-data": "4.0.0",
|
|
229
|
-
"fs-extra": "8.1.0",
|
|
230
|
-
"fuzzy": "0.1.3",
|
|
231
|
-
"glob": "7.1.2",
|
|
232
|
-
"google-libphonenumber": "3.2.38",
|
|
233
|
-
"gulp": "3.9.1",
|
|
234
|
-
"helmet": "7.1.0",
|
|
235
|
-
"hostile": "1.3.3",
|
|
236
|
-
"howler": "2.2.4",
|
|
237
|
-
"http-proxy": "1.18.1",
|
|
238
|
-
"http-proxy-middleware": "0.22.0-alpha",
|
|
239
|
-
"http-server": "0.13.0",
|
|
240
|
-
"image-focus": "1.2.1",
|
|
241
|
-
"immer": "10.0.2",
|
|
242
|
-
"immutable": "4.3.7",
|
|
243
|
-
"incremental-compiler": "~18.0.20",
|
|
244
|
-
"inquirer": "7.3.3",
|
|
245
|
-
"inquirer-autocomplete-prompt": "1.4.0",
|
|
246
|
-
"inquirer-autocomplete-standalone": "0.8.1",
|
|
247
|
-
"inquirer-select-pro": "1.0.0-alpha.7",
|
|
248
|
-
"inquirer-toggle": "1.0.1",
|
|
249
|
-
"is-elevated": "3.0.0",
|
|
250
|
-
"isomorphic-region-loader": "~18.0.19",
|
|
251
|
-
"istanbul-instrumenter-loader": "3.0.1",
|
|
252
|
-
"jest": "29.7.0",
|
|
253
|
-
"jest-date-mock": "1.0.10",
|
|
254
|
-
"jest-junit": "16.0.0",
|
|
255
|
-
"jest-marbles": "latest",
|
|
256
|
-
"jest-preset-angular": "14.2.2",
|
|
257
|
-
"jimp": "0.22.12",
|
|
258
|
-
"joi": "17.13.3",
|
|
259
|
-
"jscodeshift": "0.6.3",
|
|
260
|
-
"json-stringify-safe": "5.0.1",
|
|
261
|
-
"json10": "~18.0.18",
|
|
262
|
-
"json10-writer": "~18.0.18",
|
|
263
|
-
"json5": "2.2.3",
|
|
264
|
-
"json5-writer": "0.2.0",
|
|
265
|
-
"jszip": "3.10.1",
|
|
266
|
-
"karma-cli": "1.0.1",
|
|
267
|
-
"lnk": "1.0.1",
|
|
268
|
-
"localforage": "1.10.0",
|
|
269
|
-
"lockfile": "1.0.4",
|
|
270
|
-
"lodash": "4.17.21",
|
|
271
|
-
"lowdb": "7.0.1",
|
|
272
|
-
"magic-renamer": "~18.0.18",
|
|
273
|
-
"material-design-icons": "3.0.1",
|
|
274
|
-
"method-override": "2.3.10",
|
|
275
|
-
"minimist": "1.2.8",
|
|
276
|
-
"mkdirp": "0.5.1",
|
|
277
|
-
"mocha": "10.7.3",
|
|
278
|
-
"moment": "2.30.1",
|
|
279
|
-
"ng-for-track-by-property": "18.0.1",
|
|
280
|
-
"ng-in-viewport": "16.1.0",
|
|
281
|
-
"ng-lock": "18.0.1",
|
|
282
|
-
"ng-packagr": "18.1.0",
|
|
283
|
-
"ng-talkback": "~18.0.17",
|
|
284
|
-
"ng2-logger": "~18.0.21",
|
|
285
|
-
"ng2-pdfjs-viewer": "18.0.0",
|
|
286
|
-
"ng2-rest": "~18.0.18",
|
|
287
|
-
"ng2-rest-swagger-generator": "18.0.15",
|
|
288
|
-
"ngx-ace-wrapper": "17.0.0",
|
|
289
|
-
"ngx-editor": "17.5.4",
|
|
290
|
-
"ngx-highlightjs": "12.0.0",
|
|
291
|
-
"ngx-infinite-scroll": "18.0.0",
|
|
292
|
-
"ngx-moment": "6.0.2",
|
|
293
|
-
"ngx-monaco-editor": "12.0.0",
|
|
294
|
-
"ngx-photo-editor": "0.4.4",
|
|
295
|
-
"ngx-pipes": "3.2.2",
|
|
296
|
-
"ngx-progressbar": "11.1.0",
|
|
297
|
-
"ngx-scrollbar": "15.1.2",
|
|
298
|
-
"ngx-scrolltop": "18.0.0",
|
|
299
|
-
"ngx-store": "3.1.1",
|
|
300
|
-
"ngx-typed-js": "2.1.1",
|
|
301
|
-
"node-cli-tester": "~18.0.17",
|
|
302
|
-
"node-localstorage": "2.1.6",
|
|
303
|
-
"node-notifier": "10.0.1",
|
|
304
|
-
"node-polyfill-webpack-plugin": "2.0.1",
|
|
305
|
-
"nodemon": "2.0.22",
|
|
306
|
-
"npm-get-dependents": "1.0.1",
|
|
307
|
-
"npm-run": "4.1.2",
|
|
308
|
-
"omelette": "0.4.17",
|
|
309
|
-
"open": "7.2.1",
|
|
310
|
-
"ora": "3.4.0",
|
|
311
|
-
"passport": "0.7.0",
|
|
312
|
-
"passport-http-bearer": "1.0.1",
|
|
313
|
-
"password-hash": "1.2.2",
|
|
314
|
-
"path-to-regexp": "6.2.2",
|
|
315
|
-
"pica": "9.0.1",
|
|
316
|
-
"playwright": "1.43.1",
|
|
317
|
-
"pm2": "5.4.3",
|
|
318
|
-
"portfinder": "1.0.21",
|
|
319
|
-
"prettier": "3.3.3",
|
|
320
|
-
"prettier-eslint": "16.3.0",
|
|
321
|
-
"pretty-error": "4.0.0",
|
|
322
|
-
"primeflex": "3.3.1",
|
|
323
|
-
"primeicons": "7.0.0",
|
|
324
|
-
"primeng": "17.18.8",
|
|
325
|
-
"progress": "2.0.3",
|
|
326
|
-
"prompts": "2.4.2",
|
|
327
|
-
"ps-list": "6.1.0",
|
|
328
|
-
"ps-node": "0.1.6",
|
|
329
|
-
"q": "1.5.1",
|
|
330
|
-
"rallax.js": "2.0.4",
|
|
331
|
-
"randomcolor": "0.5.3",
|
|
332
|
-
"record-replay-req-res-scenario": "~18.0.17",
|
|
333
|
-
"reflect-metadata": "0.2.2",
|
|
334
|
-
"rimraf": "2.6.2",
|
|
335
|
-
"rxjs": "~7.8.1",
|
|
336
|
-
"semver": "7.6.3",
|
|
337
|
-
"simple-git": "3.25.0",
|
|
338
|
-
"sinon": "18.0.0",
|
|
339
|
-
"sloc": "0.2.0",
|
|
340
|
-
"socket.io": "4.7.5",
|
|
341
|
-
"socket.io-client": "4.7.5",
|
|
342
|
-
"sort-package-json": "1.11.0",
|
|
343
|
-
"sql-template-strings": "2.2.2",
|
|
344
|
-
"sql-template-tag": "5.2.1",
|
|
345
|
-
"sql.js": "1.8.0",
|
|
346
|
-
"static-columns": "~18.0.19",
|
|
347
|
-
"string-similarity": "4.0.4",
|
|
348
|
-
"sudo-block": "3.0.0",
|
|
349
|
-
"supertest": "7.0.0",
|
|
350
|
-
"sweetalert2": "11.7.32",
|
|
351
|
-
"systeminformation": "3.45.7",
|
|
352
|
-
"taon": "^18",
|
|
353
|
-
"taon-storage": "18.0.27",
|
|
354
|
-
"taon-type-sql": "18.0.18",
|
|
355
|
-
"taon-typeorm": "18.0.17",
|
|
356
|
-
"task.js": "0.1.5",
|
|
357
|
-
"threads": "1.7.0",
|
|
358
|
-
"tnp": "~18.0.23",
|
|
359
|
-
"tnp-config": "~18.0.21",
|
|
360
|
-
"tnp-core": "~18.0.46",
|
|
361
|
-
"tnp-helpers": "~18.0.18",
|
|
362
|
-
"tnp-models": "~18.0.20",
|
|
363
|
-
"ts-debug": "1.3.0",
|
|
364
|
-
"ts-json-schema-generator": "2.3.0-next.5",
|
|
365
|
-
"ts-loader": "2.3.1",
|
|
366
|
-
"ts-node": "10.9.1",
|
|
367
|
-
"tslib": "~2.6.3",
|
|
368
|
-
"tslint": "6.1.3",
|
|
369
|
-
"turndown": "7.2.0",
|
|
370
|
-
"type-fest": "4.25.0",
|
|
371
|
-
"typedoc": "0.26.5",
|
|
372
|
-
"typedoc-plugin-markdown": "4.2.3",
|
|
373
|
-
"typescript": "~5.5.4",
|
|
374
|
-
"typescript-class-helpers": "~18.0.20",
|
|
375
|
-
"typescript-formatter": "~7.2.2",
|
|
376
|
-
"typescript-string-enums": "~1.0.0",
|
|
377
|
-
"underscore": "1.13.7",
|
|
378
|
-
"uuid": "10.0.0",
|
|
379
|
-
"validator": "13.5.2",
|
|
380
|
-
"video.js": "8.3.0",
|
|
381
|
-
"vpn-split": "~18.0.17",
|
|
382
|
-
"vscode": "1.1.37",
|
|
383
|
-
"wait-on": "8.0.1",
|
|
384
|
-
"watch": "1.0.2",
|
|
385
|
-
"webpack": "~5.80",
|
|
386
|
-
"webpack-dev-middleware": "~6.1.3",
|
|
387
|
-
"webpack-dev-server": "~5.0.4",
|
|
388
|
-
"yup": "1.3.3",
|
|
389
|
-
"zone.js": "~0.13.0"
|
|
390
|
-
},
|
|
391
|
-
"main": "dist/app.electron.js"
|
|
2
|
+
"website": {
|
|
3
|
+
"domain": "json10.example.domain.com",
|
|
4
|
+
"title": "Json 10"
|
|
392
5
|
},
|
|
393
|
-
"
|
|
394
|
-
"number":
|
|
395
|
-
"date": "2025-
|
|
396
|
-
"hash": "
|
|
6
|
+
"buildInfo": {
|
|
7
|
+
"number": 356,
|
|
8
|
+
"date": "2025-04-08T13:25:57.000Z",
|
|
9
|
+
"hash": "94dbec6e56c04ee30162c3816a90604ddff24285"
|
|
397
10
|
},
|
|
398
11
|
"currentProjectName": "json10",
|
|
399
|
-
"currentProjectGenericName": "json10",
|
|
400
12
|
"currentProjectType": "isomorphic-lib",
|
|
401
|
-
"
|
|
402
|
-
"isStandaloneProject": true,
|
|
403
|
-
"isSmartContainer": false,
|
|
404
|
-
"pathesTsconfig": "\"paths\": {\"json10\":[\"./src/lib\"],\"json10/*\":[\"./src/lib/*\"]},",
|
|
405
|
-
"customRootDir": "\"rootDir\": \"./src\",",
|
|
406
|
-
"currentLibProjectSourceFolder": "src"
|
|
13
|
+
"pathsTsconfig": "\"paths\": {\"json10\":[\"./src/lib\"],\"json10/*\":[\"./src/lib/*\"]},"
|
|
407
14
|
}
|
package/websql/README.md
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
# MyLib
|
|
2
|
-
|
|
3
|
-
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
-
|
|
5
|
-
## Code scaffolding
|
|
6
|
-
|
|
7
|
-
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
-
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
-
|
|
10
|
-
## Build
|
|
11
|
-
|
|
12
|
-
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
-
|
|
14
|
-
## Publishing
|
|
15
|
-
|
|
16
|
-
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
-
|
|
18
|
-
## Running unit tests
|
|
19
|
-
|
|
20
|
-
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
-
|
|
22
|
-
## Further help
|
|
23
|
-
|
|
24
|
-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
|
1
|
+
# MyLib
|
|
2
|
+
|
|
3
|
+
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
|
|
4
|
+
|
|
5
|
+
## Code scaffolding
|
|
6
|
+
|
|
7
|
+
Run `ng generate component component-name --project my-lib` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module --project my-lib`.
|
|
8
|
+
> Note: Don't forget to add `--project my-lib` or else it will be added to the default project in your `angular.json` file.
|
|
9
|
+
|
|
10
|
+
## Build
|
|
11
|
+
|
|
12
|
+
Run `ng build my-lib` to build the project. The build artifacts will be stored in the `dist/` directory.
|
|
13
|
+
|
|
14
|
+
## Publishing
|
|
15
|
+
|
|
16
|
+
After building your library with `ng build my-lib`, go to the dist folder `cd dist/my-lib` and run `npm publish`.
|
|
17
|
+
|
|
18
|
+
## Running unit tests
|
|
19
|
+
|
|
20
|
+
Run `ng test my-lib` to execute the unit tests via [Karma](https://karma-runner.github.io).
|
|
21
|
+
|
|
22
|
+
## Further help
|
|
23
|
+
|
|
24
|
+
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
|
package/browser/package.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "json10",
|
|
3
|
-
"version": "0.0.1",
|
|
4
|
-
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^13.2.0",
|
|
6
|
-
"@angular/core": "^13.2.0"
|
|
7
|
-
},
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"tslib": "^2.3.0"
|
|
10
|
-
},
|
|
11
|
-
"module": "fesm2022/json10.mjs",
|
|
12
|
-
"typings": "index.d.ts",
|
|
13
|
-
"exports": {
|
|
14
|
-
"./package.json": {
|
|
15
|
-
"default": "./package.json"
|
|
16
|
-
},
|
|
17
|
-
".": {
|
|
18
|
-
"types": "./index.d.ts",
|
|
19
|
-
"esm2022": "./esm2022/json10.mjs",
|
|
20
|
-
"esm": "./esm2022/json10.mjs",
|
|
21
|
-
"default": "./fesm2022/json10.mjs"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"sideEffects": false
|
|
25
|
-
}
|
package/taon.jsonc
DELETED
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"resources": [],
|
|
3
|
-
|
|
4
|
-
"overrided": {
|
|
5
|
-
"includeAsDev": [],
|
|
6
|
-
"includeOnly": ["lodash-walk-object"],
|
|
7
|
-
"ignoreDepsPattern": [],
|
|
8
|
-
"dependencies": {},
|
|
9
|
-
"linkedFolders": [],
|
|
10
|
-
"npmFixes": []
|
|
11
|
-
},
|
|
12
|
-
|
|
13
|
-
"smartContainerBuildTarget": "",
|
|
14
|
-
"linkedRepos": [],
|
|
15
|
-
|
|
16
|
-
"libReleaseOptions": {
|
|
17
|
-
"nodts": false,
|
|
18
|
-
"obscure": false,
|
|
19
|
-
"ugly": false,
|
|
20
|
-
"includeNodeModules": false,
|
|
21
|
-
"cliBuildNoDts": false,
|
|
22
|
-
"cliBuildObscure": false,
|
|
23
|
-
"cliBuildIncludeNodeModules": false,
|
|
24
|
-
"cliBuildUglify": false
|
|
25
|
-
},
|
|
26
|
-
|
|
27
|
-
"smartContainerTarget": "",
|
|
28
|
-
"type": "isomorphic-lib",
|
|
29
|
-
"version": "v18",
|
|
30
|
-
"additionalNpmNames": ["taon-json"],
|
|
31
|
-
"license": "MIT",
|
|
32
|
-
"private": false,
|
|
33
|
-
|
|
34
|
-
"scripts": {
|
|
35
|
-
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
36
|
-
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
37
|
-
},
|
|
38
|
-
|
|
39
|
-
"description": "Handle circural references, comments and many more inside JSON",
|
|
40
|
-
"author": "Dariusz Filipiak",
|
|
41
|
-
"homepage": "https://github.com/darekf77/json10#readme",
|
|
42
|
-
"keywords": ["ng2-rest", "docs", "documentation"],
|
|
43
|
-
"workerPlugins": {}
|
|
44
|
-
}
|
package/websql/package.json
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "json10",
|
|
3
|
-
"version": "0.0.1",
|
|
4
|
-
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^13.2.0",
|
|
6
|
-
"@angular/core": "^13.2.0"
|
|
7
|
-
},
|
|
8
|
-
"dependencies": {
|
|
9
|
-
"tslib": "^2.3.0"
|
|
10
|
-
},
|
|
11
|
-
"module": "fesm2022/json10.mjs",
|
|
12
|
-
"typings": "index.d.ts",
|
|
13
|
-
"exports": {
|
|
14
|
-
"./package.json": {
|
|
15
|
-
"default": "./package.json"
|
|
16
|
-
},
|
|
17
|
-
".": {
|
|
18
|
-
"types": "./index.d.ts",
|
|
19
|
-
"esm2022": "./esm2022/json10.mjs",
|
|
20
|
-
"esm": "./esm2022/json10.mjs",
|
|
21
|
-
"default": "./fesm2022/json10.mjs"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
"sideEffects": false
|
|
25
|
-
}
|